By Matt Meyer on Thursday, 12 March 2015
Posted in General Issues
Replies 3
Likes 0
Views 738
Votes 0
How does the page that lists all the bloggers work and are there any settings for this page in the admin? Is it possible to have it display all bloggers alphabetically or in another order also it doesn't seem to display all of the bloggers on my website? On our site bloggers need to be added in the admin so we only have about 40 however I only see about 30 on the bloggers page.

Thank You
Matt
Hello Matt Meyer.

We don't have any settings for bloggers page. Yes, it is possible to have it display all bloggers alphabetically or in another order. Just change this code in ...\components\com_easyblog\views\blogger\view.html.php at line 42

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


to this

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


Blogger page don't display user that don't write a blog post yet and a user that don't have permission to write a blog post.
·
Thursday, 12 March 2015 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Worked perfectly, Thank You.
·
Thursday, 12 March 2015 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Matt Meyer.

You're Welcome
·
Thursday, 12 March 2015 16:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post