Archive for myfreeforum.org Before posting please check the "stickies" in the support forums. Please ask questions in real English and not "txt". You will get a better response. Please do not ask support questions via PMs.
|

CeS
|
Rank colors not workinghttp://thor.myfineforum.org/index.php
Ok, so I have the legend key mod on my forum & it's working fine except, I just added 2 new ranks today & for some reason, they don't seem to be changing to the colors I set for them in css. below is what my styles looks like:
Rank Colors (this is located in my .css):
/* Forum rank titles */
.rank1{ font-size : 12px; color : #FFFF66 }
.rank2{ font-size : 12px; color : #00FF00 }
.rank3{ font-size : 12px; color : #FF9900 }
.rank6{ font-size : 12px; color : #33FFFF }
.rank7{ font-size : 12px; color : #FFFFFF }
.rank8{ font-size : 12px; color : #00FF00 }
.rank9{ font-size : 12px; color : #FF9900 }
Legend Keys (located in index_body.tpl):
td class="onlineIndex">{TOTAL_USERS_ONLINE} [Site Admin] [THOR Officer] [THOR Wing Officer] [THOR Member] [THOR Wing Member] [Confed] [Non-Member] <BR/>{RECORD_USERS}<BR/>{LOGGED_IN_USER_LIST}</td
All the colors are working except for [THOR Wing Officer] & [THOR Wing member]. could it be because in the legend key, the ranks aren't in order? In other words it goes: rank1 rank2 rank8 rank3 rank9 rank 6 rank7 instead of rank1 rank2 rank3 rank6 rank7 rank8 rank9.
Hope this makes sense lol
|
admin (no pm's please)
|
Order won't matter, but you need to make sure you clear browser cache as css files sometimes don't get reread leading you to think you have it wrong when you don't.
|
|
|
|