By Rama Krishna Chinnam on Monday, 24 April 2017
Posted in General Issues
Replies 5
Likes 0
Views 93
Votes 0
Hi,
I want to block registered users from accessing list of users in the website. Is there any ACL or a way to do that.
Sorry, but it is not possible to turn this off currently but why would you want to do that as it would block off all collaboration efforts on the site
·
Monday, 24 April 2017 23:24
·
0 Likes
·
0 Votes
·
0 Comments
·
HI Mark,
I don't want to block collaborative efforts in the site, may be I should phrase it well.
My aim is not to allow users to see the list of users in a single page (as attached). List can be seen from different sources from ES, EB and ED. As having such lists could lead to spams and distrust. Therefore, I want to limit such list.
·
Monday, 24 April 2017 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
I see, unfortunately there is no way to disable this right now but if you want, you can hack the file /components/com_easysocial/views/users/view.html.php and add the block of codes below at line 35

[gist]
$this->app->redirect('/');
[/gist]
·
Monday, 24 April 2017 23:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark.
I tried one link from ED so it got redirected to frontpage so the code seems working.
I am unable to disable Suggestions (friends suggestions) in my website, that is another source to find members list. I tried to do it from Friends app, and deleted cache but still they appear. how can I disable them.

http:YourWebsite/index.php/friends/suggest
·
Tuesday, 25 April 2017 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Not really sure what do you mean here. Can you provide me with a screen shot?
·
Tuesday, 25 April 2017 02:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post