- Регистрация
- 29 Фев 2008
- Сообщения
- 1.035
- Реакции
- 702
- Автор темы
- Заблокирован
- #1
поддерживает версии:3.6.х и 3.7.х
Quick Ban Code:
This will add a link for Admin/Mods to Ban User quickly from the Postbit. The link points directly to the Ban Panel when clicked.
Instructions:
В шаблоне : postbit_legacy
Ищем:
Ниже добавляем:
должно получиться такое:
Quick Ban Code:
This will add a link for Admin/Mods to Ban User quickly from the Postbit. The link points directly to the Ban Panel when clicked.
Instructions:
В шаблоне : postbit_legacy
Ищем:
HTML:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
Ниже добавляем:
HTML:
<if condition="$bbuserinfo[usergroupid] == 6">
<tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/banning.php?do=banuser&userid=$post[userid]','ban','width=500,height=375,scrollbars=yes')"><b>Ban User $post[username]</b></span></td></tr></if>
должно получиться такое: