By Goodwin mankomba on Tuesday, 12 August 2014
Posted in General Issues
Replies 5
Likes 0
Views 761
Votes 0
hi guys
where in the group setting can i remove streams like "is now member of this group" permanently?
Edit the application "User - Groups" and you should see the settings "Join Group Stream"
·
Tuesday, 12 August 2014 01:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark
I think i did that a few weeks ago and its still give me the stream. i have posted snapshot of the setting i did but i still see the streams appearing.
·
Tuesday, 12 August 2014 20:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, sorry, I thought you are referring to the "join" stream items on your dashboard. If you want to remove these from the group itself, you need to edit the file /media/com_easysocial/apps/group/groups/groups.php and at line 160 comment / remove the codes below:


if ($item->verb == 'join') {
$this->prepareJoinStream($item);
}


There are no configuration for this yet currently.
·
Tuesday, 12 August 2014 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark and your support team you are one in a million. thanx for all your help
keep it up guys
·
Wednesday, 13 August 2014 04:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 13 August 2014 11:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post