The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
// begin glowing admin attempt
$post[specialusername] = $post[username]; if ($userinfo[usergroupid] == 5) { $post[specialusername] = "<table style=\"filter:glow(color=orange, strength=4)\"><tr><td>$post[username]</td></tr></table>"; }; // end attempt so this is what i added but always the same thing : PHP Code:
PHP Code:
|
#22
|
||||
|
||||
This is the code I got working about a month ago
In admin/functions.php FIND: PHP Code:
PHP Code:
|
#23
|
||||
|
||||
okay so if i find the id of the other groups i cant make it all glows differently
Thx a lot |
#24
|
||||
|
||||
To figure out usergroupids
In the Admin CP, click Modify under User Groups and Permissions. Next to each usergroup, RIGHT click on the word EDIT and choose "Copy Shortcut" or whatever your system says to copy the link URL. Then paste it into notepad... it'll look something like this http://your.site.com/board/admin/use...&usergroupid=5 Notice the last number... 5. That's the usergroupid number. In this case, this is for Super Mods. |
#25
|
||||
|
||||
With help from Palmer of Shinra, we have adapted this to work on 2.2.1...
Find this: PHP Code:
PHP Code:
[username] to this: [specialusername] ________________________________________________ This makes your usernames glow as follows: Mods glow in blue Super Mods in orange Admins in red. (I'm going to post this in Finshed hacks with credits due to Palmer of Shinra and everyone else who has put input into this hack) |
#26
|
|||
|
|||
Is there anyway to have it so members can choose their own colors in their profile?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|