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.
Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&userid=$post[userid]&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