Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Stop wall from showing list of attending members.

10 years 2 months ago
  • Niklas's Avatar
    Topic Author
  • Niklas
  • Offline
  • Fresh Boarder
  • Posts: 21
  • Thank you received: 0
Licenses:
JomSocial Expired

Great.. All done now..

But still not sure how do stop the wall from showing attending members to events?

10 years 2 months ago
Licenses:

Hi, Niklas.

So you want to HIDE that activity on Activity Stream?
Then try to disable "Join Group" in Configuration -> User points.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • Niklas's Avatar
    Topic Author
  • Niklas
  • Offline
  • Fresh Boarder
  • Posts: 21
  • Thank you received: 0
Licenses:
JomSocial Expired

That wont help me. Because its not the groups it is the attendence to events i want not to be shown. :)

10 years 2 months ago
Licenses:

HI, Niklas.

Oh, I'm sorry - my mistake. Then disable: Event Updated.
If you don't have this rule, make a rule scan (button at upper right).

If this will not work then... well, you'll need a developers help as there is no simple hack to do it.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 2 months ago
  • Niklas's Avatar
    Topic Author
  • Niklas
  • Offline
  • Fresh Boarder
  • Posts: 21
  • Thank you received: 0
Licenses:
JomSocial Expired

Okay, that didn't made it either.. :-/

10 years 2 months ago
Licenses:

Hi, Niklas.

I just realized that I misunderstood you from the very begging :/
I'm sorry about that.

If you want that main Activity Stream doesn't show that certain users attend an event then:

Copy that file: ROOT/components/com_community/templates/default/activities.events.php

to

ROOT/templates/your_current_template/html/com_community (if you don't have "html" or "com_community" folders then feel free to create them.

Then edit activities.events.php in line 24:

<?php if( $this->act->app == 'events.wall') { ?>
		<?php $this->load('activities.profile'); ?>
	<?php } else if( $action == 'events.create') { ?>
		<?php $this->load('activities.events.create'); ?>
	<?php } else if( $action == 'events.attendence.attend') { ?>
		<?php $this->load('activities.events.attend'); ?>
	<?php } else { ?>
	<?php
		$table = JTable::getInstance('Activity','CTable');
		$table->load($this->act->id);
		if(!$table->delete()){
	?>

Replace it with:
<?php if( $this->act->app == 'events.wall') { ?>
		<?php $this->load('activities.profile'); ?>
	<?php } else if( $action == 'events.create') { ?>
		<?php $this->load('activities.events.create'); ?>
	<?php } else { ?>
	<?php
		$table = JTable::getInstance('Activity','CTable');
		$table->load($this->act->id);
		if(!$table->delete()){
	?>

This will remove information about joining events.

Tell me if it works for you.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Niklas
10 years 2 months ago
  • Niklas's Avatar
    Topic Author
  • Niklas
  • Offline
  • Fresh Boarder
  • Posts: 21
  • Thank you received: 0
Licenses:
JomSocial Expired

YAY!
That made it. GREAT.

So much thank you for your help. :)
Even though it was a long struggle. ;)

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW