Back to vBulletin 3.8 Template Modifications

Ban or Password reminder in user profile
Mod Version: 1.00, by Alexey™

vB Version: 3.8.x Rating: (2 votes - 4.50 average) Installs: 19
Released: 01 Sep 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Translations  

Hey all,
i created a simple "code" that with it you can Ban user or reminde him his password from his proffile.

Here is what you need to do.
Go to Admincp >Style manager > then go to MEMBERINFO Template
After that search "$navbar"

then
place this below "$navbar"

Code:
<if condition="$show['modcplink']">
<br />
<font face="Arial">
<div width="100%">
<strong>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"><tr>
<td class="tcat" align="center">
Manage User:
&nbsp;&nbsp;
</td>
<!-- if user isn't banned-->
  <if condition="$userinfo[usergroupid]=='8'"><!-- if user is banned -->
   <td class="thead" align="center">
    <a href="$modcpdir/banning.php?do=liftban&u=$userinfo[userid]">Remove Ban</a>
    &nbsp;&nbsp;
   </td>
   <td class="thead" align="center">
    <a href="$modcpdir/banning.php?do=editreason&userid=$userinfo[userid]">Banning Reason</a>
    &nbsp;&nbsp;
   </td> 
  <else /><!-- if user isn't banned-->
   <td class="thead" align="center">
    <a href="$modcpdir/banning.php?do=banuser&u=$userinfo[userid]">Ban</a>
    &nbsp;&nbsp;
   </td> 
  </if>
  <td class="thead" align="center">
   <a href="$modcpdir/user.php?do=editsig&u=$userinfo[userid]">Edit Signature</a>
   &nbsp;&nbsp;
  </td>
<if condition="$show['admincplink']">
<td class="thead" align="center">
<a href="$admincpdir/user.php?do=editaccess&u=$userinfo[userid]">Edit Forum Premmisions</a>
&nbsp;&nbsp;
</td>
</if>
</tr></table>
</strong>
</div>
</font>
<br />
</if>

After you done. click save. go to some user profile and see what its done.

Click install if you dont mind and like this "hack"

by the way sorry for my bad English.

Download

No files for download.

Supporters / CoAuthors

  • Alexey™

vblts.ru supports vBulletin®, 2022-2024