By Eddie593 on Friday, 24 October 2014
Posted in General Issues
Likes 0
Views 640
Votes 0
My users keep sharing group related subjects in their public wall.

How can we prevent this?

I tried changing the ini file, so that the Share button says PUBLIC SHARE outside of the groups, but by changing that, the text of the share button also changes inside the groups.

Any suggestions on making the difference more clear?
Hi,

If you would like to show a warning message only on the dashboard page or user page, then you can this piece of code in /components/com_easysocial/themes/wireframe/story/default.php on line 14


<?php if (empty($story->type) || $story->type == SOCIAL_TYPE_USER) { ?>
<div class="alert alert-warning">Your warning message here</div>
<?php } ?>


Do alter the warning message to your fitting.
·
Friday, 24 October 2014 11:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks a lot Jason!! That did the trick.
·
Saturday, 25 October 2014 05:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Eddie,

You're welcome. Wish you have a nice weekend.
·
Saturday, 25 October 2014 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post