![]() |
Edit: I put a brea kin on accident, sorry! Never mind this post please!
|
Its a nice idea man. I really appreciate the effort, but I just wish there was an easier way to change the colors. Sucks having to edit index.php and reup it every time you try and tweak the colors to match skin.
/DJ |
I have different styles on my board and on one the active users looks good but the other it's really hard to read. How can I modify it for both styles?
|
You can't. If the coding was done in templates, yes. But the colors are hard-coded into the php.
:( |
Son of a...there has to be a way to use CSS
|
This hack works on 2.2.9 ;)
Thnx for the great hack :) |
It works fine with all other colured groups, but just encountered problems with my S.Mod as it shown in green instead of darkred.
Hope someone can help. Thanx |
Quote:
it will work with vb 2.3 ???? |
i do it in 2.30
all work good but Moderator its show blue names?????? :( :( what errer ??in it Quote:
|
i don't know if this has been said yet, but the color you have for mods is only when that person is a local mod and not part of the user group mod. below is a change i made to it so both mods of specific forums and user group mods show the same color. this will also explain how to add different user groups if you look at the original code and compare it to mine.
if ($loggedin['usergroupid'] == 6 and $highlightadmin) { $username = "<b><i><font color=red>$loggedin[username]</font></i></b>"; // Color for Admin } else if (($loggedin['usergroupid'] == 5) and $highlightadmin) { $username = "<b><font color=lightblue>$loggedin[username]</font></b>"; // Color for Supermod } else if (($mod["$userid"]) and $highlightadmin) { $username = "<b><font color=yellow>$loggedin[username]</font></b>"; // Color for Mod Local } else if (($loggedin['usergroupid'] == 7) and $highlightadmin) { $username = "<b><font color=purple>$loggedin[username]</font></b>"; // Color for Mod Group } else { $username = "<font color=lightgrey>$loggedin[username]</font>"; // Color for normal Member or "Highlight Admin" is turned of } // Afterburners Colored OnlineUserHack End |
All times are GMT. The time now is 12:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|