The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Here you go:
|
#12
|
|||
|
|||
Never mind, just give me a little while to figure out how this hack works...
|
#13
|
||||
|
||||
this is what I have on my forum:
If you like that, here is the code, change it accordingly in your forumhome template: Code:
$vbphrase[most_users_ever_online_was_x_y_at_z] </phrase> </b></div> <div> <if condition="$show['loggedinusers']"> [<b><font color="#FF0000">Administrator</font></b>] [<b><font color="#00CC00">Moderator</font></b>] [<font color="#000080"><b>ScamBaiter</b></font>] [<b><font color="#FF00FF">Team Pink</font></b>] [<font color="#E1981D"><b>SpamHater</b></font>] [<i><font color="#003300"><b>Audio OGA</b></font></i>] [<font color="#000080">Member</font>] [<font color="#000080"><strike>F*ckFace</strike></font>]<br></if> $activeusers |
#14
|
|||
|
|||
Got it.
Go to Plugins & Products > Plugin Manager > Find "Usergroup Color Bar" product and click edit on the only plugin > Replace the code in the textbox with the following: Code:
if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff']) { $activeusers2 .= '<hr />'; $userbuls = split(',', $vbulletin->options['sirala']); foreach($userbuls AS $userbul) { $activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . '• '.$vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'].' '; } $activeusers = $activeusers . '<b>'.$activeusers2 .'</b><br />'; } |
#15
|
|||
|
|||
Thank you both for your help. Really.
I went for theFAILURE's method in the end. |
#16
|
|||
|
|||
That's pretty much what you had in the beginning with the hack, but wtvr it's up to you what you want
|
#17
|
|||
|
|||
chak this:
in forumhome add Code:
<tr><td class="thead" colspan="2">legend</td></tr> <tr><td class="alt1" colspan="2" ><span class="smallfont">$legend</span></td></tr </tbody> Code:
<!-- end logged-in users --> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|