[3.8] Modified User Legend Bar [/TheProphet]

TheProphet

New Member
I see some members requesting a few modifications on this hack.

Well here you go.

Enjoy and don't forget to say "Thank You"
 

TheProphet

New Member
Well here you go.

Number 2 is a version that adds a xtra break above the current active users.
Number 3 is requested also, so i deside to make the dots version aswell.

Enjoy and don't forget to say "Thank You"
 

WiRED

New Member
You're begging for 'thanks', when all you're doing is adding a <br> and what not?
Hmmm, anyway. You're contributing I guess.


Cheers,
 

TheProphet

New Member
WiRED said:
You're begging for 'thanks', when all you're doing is adding a <br> and what not?
Hmmm, anyway. You're contributing I guess.


Cheers,

First, i made a two version for this hack and yes 1 with a break so you can choose your desired one.
Second, i want people who download contributions of any members here, to pay a little respect. cheap request, aint it m8.
Thirth, being a smartass looking not further then your nose, and then complaining about i add only a <br>. Were's your contribution from this year m8?
Hmmm, anyway you're just increasing your post count i guess.
 

TheProphet

New Member
StormRoBoT said:
this have color?

Yes if you add them:

1 Goto your admincp --> Usergroups --> Usergroups Manager.
2 Choose a desired group to edit.
3 Edit the value color in the example red to your colors favorite.
4 Done. See examples for a howto.
 

nudu

New Member
TheProphet said:
Yes if you add them:

1 Goto your admincp --> Usergroups --> Usergroups Manager.
2 Choose a desired group to edit.
3 Edit the value color in the example red to your colors favorite.
4 Done. See examples for a howto.

Thanks for this..

Just wondering two things,

could you explain a little further what the difference between the two posted versions are? I don't understand and can't tell

and, could you please make one where the []'s surrounding the group don't change with font colour (stay the same)?

thank you..
 

iNfLuEnCe

New Member
nudu said:
could you please make one where the []'s surrounding the group don't change with font colour (stay the same)?

thank you..

edit the xml file in line 30
Code:
$activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] [color=Sienna]. '['[/color] .$vbulletin->usergroupcache["$userbul"]['title'] [color=Sienna].']'[/color] . $vbulletin->usergroupcache["$userbul"]['closetag'].' ';

to this
Code:
$activeusers2 .= [color=Sienna]'[' .[/color]$vbulletin->usergroupcache["$userbul"]['opentag'] . $vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'][color=Sienna].'] '[/color];

Note that the actual changes are simple by just moving the brackets as stated in Brown


nudu said:
Thanks for this..

Just wondering two things,

could you explain a little further what the difference between the two posted versions are? I don't understand and can't tell
the difference between the two is

instead of this

_______
user
_______


you get this

_______

user
_______
 

warrior13

New Member
TheProphet said:
I see some members requesting a few modifications on this hack.

Well here you go.

Enjoy and don't forget to say "Thank You"


TheProphet said:
Well here you go.

This is a version that adds a xtra break above the current active users.

Enjoy and don't forget to say "Thank You"


What is the difference?
 
Top