Quote:
Originally Posted by draven
The link dosn't appear in Forum-Tools.
|
In this case your moderators are also not able to see the other Forum-Tools Links like 'Mass Prune', 'Add Moderator' and so on....because I just have put the 'Manage Categories' Link below these other options without verifying any permissions.
But it's also possible you haven't edited the FORUMDISPLAY template correct...the part should look like this:
Code:
<if condition="$show['addmoderator']">
<div><label for="fa_amd"><input type="radio" name="do" id="fa_amd" value="addmoderator" />$vbphrase[add_moderator]</label></div>
</if>
<if condition="$foruminfo['allowcategories']">
<div><label for="fa_cat"><input type="radio" name="do" id="fa_cat" value="showcategory" />$vbphrase[manage_threadcategory]</label></div>
</if>
....maybe you have mixed up the if conditions.
You can send me an admin acc if I should check it in your forum.