View Full Version : What Mod Is This?
Zigeto
08-24-2009, 07:51 PM
What Mod is the one that that you can change the forum username to cool fonts, and custom made fonts.
For example this staff's username font
http://www.sythe.org/showthread.php?t=586354
thanks if you can post the link or name of the mod it would help alot!
James Birkett
08-24-2009, 08:03 PM
That looks like he's used a plug-in to replace his username with an image..
Try this:
Admin CP -> Plugins & Products -> Add New Plugin
Product: vBulletin
Hook Location: fetch_musername
Title: Username
PHP Code:
if($user['userid'] == '{Your userID}'){
$user['musername'] = '<img src="path/to/image" />';
}
This is untested.
If you give me your UserID I'll try and create it specifically for your forum.
AdrianH
08-25-2009, 12:22 PM
I don't see any mod there at all.The member in question is in a special usergroup and you can set the username markup/colours/fonts /styles in the vB ACP > Usergroups.
James Birkett
08-25-2009, 12:26 PM
It could be usergroup-based, it could be a plug-in. Both methods work pretty much the same. The username of Sin666 is an image, which looks like he's just replaced his mark-up name with an image (thus masquerading the text but leaving every other function intact).
Zigeto
08-28-2009, 04:10 PM
Thanks for answering guys :)
--------------- Added 1251479502 at 1251479502 ---------------
Also James, Whats my user ID?
NVM: my user ID is 1
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.