By corine teeuwen on Sunday, 11 October 2015
Posted in General Issues
Replies 3
Likes 0
Views 590
Votes 0
Hi,

when browsing all users in EasySocial, there is way to browse through a specific profile type from the left menu.

If I select one of the profiles, I get a list of all users in that profile, and on top a description of said profile type.

also, there is this button to view the whole profile.

where can I hide that button?
Hey Corine,

I am really sorry for the delay of this reply as it is a weekend for us here. The button is located in the file /components/com_easysocial/themes/wireframe/users/default.list.php at line 48,


<div class="mt-15">
<a href="<?php echo $activeProfile->getPermalink();?>" class="btn btn-es-primary btn-sm"><?php echo JText::_('COM_EASYSOCIAL_USERS_VIEW_PROFILE_TYPE'); ?> &rarr;</a>
</div>
·
Sunday, 11 October 2015 22:07
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you!!!


got it vanished ;-)
·
Sunday, 11 October 2015 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 12 October 2015 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post