Quote:
Originally Posted by Alfa1
Find:
PHP Code:
<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if>
Place the code below.
|
I placed the code under the above.. And I don't see anything no icon nothing don't really get error's or anything... How do I use the solve?
Code:
<if condition="can_moderate() AND $forumid==$vboptions['rpforumid']">
<form method="post" action="postings.php?do=domovethread&t=$threadid">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="do" value="domovethread" />
<input type="hidden" name="title" value="[solved] $threadinfo[title]" />
<input type="hidden" name="destforumid" value="88" />
<input type="hidden" name="redirect" value="none" />
<input type="submit" value="Solve report">
</form>
</if>