By LAC Webadmin on Thursday, 18 June 2015
Replies 3
Likes 0
Views 896
Votes 0
Hi!

Is there a way to rearrange the order of Applications in the Dashboard app widget?

Thanks,

Jackson
Hello Jackson,

I am sorry for the delay of this reply.

Currently there is no settings to control the ordering of the apps. You can however manually go to your /components/com_easysocial/views/dashboard/view.html.php and at line 46,
$options = array('view' => 'dashboard', 'uid' => $this->my->id, 'key' => SOCIAL_TYPE_USER);
// Replace with the below code to order by title
$options = array('view' => 'dashboard', 'uid' => $this->my->id, 'key' => SOCIAL_TYPE_USER, 'sort' => 'title');


Hope these help.
·
Thursday, 18 June 2015 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ezrul,

Thanks for the code but that's a core code hack are you guys going to provide a way to sort apps widget in the future version? I just checked the app table and it has an ordering column but seems like it is not being used.

Thanks,

Jackson
·
Friday, 19 June 2015 03:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Jackson,

I am sorry for the delay of this reply.

Thanks for the heads up. Yes I do notice that the ordering column do exist but somehow we are not using it. I will forward this to the developers and see what they can do with it.
·
Friday, 19 June 2015 12:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post