By Stefan Clifford on Thursday, 27 April 2017
Posted in General
Replies 5
Likes 0
Views 100
Votes 0
I can't change the category order - The categories are ordered by number of posts - I want to arrange them alphabetically...
I've tried changing the order via joomla's menus or via Easyblog... no luck.
Hello Stefan,

Can you try this, edit the file /components/com_easyblog/views/categories/view.html.php and at line 43, locate the codes below,


$defaultSorting = $this->config->get('layout_sorting_category', 'latest');


Replace it with,


$defaultSorting = 'ordering';
·
Thursday, 27 April 2017 22:43
·
0 Likes
·
0 Votes
·
0 Comments
·
didn't change anything I'm afraid...
·
Thursday, 27 April 2017 22:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Stefan,

Is it possible for you to provide us with the back end and FTP access to your site to check on this issue? You may store your site access at http://stackideas.com/dashboard/site so you don't have to provide these information all the time
·
Thursday, 27 April 2017 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm afraid that's not possible...
·
Thursday, 27 April 2017 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I have already logged this issue in our issue tracker and we'll try to make it configurable in the next release. You are referring to the "Categories" link in the toolbar, am I correct?
·
Friday, 28 April 2017 00:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post