Quote:
Originally Posted by TheMilkCarton
This broke my inline moderation on the FORUMDISPLAY. The only forum where inline mod. would work was where I had thread prefixes installed.
I instead am using:
Code:
<!-- START FILTER TEMPLATE EDIT -->
<if condition="$show['threadprefix']">
<td class="smallfont"></form>
<form action="forumdisplay.php" method="get">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="f" value="$forumid" />
<input type="hidden" name="page" value="$pagenumber" />
<input type="hidden" name="pp" value="$perpage" />
<input type="hidden" name="sort" value="lastpost" $sort[lastpost] />
<input type="hidden" name="order" value="desc" $order[desc] />
<input type="hidden" name="daysprune" value="-1" $daysprunesel[all] />
<strong>Filter by prefix:</strong> $threadprefixes
<input type="submit" class="button" value="Show" /></form></td></if>
<!-- END FILTER TEMPLATE EDIT -->
I reverted the FORUMDISPLAY completely and started adding code back in until I narrowed it down that this was what was causing my problems..
Well, anyway, in case anyone else was having this problem, there's the fix. 
|
ah thanks TMC, i see where i fudged up now

cant I edit my code as such to save anyone having to insert and then edit it?