Quote:
Originally Posted by The Realist
Can someone give some help in getting this to work with 3.0.7, and how to add a link to the thread tools dropdown so only admins, mods and the thread starter.
Laters
|
add the following to where you want it. So if you want it under Add a Poll to this Thread search for that and add it under.
Code:
<if condition="$firstpostinfo[userid] == $bbuserinfo[userid] OR $bbuserinfo[usergroupid] == 6 OR $bbuserinfo[usergroupid] == 5 OR $bbuserinfo[usergroupid] == 7">
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/sortasc.gif" alt="Resolved" /> <a href="resolved.php?do=resolved&threadid=$threadid">Problem Resolved</a></td>
</tr>
</if>