By Onwuka Chinedu on Tuesday, 01 December 2015
Posted in General
Replies 3
Likes 0
Views 372
Votes 0
Hello, posted recently to figure out how to remove bookmarks from the home page of my site. For clarity, what I mean is unregistered users can see these information and I want it to be accessible to only registered users. How do I get this done?
Hi Onwuka Chinedu,

Hello, posted recently to figure out how to remove bookmarks from the home page of my site. For clarity, what I mean is unregistered users can see these information and I want it to be accessible to only registered users. How do I get this done?


Look like this is an issue with EasySocial. The social bookmark should be visible to logged in user only. Anyway, I've fixed this issue internally. For the quick fix, open the file 'JOOMLA/components/com_easysocial/themes/wireframe/stream/actions.php' and look for below code at line 58:


<?php if (isset($sharing) && $sharing && $this->config->get('stream.sharing.enabled')) { ?>


and replace the above with the following:


<?php if (!$isGuest && isset($sharing) && $sharing && $this->config->get('stream.sharing.enabled')) { ?>


Hope this help and have a nice day!
Sam
·
Tuesday, 01 December 2015 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Nope, this hasn't helped me. Help me fix it please.
·
Tuesday, 01 December 2015 14:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Onwuka Chinedu,

I attempt to apply the fix on your site but look like the ftp account that you provided to us failed to authenticate me. Can you pass me your ftp account again so that I can apply the fix on your site?

Please advise.
Sam
·
Tuesday, 01 December 2015 15:53
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post