I have buttons where you can post in the certain forum and subscribe to a certain forum. What the URL that I need so that it will search for new posts in that individual forum?
The current code that I got from a hack at vbulletintemplates is
PHP Code:
<a href="search.php?s=$session[sessionhash]&action=getnew&forumid=$forum[forumid]"><img src="{imagesfolder}/find2.gif" border="0" alt="Read New Posts in $forum[title]"></a>
But instead of searching just the forum that the search image is on, it shows all the latest posts in all the forums.
Can somebody help?