By sanjanaa on
Hi,
I already posted two forums regarding this. Still I didn't get any reply.
Can anyone of you guys knew how to show a blog user list block?
I used Blog Addons for this. But it showing Sort By[Name][Number of Posts] in Main blog page instead of showing all entries.
I want to avoid this Sort By. I want to show the Blog entries directly as normal. But also I need to show Blog User list in my right side block.
How can I achieve my target? Please do the needful.
Thanks in advance.
Comments
Not sure I understand your
Not sure I understand your problem completely but I think you can achieve what you want by using views. Make block displays filtered the way you want it to and place the block as you like. If you want this in a dynamic fashion you have to fiddle with arguments for your view.
Clarify please
Do you want a list of all users who have blogs (actually have made posts rather than just the permissions) or do you want a list of their posts, possibly grouped by user?
Blog User List
Hi SweeneyTodd...Thanks for your reply.
I want one block in right side my blog page. That block have to show the Bloggers name list like monthly Archive.
If I click on any name of blogger that have to show the appropriate Blogger's post. For this purpose I added Blog-Addon module in my site. That showing the bloggers list. But at the same time it not showing the blog posts in blog main page (www.example.com/?q=blog).
Instead of that it showing Sort By[Name][Number of Posts]...
Then if I choose anyone the blogger name it showing Sort by[Date][Title]...
Then only I can open any one of blog post.
I don't need this Sort By methods. I want to show Bloggers list in right side block and blog posts in main blog page as usual.
Thanks in advance...
View is the answer
If the main blog page has changed then this might have been done by overriding the old page in Views. If a new blog page has been added there, then you only need to disable / remove the View (be careful exactly what you do as this may be how they are generating the block as well).
Even if they did not use Views to override the display you want, then you could always re-create / configure a blog page in Views and get it exactly as you want. If you set the page url to the same as the default page then it will override it and be used instead.