Recent Topics

1 Oct 17, 2008 14:05    

My b2evolution Version: 2.x

On home page we can view posts by date, category, etc. I want to view all posts by the same user/author. I've searched and searched and am just missing it I guess.

2 Oct 21, 2008 14:26

Hi debbieodom,

Welcome to the forums.
I don't know any answer to your question so I asked someone else. Hopefully you get an answer shortly.

Have fun

3 Nov 01, 2008 19:47

I had it on my former blog... on the authorname a link to all posts by that author.

You put this link on top of the authorname : http://www.tenderfeelings.be/?author=2

echo '<a href="'.$baseurl.'?author='.$the_author->ID .'" title=" read all articles from '.$the_author->get_preferred_name().' "><?php echo $the_author->get_preferred_name(); ?></a>'

or something like that


Form is loading...