By Ron Wade-Megghross on Friday, 06 March 2015
Posted in General Issues
Replies 1
Likes 0
Views 561
Votes 0
I want to create a module position within the EasySocial dashboard.

For example, there is the es-dashboard-sidebar-bottom that comes built in, and allows you to place Joomla Modules there.

Thanks.
Hello Ron,

You can open this file ../components/com_easysocial/themes/wireframe/dashboard/default.php and you can follow this code to create your own custom position:


<?php echo $this->render('module' , 'es-dashboard-sidebar-after-newsfeeds' , 'site/dashboard/sidebar.module.wrapper' ); ?>


Hope this helps.
·
Friday, 06 March 2015 02:18
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post