View Full Version : Admin Text Style
banoota
06-06-2002, 05:25 PM
<font color="deeppink">maybe not a totally new idea, but i couldn't find it around here -- Admin have a different text style would be useful</font>
Xenon
06-06-2002, 05:29 PM
edit admin/functions.php
find the getpostbit section
ther find this line:
$post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]);
below add:
if($post[usergroupid]==6) $post[message]="<font.......>".$post[message]."</font>";
should work i think :)
banoota
06-06-2002, 05:46 PM
i've seen on some forums that admins got "glowing" text, something similar to the status under your avatar, where it says "online"
Chris M
06-07-2002, 06:59 AM
Do you mean as Custom titles?
Satan
banoota
06-07-2002, 02:38 PM
no, not custom titles
the style of the text, it glows
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.