By romagromov on Monday, 29 September 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 638
Votes 0
Hi!
I enabled some apps as default (users don't need to install it)
How I can sort them?
For example Photos widget display at the bottom - http://monosnap.com/image/5OWin0fM9o4lbIjlYPn1XxnY9i25zz.png

I want it displays at the top.

Next question, how I can set numver of groups on profile page? ES displays all groups in left sidebar.
Hello romagromov,

Sorry for late reply to this,
Unfortunately we do not have the setting for configure this sorting from your left sidebar.
But you can modify this file JoomlaFolder\components\com_easysocial\themes\wireframe\dashboard\default.php

//LINE 49 --- this is for the module ( I'm not sure you mentioned that photo widget is it under the module. )
<?php echo $this->render( 'module' , 'es-dashboard-sidebar-bottom' , 'site/dashboard/sidebar.module.wrapper' ); ?>

// LINE 29 - 31 --- this is for the group widget
<?php if( $this->template->get( 'dashboard_feeds_groups' , true ) ){ ?>
<?php echo $this->includeTemplate( 'site/dashboard/sidebar.groups' ); ?>
<?php } ?>

If yes, you can move the group php code under the widget.

Next question, how I can set numver of groups on profile page? ES displays all groups in left sidebar.

You can configure from your backend > Easysocial > themes > select your theme > dashboard > Total Groups To Display > select limited.
hope this help.
·
Tuesday, 30 September 2014 00:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmmm...
I configured to display 10 groups, but in profile page ES still displays all groups...
Here link - http://vsehristiane.com/profile/62-admin
·
Tuesday, 30 September 2014 04:13
·
0 Likes
·
0 Votes
·
0 Comments
·
hello romagromov,

Sorry for late reply to this,
Unfortunately we do not have the setting configure this in your profile about the group widget current system.
But I have applied some hack in this file JoomlaFolder\media\com_easysocial\apps\user\groups\themes\default\widgets\profile\groups.php
It should show 10 group in your profile page now. please have a check.
·
Tuesday, 30 September 2014 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Yeah the is still no setting for it...
·
Tuesday, 30 September 2014 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Manuel Mueller,

Thanks for heading up on this, we will see if we can implement in the future.
·
Tuesday, 30 September 2014 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post