The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
So I'm trying to setup a hook on fetch_musername
And when the user matches certain characteristics, I force-change their musername to a different style. Problem is, when I do that, it changes it for EVERYONE. Makes no sense to me...
This is the plugin on the hook: Code:
if (is_member_of($vbulletin->userinfo, 31)) { $user[musername] = "<strong><span style='color: #FF66FF'>" . $username . "</span></strong>"; } Any ideas? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|