
10-05-2012, 08:59 PM
|
|
|
Join Date: Jan 2007
Posts: 1,158
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Syxguns
simonhind,
Yeah, that much of it works! What do you get when you scroll over a name in the "Last Post" area or in the "Forum Threads" area?
Last Post should read: "Username is online or offline"
Forum Threads should read: "Started by Username and date created"
That is the part of the mod that we could not get to work! Showing the color is great, but the highlight or mouseover effect should read correctly and not "<span style="color: red;">". It's not a matter of using correct HTML it's a matter of the mod not working 100% and that is what was driving us crazy... 
|
here's the fix
Code:
<span style='color: green;' title='Administrators'> </span>
<span style='color: blue;' title='Moderators'></span>
<span style='color: orange;' title='Registered Users'></span>
<span style='color: yellow;' title='Super Moderators'></span>
<span style='color: red;' title='Banned Users'></span>
|