Hide "Edit By ..." Note For Admins
This modification is in the archives.
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']">
HTML Code:
<if condition="$show['postedited'] AND ($post[userid] != 1)">
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 |