PDA

View Full Version : moving forumdisplay search box


Taragon
10-12-2009, 05:42 PM
Hello,

I'm currently trying to move my forumdisplay searchbox from the dropdownmenu to the category bar.

Placing it in between
<form action="inlinemod.php?forumid=$forumid" method="post" id="inlinemodform">
<input type="hidden" name="url" value="$url" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="forumid" value="$forumid" />
search box code here
</form>
leaves me going the the inlinemod.php instead.

Would there be a workaround for this perhaps?

--------------- Added 1255375295 at 1255375295 ---------------

not really sure yet what it'll do with the pagination, but I currently solved it by moving the inlinemod bit around.