The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Usergroup Color Bar Legend Details »» | |||||||||||||||||||||||||||||||
Usergroup Color Bar Legend
This hack shows the user group tags under the name of the active users. This is an easy but usefull for you to determine the order of the groups. install Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-ugcb.xml' from your computer then press 'Import' Modifications Info Plugin : 1 Phrases : 5 Template : 0 Setting : 2 Usergroup Color Bar Setting Go to your admin cp, then: vBulletin Options -> Usergroup Color Bar -> Versions: v1.0 - Initial vB 3.7 version. v2.0 - Initial vB 4.0 version. v2.1 - Fixed. v2.1.1 - Bug Fixed. Download Now
Screenshots
Show Your Support
|
8 благодарности(ей) от: | ||
alcazarx, car20, CarpCharacin, KorvinGump, mapleleaffans, misericorde, morpheus28, Spika |
Comments |
#182
|
|||
|
|||
Quote:
Replace the red dot with PHP Code:
And the forumhome_complete hook is located inside the product-ugcb.xml file. Use a program like Notepad ++ to open the file. |
#183
|
|||
|
|||
You can just go to plugin manager and find the usergroup color bar and edit the code.
|
#184
|
||||
|
||||
I don't expect any, to be honest. And it has not failed me yet.
|
#185
|
|||
|
|||
So glad to have this back.
|
#186
|
|||
|
|||
Usergroup Color Bar Legend
vBulletin 4.1.2 1) Download Product 2) Edit xml file: This Worked for me. Quote:
[QUOTE=Boofo;2165739]This will fix it to work on 4.1.2 like it did before. Replace the code in the forumhome_complete hook with the following: 3)Replace the code Code:
if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff']) { $activeusers2 = ''; $userbuls = split(',', $vbulletin->options['sirala']); foreach($userbuls AS $userbul) { $activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . ' ? ' . $vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'] . ' '; } $vbphrase['most_users_ever_online_was_x_y_at_z'] .= '<p><b>'.$activeusers2.'</b></p>'; } 4) Go to your admin cp, then: Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-ugcb.xml' from your computer then press 'Import' 5) Usergroup Color Bar Setting Go to your admin cp, then: vBulletin Options -> Usergroup Color Bar -> 6)Now to Add some colour...or whatever you would like... Quote:
Username HTML Markup The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this: Code:
[opening tag]username[closing tag] Code:
<span style="font-weight: bold;">username</span> = username <span style="font-style: italic;">username</span> = username <span style="text-decoration: underline;">username</span> = username <span style="color: red;">username</span> = username <span style="font: 20px verdana;">username</span> = username <span style="font: 20px verdana; color: red;">username</span> = username First box Code:
<span style="color: Red;">
Code:
</span> Example 2 First box Code:
<span style="color: Blue;">
Code:
</span> 7) Have Fun and Thanks! Cheers, Mr_Running |
#187
|
||||
|
||||
Can you guys please update it for working with latest 4.1.2
Thanks |
#188
|
||||
|
||||
Look at the code right above your post and replace that and it is fixed.
|
#189
|
|||
|
|||
my product feature:
fix with 4.1.2 count user in group check it out |
#190
|
|||
|
|||
Quote:
to the usergroup name? |
#191
|
|||
|
|||
Go to your AdminCP->Plugins and Products dropdown->Plugin Manager (NOT where you Install the product) ->Usergroup Color Bar -> Edit
Replace the code with: Code:
if (THIS_SCRIPT == "index" and $vbulletin->options['ugcb_onoff']) { $activeusers2 = ''; $userbuls = split(',', $vbulletin->options['sirala']); foreach($userbuls AS $userbul) { $activeusers2 .= $vbulletin->usergroupcache["$userbul"]['opentag'] . ' • ' . $vbulletin->usergroupcache["$userbul"]['title'] . $vbulletin->usergroupcache["$userbul"]['closetag'] . ' '; } $vbphrase['most_users_ever_online_was_x_y_at_z'] .= '<p><b>'.$activeusers2.'</b></p>'; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|