The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
malmazan Plugin to capitalize username... 02-27-2012, 05:00 PM
kh99 What hook location are you... 02-27-2012, 05:05 PM
malmazan userdata_presave
I used... 02-28-2012, 07:25 AM
Sarteck Why not (on the same hook):
... 02-28-2012, 08:43 AM
malmazan Thanks for the help, though... 02-29-2012, 10:26 AM
malmazan Actually, I was wrong, it... 03-02-2012, 08:01 AM
|
#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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|