Back to vBulletin 3.5 Template Modifications

Hide "Edit By ..." Note For Admins
Mod Version: 1.00, by tnguy3n

This modification is in the archives.
vB Version: 3.5.0 Rating: (1 vote - 2.00 average) Installs: 24
Released: 06 Oct 2005 Last Update: Never Downloads: 13
Not Supported  

Hide "Edit By ... " For Admin(s)
Author: tnguy3n
Site: http://www.++++++.org
Another simple template mod to hide "Edit By ..." note for superadmin or admin group. No file hack required, just add one simple conditional to your postbit template to do the trick.

Open postbit(_legacy),

FIND:
HTML Code:
		<if condition="$show['postedited']">
REPLACE WITH:
HTML Code:
		<if condition="$show['postedited'] AND ($post[userid] != 1)">
<!-- That's it! -->

If you want to hide "Edit By ..." note for the whole group, replace ($post[userid] != 1) with
!is_member_of($post[usergroupid],6)
where 6 is groupid which you want to hide editby notes, and you should adjust it to your own.

Download

No files for download.

Similar Mods

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

vblts.ru supports vBulletin®, 2022-2024