Log in

View Full Version : How to Add Show All Posts by User in a thread


big dan
06-16-2010, 03:12 PM
Hi Folks,

I'm trying to add a 'Find Posts In This Thread' link to the user name drop down in the postbit. The link will be serving as a shortcut of Search This Thread > Advanced Search > then plugging the user name.

<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;userid=$post[userid]&amp;searchthreadid=$threadid">Find Posts In This Thread</a></td></tr>It works just like find more posts by user which isn't right because that's all threads. The resulting link doesn't include a thread id which is probably why it's working just like find more posts. I'm not sure why though the variables look right to me.

Thanks for any help. :)

-Dan