The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I'd like to have a page that can be linked within the forum to online users to show the a list of currently banned users, the reason, how long the ban is, the user that banned them etc.. is this possible?
|
#2
|
||||
|
||||
![]()
All I did was make my banned users group the only group viewable in showgroups and then deleted this part from the showgroups template:
Code:
<if condition="$moderatorbits"> <!-- moderators --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="4">$vbphrase[moderators]</td> </tr> <tr> <td class="thead"> </td> <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead" width="50%">$vbphrase[forums]</td> <td class="thead">$vbphrase[contact]</td> </tr> $moderatorbits </table> <br /> <!-- end moderators --> </if> Code:
<td class="thead"> </td> <td class="thead" width="100%">$vbphrase[user_name]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td> <td class="thead">$vbphrase[contact]</td> Code:
<td class="$bgclass">$user[onlinestatus]</td> Code:
<if condition="$show['location']"><div class="smallfont" title="$vbphrase[location_perm]">$user[location]</div></if> Code:
<td class="$bgclass" nowrap="nowrap"> <if condition="$show['pmlink']"><a href="private.php?$session[sessionurl]do=newpm&u=$user[userid]"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="<phrase 1="$user[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a></if> <if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$user[userid]"><img src="$stylevar[imgdir_button]/email.gif" alt="<phrase 1="$user[username]">$vbphrase[send_message_via_email_to_x]</phrase>" border="0" /></a></if> </td> The reason and how long, I don't know, I haven't got that far yet. But what I did is a start. |
#3
|
||||
|
||||
![]()
That's a smart way of doing it, though, I'd like to keep admins and mods and such on showgroups so I would rather have another way to do it :nervous:
up! If anyone has another way of doing this please help me out ![]() |
#4
|
||||
|
||||
![]()
<a href="https://vborg.vbsupport.ru/showthread.php?t=95580" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=95580</a>
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|