I would like to change 'User Name: to Graduation Name: on the register page..
http://www.wchs.ca/register.php (you will need to accept rules to get to the page)
and on the log in page (if at all possible).. http://www.wchs.ca/index.php?
Which template do I change?
theMusicMan
09-30-2005, 03:52 PM
No need for a template change kbox... it's a phrase.
AdminCP > Languages and Phrases > Phrase Manager > search for 'username' (minus quotes) and edit it to what you want it to be.
theMusicMan
09-30-2005, 03:59 PM
Alternatively, if you would prefer to amend the template, then look for the templae called registration, open it and look for the following code;
Look for...
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
<strong>$vbphrase[username]</strong>:<br />
Change the text in red...
<div class="smallfont" style="margin-bottom:$stylevar[formspacer]px">
<strong>Graduate Name</strong>:<br />
That will also work, but only in the template within which you amended the registration template.
No need for a template change kbox... it's a phrase.
AdminCP > Languages and Phrases > Phrase Manager > search for 'username' (minus quotes) and edit it to what you want it to be.
I used this option and it worked perfectly.
Thank you very much. :)