|
Hide Admin in "Who is Online" and "Profil"
This modification is in the archives.
Hide Admin in "Who is Online" and "Profil" Description: Hide Admin in "Who is Online" and "Profil" Recommandation: Install this plugin so: Spoiler (click to open)
This will hide the number of invisible users to those who can't see invisible users...
![]() Chris Close
(no tested for vB 3.7)PS: Only User ID1 with this condition ^^
Code:
<if condition="$prepared['action']">
<span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
</if>
Code:
<if condition="$userinfo['userid'] != 1">
<if condition="$prepared['action']">
<span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
</if></if>
Code:
<if condition="$prepared['action']">
<li><span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]</li>
</if>
Code:
<if condition="$userinfo['userid'] != 1">
<if condition="$prepared['action']">
<li><span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]</li>
</if>
</if>
Code:
<if condition="$userinfo['userid'] != 1">
Code:
</if> Download No files for download. Screenshots |
|||||||||
Similar Mods
| Hide Admin in "Who is Online" and "Profil" | vBulletin 3.6 Template Modifications |