Go Back   vBulletin Setup > vBulletinSetup Information > Community Forum Management

Reply 
 
LinkBack Thread Tools Display Modes
Old 04-17-2009, 04:13 AM   #1
vBulletin Owner
 
UKDarkstar's Avatar
 
Join Date: Mar 2009
Location: UK, South Coast
Posts: 52
UKDarkstar will become famous soon enough
Adding registration instructions

When users register for the site and enter their email address I want to have a comment to be seen like this :

Please enter a valid email address for yourself.

If you are representing a company you must use your company email address.
If you are representing a company you must enter your username in the following format:
"Company name Yourname" eg. "Examsim Dave" or "Compteach Anne".


I've had a nose around in the admin cp and assume it would mean altering a template but I'm not quite sure where I need to look.

Pointers anyone ?

Many thanks
UKDarkstar is offline   Reply With Quote

Advertisement [Remove Advertisement]

Old 04-17-2009, 05:05 AM   #2
Supporters
vBulletin Owner
 
juster's Avatar
 
Join Date: Mar 2009
Location: Netherlands
Posts: 321
juster has a spectacular aura about
Re: Adding registration instructions

You must do that manualy in the 'register'-template (Style manager>> registration templates>> register )

Where to put it? Depends on your style and taste. I have it under the piece of code for the passwordconfirm. I have placed there the words that free mailaccounts cannot be used etc, works like a charm.

Hope it helps for you!
__________________
O no, this is just another annoying signature and I cannot stop reading it, sigh...
juster is nu online   Reply With Quote
Old 04-17-2009, 05:39 AM   #3
vBulletin Owner
 
UKDarkstar's Avatar
 
Join Date: Mar 2009
Location: UK, South Coast
Posts: 52
UKDarkstar will become famous soon enough
Re: Adding registration instructions

Quote:
Originally Posted by juster View Post
You must do that manualy in the 'register'-template (Style manager>> registration templates>> register )

Where to put it? Depends on your style and taste. I have it under the piece of code for the passwordconfirm. I have placed there the words that free mailaccounts cannot be used etc, works like a charm.

Hope it helps for you!
Ah right. OK, found the template but I'm not into coding at all. Might have to leave that or find someone who will do it for me as i really don't want to screw it all up !

Thanks anyway
UKDarkstar is offline   Reply With Quote
Old 04-17-2009, 06:59 AM   #4
Supporters
vBulletin Owner
 
juster's Avatar
 
Join Date: Mar 2009
Location: Netherlands
Posts: 321
juster has a spectacular aura about
Re: Adding registration instructions

You can do it yourself just fine, beleive me.
Just paste the complete code of the register-template on a notepad so you have the original code when things go wrong (kind of back up).

Now here is my piece of code, it is somewhere halfway the template, maybe it looks the same for you

Code:
<td>
						$vbphrase[confirm_password]:<br />
						<input type="password" class="bginput" name="passwordconfirm" size="25" maxlength="50" value="$passwordconfirm" />
					</td>
				</tr>
				</table>
			</fieldset>
			<div align="center">
  <center>
  <table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF0000" width="56%">
    <tr>
      <td width="100%">
      <p style="margin-left: 10; margin-right: 20; margin-top: 0; margin-bottom: 0">
      <font face="Arial Unicode MS">Het is NIET mogelijk aan te melden met een E-mail adres van een gratis dienst (zoals Gmail, Hotmail, Live etc)Heeft u enkel een gratis Emailaccount en wilt u toch inschrijven? Neem dan contact met ons op via het
      <b><a target="_blank" href="http://www.myfantasticsite.nl/modules.php?name=contact">
      <font color="#FF6600">contactformulier</font></a></b></font></td>
    </tr>
  </table>
  </center>

			<fieldset class="fieldset">
				<legend>$vbphrase[email_address]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400">
				<tr>
					<td colspan="2">$vbphrase[enter_valid_email_address]</td>
The purple part is what I added for my board.
__________________
O no, this is just another annoying signature and I cannot stop reading it, sigh...
juster is nu online   Reply With Quote
Old 04-17-2009, 07:11 AM   #5
vBulletin Owner
 
UKDarkstar's Avatar
 
Join Date: Mar 2009
Location: UK, South Coast
Posts: 52
UKDarkstar will become famous soon enough
Re: Adding registration instructions

Quote:
Originally Posted by juster View Post
You can do it yourself just fine, beleive me.
Just paste the complete code of the register-template on a notepad so you have the original code when things go wrong (kind of back up).

Now here is my piece of code, it is somewhere halfway the template, maybe it looks the same for you

Code:
<td>
						$vbphrase[confirm_password]:<br />
						<input type="password" class="bginput" name="passwordconfirm" size="25" maxlength="50" value="$passwordconfirm" />
					</td>
				</tr>
				</table>
			</fieldset>
			<div align="center">
  <center>
  <table border="2" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FF0000" width="56%">
    <tr>
      <td width="100%">
      <p style="margin-left: 10; margin-right: 20; margin-top: 0; margin-bottom: 0">
      <font face="Arial Unicode MS">Het is NIET mogelijk aan te melden met een E-mail adres van een gratis dienst (zoals Gmail, Hotmail, Live etc)Heeft u enkel een gratis Emailaccount en wilt u toch inschrijven? Neem dan contact met ons op via het
      <b><a target="_blank" href="http://www.myfantasticsite.nl/modules.php?name=contact">
      <font color="#FF6600">contactformulier</font></a></b></font></td>
    </tr>
  </table>
  </center>

			<fieldset class="fieldset">
				<legend>$vbphrase[email_address]</legend>
				<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="400">
				<tr>
					<td colspan="2">$vbphrase[enter_valid_email_address]</td>
The purple part is what I added for my board.
Yup, all double dutch to me (pardon the pun !). I may have a fiddle at the weekend but as you say, keep a backup of what it should be like.
UKDarkstar is offline   Reply With Quote
Old 04-17-2009, 07:17 AM   #6
Supporters
vBulletin Owner
 
juster's Avatar
 
Join Date: Mar 2009
Location: Netherlands
Posts: 321
juster has a spectacular aura about
Re: Adding registration instructions

I am glad to help you out if needed, just let me know, ok?
Good luck and have a great weekend.
__________________
O no, this is just another annoying signature and I cannot stop reading it, sigh...
juster is nu online   Reply With Quote
Old 04-17-2009, 08:06 AM   #7
vBulletin Owner
 
UKDarkstar's Avatar
 
Join Date: Mar 2009
Location: UK, South Coast
Posts: 52
UKDarkstar will become famous soon enough
Re: Adding registration instructions

Quote:
Originally Posted by juster View Post
I am glad to help you out if needed, just let me know, ok?
Good luck and have a great weekend.
Thanks
UKDarkstar is offline   Reply With Quote
Reply 
vBulletin Setup > vBulletinSetup Information > Community Forum Management

Tags
adding, instructions, registration

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paid registration &/or registration by invite vitrag24 Troubleshooting vBulletin Problems 5 10-13-2009 11:53 AM
Need basic help: adding ads, adding mods amyJJP vBulletin Services 1 03-11-2009 02:41 PM
Adding Phone number and address options to registration nathanhegg vBulletin Modifications 3 12-20-2007 04:34 PM
Registration DC Cajun General Discussion 12 10-01-2006 11:55 AM


All times are GMT -8. The time now is 05:21 AM.