|
Custom Usernames
This thread is in the Modification Graveyard.
This is a very simple modification that involves a simple plug-in. I'm sure almost everyone already knows how to do this, but I've had a few people who are new to vBulletin ask me how to do this, so I thought I would post it up for other people like that to find.
With this plug-in, you can mask any user's username with a custom name. You can even have an image as a name. Set the hook location to fetch_musername and use the following code: PHP Code:
if ($user['userid']==1){
PHP Code:
if ($user['userid']==1){
If you don't want to make a single plug-in for each user, you can put them all in the same plug-in like this: PHP Code:
if ($user['userid']==1){
Download No files for download. |
|||||||||