PDA

View Full Version : Parent message's author and post # included in posts


001
02-26-2007, 10:42 PM
I would like to have the parent message's author and post # included in all posts. An example format is [Re: User (#X)]. It must be easy to do.

001
03-07-2007, 05:27 PM
I'll give you the base postbit template code to start from:

Re: <a href="showpost.php?$session[sessionurl]p=$post[parentid]&amp;postcount=$post[parentid]" target="new" rel="nofollow" id="post$post[parentid]">$post[postusername] (#$post[parentid])</a>

However this one does not show the correct author and post number, only the link is correct.

This mod is very important because it makes linear mode to work like threaded mode without losing the easy navigation.