By loic on Friday, 11 April 2014
Likes 0
Views 766
Votes 0
Hello,
is there a way to sort the blogger list with "last poster" first

Loïc
Hello loic,

Unfortunately we do not have the setting can control from backend, but you can manually hack it from this file
JoomlaFolder\components\com_easyblog\views\blogger\view.html.php
LINE 42

$sort = JRequest::getCmd( 'sort' , 'featured' );

Replace with

$sort = JRequest::getCmd( 'sort' , 'latestpost' );


Hope this help.
·
Saturday, 12 April 2014 02:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Loic,

Sorry for late reply to this,
If I'm not getting wrong your meaning, the sorting to last poster already added when you access the blogger page from frontend, check my screenshot : http://screencast.com/t/HvFmt8xGq
If you're not referring this, can you elaborate more detail on your requirement, so we can know what your exactly the requirement.
·
Friday, 11 April 2014 22:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello alex,

yes, that's more or less what i wanted to achieve...

i have founded the settings to enable the filter bar in theme
http://awesomescreenshot.com/00b2n3qoab

i would like to have by DEFAULT the list sort "by latest post"

any idea how to achieve that ?

thanks in advance
loïc
·
Saturday, 12 April 2014 00:10
·
0 Likes
·
0 Votes
·
0 Comments
·
hello arlex
thanks a lot
loïc
·
Sunday, 13 April 2014 22:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello loic berder ,

You're welcome, glad to heard your issues resolved.
·
Sunday, 13 April 2014 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post