By Adrián Egido on Saturday, 16 May 2015
Posted in General Issues
Likes 0
Views 641
Votes 0
Hey guys, sorry I asked for something similar this previous days. I would like to hide the "Applications" from the top menu. (image1)

Would I still be able to set the applications I want my users to have by default in the backend right? I just don´t want my users to install apps on their own, I want them all to have the same apps installed.

And also: can I hide the Search Appliclations in the apps module on the profile? (image2)

Thanks guys!
Hi Adrian,

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

I already help you modified on this file -> JoomlaFolder/components/com_easysocial/themes/frosty/toolbar/default.php

//LINE 359
<li class="<?php echo $view == 'apps' ? 'active' : '';?>">
//replace with
<li style="display:none;" class="<?php echo $view == 'apps' ? 'active' : '';?>">


And disabled this setting, check my screenshot below. Hope this help.
·
Saturday, 16 May 2015 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
It does, thank you!
·
Monday, 18 May 2015 20:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Adrian,

You are most welcome. Glad that your issue has been resolved now.
·
Tuesday, 19 May 2015 12:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post