Üye Banlama (admincp ye girmeye gerek yok)

blackman89

Banned
Katılım
3 Ocak 2006
Mesajlar
504
Reaction score
0
Puanları
0
Yaş
39
Admincp'ye girmeye gerek kalmadan direk postibitten, üyenin nickine tıklayınca açılan menüye extra bir seçenek eklenir ve buradan diren eleman banlanabilinir...

0019ic.gif


postbit_legacy templatesinde bulun;

php kodu;
PHP:
<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>

altına şunları ekleyin;

php kodu;

PHP:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"> <tr><td class="vbmenu_option"><span onmouseover="this.style.cursor='hand';" onClick="window.open('modcp/banning.php?do=banuser&userid=$post[userid]','ban','width=550,height=375,scrollbars=yes')"><b>Bu üyeyi Banla $post[username]</b></span></td></tr>  </if>

resimde görünen ingilizce ama bunlar sizin forumun dil cubuguna baglı eger ingilizceyse ingilice olarak gözükür eger türkce ise türkce olarak gözükür..benden bu kadar..
 
Geri
Üst