![]() |
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 |
thank u.... i fixed it
|
Nice Job
Can this be modified to be used with "Number of Active users today" It would be very nice there because there are usually many more names to decifer. Thanks |
Also can we make the "Currently active users" visable to admins only?
Thanks |
I'd love to get this hack working but for some reason when I install it ONlY the 1st and last member on my online users list show up.
It doesn't matter how many are online only the 1st and last are visible when I have this installed. Anyone know why? |
plz iam newbie
i installed this hack but how do i give color to diffrent usergroup ex: V.I.P if i add a member to vip group and if they come online it dosend show them as in V.I.P color it shows as normal member where should i insert the group id ? plz someone explain me how to do it ! :( |
hmm, i'm really hvaing a problem, when i installed this hack it tells me i am getting a parse error on like XXX, but that line is ?>
how can that be so? using 2.2.6 |
Hmm
this hack is giving me troubles on 2.2.8 I installed it all right.. but when i have more than one admin on at once.. it doesnt have the same colour.. im not sure if it will be on any other user groups.. |
thx installed right now !! :)
|
Now this is doing my head in. I have setup this and it works 99%. I have added a new usergroup and also added the hack to my who has been online today and it works in that fine (see pic a)
But for some reason this dont work. My new usergroup VIP works in the bottom online colour but not in the top? Any ideas why? http://www.tech-tronix.com/pic1.JPG |
it work with vb 3.0.0.0 gold ?
|
Has a new version been made available for vb3 gold+?
|
My moderators requested this for my board.
Can you convert this to work with 3.01? thank you! |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Obviously not, considering you're in the 2.x hack forum :)
Syl... |
So, is there sometihng that will work for v.3?
|
hello all
i want this hack code < Colored Online Users Hack > for vbulletin 3.0.x like 3.0.7 please give me this hack for this version of vbulletin. thank you. |
3.0.7 already has this facility and does not need a hack at all. Go into the admin panel then usergroups and choose a usergroup you want coloured.
Then where it says Username HTML Markup enter the following: 1st box: <span style="color: xxxxxxx;"> 2nd box: </span> The xxxxxxx are hex codes for what ever colour you want and thats all it is, no hack needed. Laters Quote:
|
I did this and it isn't working - do i take out the semi-colon ? quotes?
|
Try in Username HTML Markup boxes:
1st box: <span style="color: #FF0000;"> 2nd box: </span> Or 1st box: <font style="color: #FF0000;"> 2nd box: </font> #FF0000 is red can use any colour you want. Laters |
this is exactly what i typed in the User HTML Markup box:
<span style="color: FF3399";> second box: </span> didnt change i tried <font="color:FF3399;"> second box: </font> didn't change ??? |
figured it out - i was missing the # in front of the code for the color.... oops!
|
The # is in my post :)
But glad its working. |
hmm... I did this by simply going into the usercp --> usergroups --> and adding a color in the Username HTML markup. Simple as that.
Does this hack do something that doing this wouldn't? ETA: I see someone else did the same. However, I didn't use "span" code. I just used font code, italics, bold, etc... |
How would i make usernames bold with color.What would i type in he first box if say i wanted the username bold and red?
|
Simple HTML
Sample in bold, italic using arial font (do it in Frontpage): <font style="color: FF3399; font-weight:700; font-style:italic" face="Arial"> admin </font> 1st box: <font style="color: FF3399; font-weight:700; font-style:italic" face="Arial"> 2nd box: </font> Quote:
|
you dont have to put all of that. Why not just put <font color="red"><b> and the closing tags in the second box (of course). It's that easy.
|
All times are GMT. The time now is 04:17 AM. |
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:
|