By Mark Wuilleumier on Saturday, 01 March 2014
Posted in General Issues
Replies 1
Likes 0
Views 617
Votes 0
Wow are these components ENORMOUSLY complicated! And I have my masters degree in computer science. I am totally smoked in trying to figure out the BILLIONS of configuration options.
Right now all I want to do is shut off apps. I want my users to not see apps in their profile, to not be able to install apps, to not even know anything about APPS (why would anyone want to actually enable this in the first place?????).
HOW DO I SHUT THIS STUFF OFF?????
Hello Mark,

I am really sorry for the delay of this reply as it is a weekend for us here. Currently it's not possible to actually disable this but you can alter the theme file located in /components/com_easysocial/themes/wireframe/toolbar/default.profile.php and remove the html codes below:


<li>
<a href="<?php echo FRoute::apps();?>">
<i class="ies-cube ies-small mr-5"></i> <?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_APPS' );?>
</a>
</li>


As for the "available settings" in EasySocial, most of these settings are actually for different sections of EasySocial. It's flexible in the sense where you can turn on / off certain functionality of the extension itself. If you are stuck at any point of time, just head on to http://docs.stackideas.com/administrators/ or if you are still stuck, just post your question here and we'll get your answers for you
·
Saturday, 01 March 2014 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post