Latest News: Latest Mods:


 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Adding a note to the registration form [Updated]
Author Message
Jon P.
Premium User


Posts: 133
Joined: Dec 2008
Reputation: 1
Post: #1
[Tutorial] Adding a note to the registration form [Updated]
ok, so someone asked how to add a note to the registration form, so i came up with this little tutorial to do it.

First go to templates & style>templates>YOURTHEME>member templates and find member_register, once you found it, open it and search for this code, around line 132.


Code:
<input type="hidden" name="step" value="registration" />
<input type="hidden" name="action" value="do_register" />

below the code above, add this under it

Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Additional Information!</strong></td></tr>
<tr><td class="trow1">
<p><big>Please, make sure to check your spam folder for the registration email</big></p>
</td></tr>
</table>

Don't forget to put a <br /> tag before

Code:
<br /><input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" />

just a simple tutorial, hope you can find it useful, report any problems here
01-02-2011, 08:33 AM
 




User(s) browsing this thread: 2 Guest(s)