By Chihuahua1606 on Monday, 11 April 2016
Posted in General
Replies 3
Likes 0
Views 666
Votes 0
Hi

I would like to prevent some profile types from appearing in the use lists on users page ( i.e, http://easysocial.stackideas.com/users)
also hides them from "Browse by Profiles" list appearing in the left hand column.
Is it possible?

Many thanks
Hey there,

I am sorry for the delay of this reply,

Can I confirm a few question here? Perhaps you can take a look of my explanation from my screenshot below.

By the way, please remember to assign your domain to your license to obtain for support in the future. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Monday, 11 April 2016 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi You are right about the list that I want to remove, but I don't want to hide every profile types.
All I need is to hide "registered users" & "admin" and keep other profile types there.
Is it possible?

I have added my site Url at dashboard the other day. If you are not able to access, please let me know.
·
Monday, 11 April 2016 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am sorry for the delay of this reply,

I've tried to connect with your FTP server but it seems like I can access but it didn't show me your current Joomla root folder.

By the way, can you try create a new folder and file from your JoomlaFolder/templates/<YOUR_JOOMLA_TEMPLATE>/html/com_easysocial/css/custom.css

Then add these following css trick code into custom.css file and see how it goes?

div#fd.es .filter-item a[data-users-filter-profile][data-id='1']{
display: none !important;
}

div#fd.es .filter-item a[data-users-filter-profile][data-id='26']{
display: none !important;
}
·
Tuesday, 12 April 2016 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post