By alex shvarts on Wednesday, 29 October 2014
Replies 5
Likes 0
Views 876
Votes 0
Hello,

Is there a way to remove or unpublish the option for users to browse applications on their dashboard?

We don't have any applications for users to install or browse, and it would just simplify the dashboard if it weren't shown.
Hello Alex,

Can you please elaborate more on your request please? Which particular area are you referring to?
·
Thursday, 30 October 2014 00:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure I'll attach some screen shots.

The dashboard shows 'Applications' on the left sidebar with a 'Browse' link. (applications png)

I would prefer if this app didn't show up at all on the dashboard because after you click browse (no apps png) there aren't any applications to add.
·
Thursday, 30 October 2014 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

If it exists the first place is in the general setting: ex: using points or not

The second place, if it exists, is to look inside your selected template. You select the tab and check what you can turn off or not.

Finally, if it doesn't exists you must hack the code from the template.

Alex
·
Thursday, 30 October 2014 02:17
·
0 Likes
·
0 Votes
·
0 Comments
·
If you look for hack: Edit the file /components/com_easysocial/themes/wireframe/dashboard/sidebar.apps.php
·
Thursday, 30 October 2014 02:23
·
0 Likes
·
0 Votes
·
0 Comments
·
hello Alexandre,

Thanks for sharing

hello Alex,
You can follow the instruction by Alexandre open that file and go to this line

// LINE 14
<div class="es-widget es-widget-borderless">
//replace with
<div class="es-widget es-widget-borderless" style="display:none">


Hope this help.
·
Thursday, 30 October 2014 12:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post