![]() |
Colored Online Users
I'm running the hack installed from this site on my forum boards. Currently I am working on my test forums to fix an issue I am having. Here is the situation, I want to have 5 lists of people on my boards:
1. Administrator - Red 2. Asst. Administrator - Orange 3. Super Moderator - Dark Red 4. Moderator - Green 5. Member - Blue Here is my situation. I cant seem to figure out how to make the Asst. Admin's name actually turn Orange. I installed the Colored Online Users hack and have 5 different colors listed and showing under "Current Active Users", but when I test the Asst. Admin color by signing into the Asst. Admin account its color is one of the other 4 colors. No matter how much tweaking I have done I cant seem to figure out how to make this work. Can anyone help me? Thanks oh and btw, I added a 5th line of code from that hack in order to compensate for 5 different groups, but this hasnt fixed the problem. All it has done is list 5 different groups with 5 different colors, but the account that is the Asst. Admin account doesnt reflect the Orange color. Is this a problem with my settings and not my code? and if so how do i resolve this? |
Uhm, someone correct me if I'm wrong... But since when could there be Asst. Admin's.
It's just Admins, Super Mods, Mods, Members. |
in the hack find:
Code:
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) { Code:
} else if (($loggedin['usergroupid'] == X) and $highlightadmin) { Code:
} else if (($loggedin['usergroupid'] == 5) and $highlightadmin) { Code:
} else if (($loggedin['usergroupid'] == X) and $highlightadmin) { Code:
<font color="red" size="2">? Administrator</font> * Code:
<font color="Orange" size="2">? Asst Administrator</font> * |
Quote:
Thanks Sebastian. Ill give that a go :) |
hmmm okay i just realized Sebastian that you repeated the code i already did. I have no problems adding the Asst. Admin field. The problems lies in getting the person who is setup under the created Asst. Admin field to have their name show up in Orange.
Any ideas? |
you have to get the GROUP ID of your "asst admins" did you do that? changed the X to that user group?
I know it works, i took that code from my hack, been using it for many months. |
nice work Sebastian. I got it squared away. :)
|
one quick question. you put a dot in front of each title. when I attempt to apply that in my template, it doesnt stay when I choose to save it as an option. any ideas on how I can fix that?
|
replace the dot with:
Code:
<b><big>& middot;</big></b> |
Im looking to make it more like a circle like the Current Active User section at the bottom of these forums instead of a little dot.
ideas? |
Code:
<font color="Orange" size="2"><li>Asst. Administrator</li></font> |
that will put a circle in front of each user group name in Current Active Users?
|
yup, just as i posted above. you have to do it for each group.
so: Code:
<font color="COLOR" size="2"><li>Administrator</li></font> |
eek. it made them go downwards. i need them to go across from left to right not top to bottom. ideas?
|
hrrm okay, i knew that. didn't know how you wanted them.. you should be able to put this dot in a template and save it.. it will appear: ?
so: <font color="Orange" size="2">? TEXT HERE</font> orange:? red:? blue:? green:? :) I have the same dot in my forums and it appears fine once i save the template. |
yeah you know i agree man, but for some reason it's not staying saved in one of my templates. not sure why :(
ideas? |
no idea why... it should. i have two boards; one running 228 and the other 229, both them show the dot. perhaps someone else might have an idea why.
|
Ok...Could Someone Give Me A Basic Breakdown Of Wat Codes I Should Or Shouldnt Use
|
All times are GMT. The time now is 04:53 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:
|