By Dirk on Tuesday, 08 March 2016
Replies 3
Likes 0
Views 794
Votes 0
Hi,

We are looking for the option to disable the display all user page. (its communicated in the confirmation email). Can we disable it per profile type?
Unfortunately that was not possible to turn off from the email section.

But you can try following 2 method :
1. Remove the code from this following files
JoomlaFolder\components\com_easysocial\themes\wireframe\emails\html\registration\approved.php
JoomlaFolder\components\com_easysocial\themes\wireframe\emails\html\registration\auto.php
JoomlaFolder\components\com_easysocial\themes\wireframe\emails\html\registration\login.php
JoomlaFolder\components\com_easysocial\themes\wireframe\emails\html\registration\reactivate.php
JoomlaFolder\components\com_easysocial\themes\wireframe\emails\html\registration\verify.php


<td valign="top" style="text-align:left;padding: 10px 0;font-size:12px;">
<a href="<?php echo FRoute::users( array( 'external' => true ) );?>" style="text-decoration:none;color:#00aeef;">
<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_FIND_FRIENDS' ); ?>
</a>
<p style="margin: 5px 0 0;color:#888;">
<?php echo JText::_( 'COM_EASYSOCIAL_EMAILS_FIND_FRIENDS_DESC' ); ?>
</p>
</td>


2. Or you can create a hidden menu from Easysocial - users page, and set this menu only SuperUser can access, you can refer on my attached screenshot below.
·
Tuesday, 08 March 2016 19:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Dirk,

You can disable it from your backend > Easysocial > theme > select your theme > toolbar > show browse user -NO, by the way, may i know what you referring from this part "(its communicated in the confirmation email)."? Please advise.
·
Tuesday, 08 March 2016 17:56
·
0 Likes
·
0 Votes
·
0 Comments
·
In the confirmation page there where the confirmation code is there is the find your friends option. this button leads to the all users page even when it put to no for this profile. (see attachment)
·
Tuesday, 08 March 2016 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post