Back to vBulletin 3.7 Template Modifications

Hide Admin in "Who is Online" and "Profil"
Mod Version: 1.00, by Allan

This modification is in the archives.
vB Version: 3.7.0 Rating: (8 votes - 4.63 average) Installs: 33
Released: 13 May 2008 Last Update: Never Downloads: 10
Not Supported Template Edits Translations  

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
Attached Files
File Type: xml hide-invisible-users.xml (530 Bytes, 366 views)

Close
(no tested for vB 3.7)

PS: Only User ID1 with this condition ^^
  • In the "MEMBERINFO" template (profil), find:
Code:
<if condition="$prepared['action']">
                            <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                        </if>
  • Remplace by:
Code:
<if condition="$userinfo['userid'] != 1">
                        <if condition="$prepared['action']">
                            <span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]
                        </if></if>
  • In the "memberinfo_block_statistics" template (profil), find:
Code:
<if condition="$prepared['action']">
                <li><span class="shade">$vbphrase[current_activity]:</span> $prepared[action] $prepared[where]</li>
            </if>
  • Replace by:
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>
  • In the "whosonlinebit" template (who is online), add to the top:
Code:
<if condition="$userinfo['userid'] != 1">
  • And bottom, add:
Code:
</if>

Download

No files for download.

Screenshots

Click image for larger version
Name:	profil1.gif
Views:	1025
Size:	6.7 KB
ID:	80560   Click image for larger version
Name:	profil2.gif
Views:	858
Size:	4.1 KB
ID:	80561  

Similar Mods

Hide Admin in "Who is Online" and "Profil" vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024