By Edgar on Saturday, 13 June 2015
Posted in General Issues
Likes 0
Views 1K
Votes 0
Hello,

I would like to modify the filter on dashboard page :

1- How can I hide "Everyone" as shown on the screen shot attached (point n°1). I tried to turn it of in backend/EasySocial/Themes without effect. I verify the link menu is set on "Parameters : Inherited from Easy Social" and it still doesn't work.

2- I would like to remove some filters, every filter except Application/Trophies and Calendar as shown on the screen shot attached (point n°2).

Thanks for your help,

Edgar
Hi Edgar,

I am really sorry for the delay of this reply as it is a weekend for us here.

Can you download my attachment file and replace in JoomlaFolder\templates\wanderers\html\com_easysocial\dashboard\sidebar.feeds.php

Also can you try apply this css code in your JoomlaFolder\templates\wanderers\css\custom.css (If don't have the file, you have to create it.)
body div#fd.es .es-dashboard .filter-more {
display: none !important;
}

And see how it goes?
·
Sunday, 14 June 2015 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much, it's perfect now !
·
Sunday, 14 June 2015 22:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Edgar,

You're welcome.
·
Sunday, 14 June 2015 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post