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


Posts: 127
Joined: Dec 2008
Reputation: 2
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
Mr-Trainor
Member


Posts: 243
Joined: Mar 2010
Reputation: 6
Post: #2
RE: [Tutorial] Adding a note to the registration form [Updated]
Thanks for this! I may be doing this in future, very useful guide !
01-10-2011, 02:42 AM
Dasper
Junior Member


Posts: 3
Joined: Jan 2011
Reputation: 0
Post: #3
RE: [Tutorial] Adding a note to the registration form [Updated]
nice ^^
01-10-2011, 08:28 PM
ldiverse
Junior Member


Posts: 7
Joined: Aug 2010
Reputation: 0
Post: #4
RE: [Tutorial] Adding a note to the registration form [Updated]
Thanks very helpful!
01-11-2011, 03:41 AM
RickyTheBest
Junior Member


Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #5
RE: [Tutorial] Adding a note to the registration form [Updated]
Good!
01-11-2011, 05:40 AM
b0r1swh
Junior Member


Posts: 14
Joined: Jan 2011
Reputation: 0
Post: #6
RE: [Tutorial] Adding a note to the registration form [Updated]
a big thanks man
01-12-2011, 06:01 AM
Mazi1577
Junior Member


Posts: 33
Joined: Jun 2010
Reputation: 0
Post: #7
RE: [Tutorial] Adding a note to the registration form [Updated]
Thanks!
01-17-2011, 07:00 AM
trial
Junior Member


Posts: 21
Joined: Oct 2010
Reputation: 0
Post: #8
RE: [Tutorial] Adding a note to the registration form [Updated]
thank you much!
01-18-2011, 05:06 AM
Elite Dash
Junior Member


Posts: 4
Joined: Jan 2011
Reputation: 0
Post: #9
RE: [Tutorial] Adding a note to the registration form [Updated]
Pretty god damn awesome.
01-18-2011, 05:50 PM
LeeFish
SimFish


Posts: 77
Joined: Nov 2009
Reputation: 1
Post: #10
RE: [Tutorial] Adding a note to the registration form [Updated]
Very handy, thank you
01-20-2011, 12:13 AM
 




User(s) browsing this thread: