By kabran jonathan on Wednesday, 05 November 2014
Posted in General Issues
Likes 0
Views 825
Votes 0
Hello StackIdeas,
How to disable application module box in the left side of dashboard page?
Thanks
Hello Kabran,

Unfortunately right now this cannot be disabled but you can easily remove this by modifying the theme file located in /components/com_easysocial/themes/wireframe/default.php and remove the codes below,


<?php echo $this->includeTemplate( 'site/dashboard/sidebar.apps' ); ?>
·
Wednesday, 05 November 2014 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,
I remove the code from /components/com_easysocial/themes/wireframe/dashboard/default.php instead of /components/com_easysocial/themes/wireframe/default.php

Thanks
·
Thursday, 06 November 2014 02:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah yes, missing the /dashboard/ Thanks for updating, glad that your issues are resolved now.
·
Thursday, 06 November 2014 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post