By Alexandre Cayer on Wednesday, 11 June 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 884
Votes 0
Hi Guys,

I have made some apps default but now how can i remove the + Browse so that they can't install/browse apps. Or maybe the thing all by itself.

Thanks
Alex
Ah I see. Edit the file /components/com_easysocial/themes/wireframe/dashboard/sidebar.apps.php and remove the codes below,


<a class="pull-right fd-small" href="<?php echo FRoute::apps();?>">
+ <?php echo JText::_( 'COM_EASYSOCIAL_BROWSE' ); ?>
</a>
·
Thursday, 12 June 2014 03:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Alexandre,

Sorry not too sure which "browse" are you referring to here. Could you provide us with some screen shots please?
·
Wednesday, 11 June 2014 22:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark,

Don't have a service for screenshot... :/
I mean, in the dashboard layout, the left sidebar, there is two modules.
The first one is News feed. The second one, Application.
On the right side of that Application module header, there is a "+ Browse".
This allows user to browser application list and install.
I dont want user to install any application. I want to provide them with my defaults.
·
Wednesday, 11 June 2014 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post