The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Plugin to capitalize username on registration
Hi all:
I'm after a plugin that capitalizes the username on registration, as I require name and last name. This is what I have: Code:
$username = ucwords(strtolower($this->fetch_field('username'))); $username_raw = $username; vB_Template::preRegister('register',array('username_raw' => $username_raw)); but it does not work. I would be very grateful for some help |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|