By Juz on Saturday, 01 August 2015
Likes 0
Views 739
Votes 0
Hi Team,

Pls. refer attachment. Is it possible to shift module display positions such that "Groups" can be displayed above "Newsfeed". Is critical to our requirements and U|X. Appreciate suggestions & help.

Have a nice weekend!
Hi Juz,

I am sorry for the delay of this reply as now is a weekend for us here

Pls. refer attachment. Is it possible to shift module display positions such that "Groups" can be displayed above "Newsfeed". Is critical to our requirements and U|X. Appreciate suggestions & help.


Currently there is no setting to 'switch' the position between the groups and feeds. However, you can achieve this by edit the php file 'JOOMLA/components/com_easysocial/themes/wireframe/dashboard/default.php'. Move the block of code at line 28 ~ 30 to line after 24:


<?php if( $this->template->get( 'dashboard_feeds_groups' , true ) ){ ?>
<?php echo $this->includeTemplate( 'site/dashboard/sidebar.groups' ); ?>
<?php } ?>


Please see below screenshot for the 'before' and 'after'

Before:
http://screencast.com/t/wpcPxOhwe

After:
http://screencast.com/t/3mQQesmV6BH

Hope this help and have a nice day!
Sam
·
Saturday, 01 August 2015 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome. Thanks Sam. Enjoy the weekend!
Juz
·
Sunday, 02 August 2015 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now Juz
·
Sunday, 02 August 2015 13:20
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post