j883376
11 Mar 2006, 03:32
As some of you may or may not know, a Supermod has a couple of good, but also very limited tools when it comes to editing a user. The built in functions are as follows
[View Profile] [Change Signature] [Change Avatar] [Change Profile Picture]
Now, if they can ban them, edit their sig, their avatar, and their profile picture, why shouldn't they be able to edit the member's custom title?
Once installed, Supermods will have a new option in their ModCP when they search for a user labeled [Change Custom Title]
This hack requires 3 edits to the file user.php which can be found in the modcp directory of your forums.
Find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And change it to
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Next, you must find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below that add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Finally, find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Above it add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
You need also make a phrase for it to display the words Custom Title in the ModCP
ACP > Languages & Phrases > Phrase Manager > Add New Phrase
[b]Phrase Type: Control Panel User Management
Product: vBulletin
Varname: change_title
Text: Change Title
You're all done! Now go check the ModCP and you should have a nice new option to change the custom title. :)
[View Profile] [Change Signature] [Change Avatar] [Change Profile Picture]
Now, if they can ban them, edit their sig, their avatar, and their profile picture, why shouldn't they be able to edit the member's custom title?
Once installed, Supermods will have a new option in their ModCP when they search for a user labeled [Change Custom Title]
This hack requires 3 edits to the file user.php which can be found in the modcp directory of your forums.
Find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And change it to
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Next, you must find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Below that add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Finally, find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Above it add:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
You need also make a phrase for it to display the words Custom Title in the ModCP
ACP > Languages & Phrases > Phrase Manager > Add New Phrase
[b]Phrase Type: Control Panel User Management
Product: vBulletin
Varname: change_title
Text: Change Title
You're all done! Now go check the ModCP and you should have a nice new option to change the custom title. :)