Quote:
Originally Posted by Taios
Hey,
I installed the mod however am having some difficulties.
In the 'Thread tools' what is in the screenshot appears. However when i click the username, it does not say 'Ban user from thread'  .
I installed the product and then i did the template edits  .
Any help is appreciated
- Thanksyou
|
You probably missed step #3 from the installation manual:
- Open
BOTH templates
posbit and
postbit_legacy;
- FIND:
Code:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
- Bellow that code, add the following:
Code:
<if condition="$show['btu_canban']">
<if condition="!isset($btu[$post[threadid]][$post[userid]])">
<tr><td class="vbmenu_option"><a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]">$vbphrase[btu_ban]</a></td></tr>
<else />
<tr><td class="vbmenu_option"><a href="postings.php?$session[sessionurl]do=btu_ban&t=$post[threadid]&u=$post[userid]">$vbphrase[btu_unban]</a></td></tr>
</if>
</if>
Make sure you edit both templates. It will surely work.
Quote:
Originally Posted by aj8690
This is great. Is there any way to make it so normal moderators can do this in their assigned forums, too?
|
Not yet, but probably will soon.