• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

Highlight ur chars in rankings muweb

Junior Spellweaver
Joined
Jun 5, 2005
Messages
110
Reaction score
1
Hello al, this "script" for highlight nicks yours characters in rankings when you login in muweb site. See:
Search for in modules/rankings/docharacter.php:

$rank2 = $rank+1;

After that add:

if(($_SESSION['user']) == $row[8]) {$font = "green";}
else {$font = "#CCCCCC";}

Then search for string where display nick in rankings, also:

<td align=left><div class='link_rankings'>$status[0] <a href=index.php?op=character&character=$row[0]>$row[0]</a></div></td>

and replace with:

<td align=left><div class='link_rankings'>$status[0] <a href=index.php?op=character&character=$row[0]><font color=$font>$row[0]</font></a></div></td>

You can change colors with change variable $font
 
Banned
Banned
Joined
Feb 21, 2007
Messages
360
Reaction score
28
Re: [Release] Highlight ur chars in rankings muweb

not bad...8/10
 
Newbie Spellweaver
Joined
Apr 29, 2007
Messages
43
Reaction score
1
Re: [Release] Highlight ur chars in rankings muweb

Is very good. 9/10
 
Experienced Elementalist
Joined
Dec 30, 2006
Messages
230
Reaction score
0
Re: [Release] Highlight ur chars in rankings muweb

That Is Very Cool Good Work 8/10.
 
Mythic Archon
Loyal Member
Joined
Oct 31, 2007
Messages
762
Reaction score
14
Re: [Release] Highlight ur chars in rankings muweb

Can show screen of this ?

Anyone tested? Did it work ?
 
Junior Spellweaver
Joined
Jun 5, 2005
Messages
110
Reaction score
1
Re: [Release] Highlight ur chars in rankings muweb

It's work 100%I not use default template of MuWeb so i cant do screen.
If u logged on site, YOURS characters be green in rankings, else default color
 
Experienced Elementalist
Joined
Oct 1, 2006
Messages
287
Reaction score
0
Re: [Release] Highlight ur chars in rankings muweb

nice , simple script ;)
 
Member
Joined
Jan 10, 2007
Messages
530
Reaction score
12
Re: [Release] Highlight ur chars in rankings muweb

thanx and nice !
 
Back
Top