PDA

View Full Version : Easy way to change User Name Input?


Ben Riker
10-14-2002, 02:40 AM
Hi there,

Is there an easy way to change the registration screen where new users input their names? I'd like to modify the text from:

User Name:

to read:

User Name:
First name, or first name and last initial. Please, no handles.

I don't mind hacking into the PHP code, if that's what it takes, but I'm not sure where you find this page to edit.

Thanks,

Ben

Dean C
10-14-2002, 03:31 PM
In your 'registeradult' and 'registercoppa' templates replace this:


<td bgcolor="{secondaltcolor}"><normalfont><b>User Name:</b></normalfont></td>


With this:


<td bgcolor="{secondaltcolor}"><normalfont><b>User Name:</b></normalfont><br><smallfont>First name, or first name and last initial. Please, no handles.</smallfont></td>


Regards

- miSt

Ben Riker
10-15-2002, 03:02 AM
Mist,

Thanks!

Ben

Dean C
10-15-2002, 03:43 PM
no problems :D

Regards

- miSt