Hello,
I'm currently trying to move my forumdisplay searchbox from the dropdownmenu to the category bar.
Placing it in between
Code:
<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 [DATE]1255375295[/DATE] at [TIME]1255375295[/TIME] ---------------
not really sure yet what it'll do with the pagination, but I currently solved it by moving the inlinemod bit around.