The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
New Member Registration Page Question
My forum is a motorcycle related forum and I often have new members register using their business name as their screen name. After registering, these newbies often start posting links to their site, contact info etc. I would like to add a note somewhere on the Registration Page so that they know before choosing a screen name that business names are not allowed unless they are an approved sponsor. Anyone know where or how to do this?
Thanks! |
#2
|
||||
|
||||
You could add it to the Forum Rules by editing the register_rules template or by adding it to the forum_rules_description pharse
|
#3
|
||||
|
||||
Use advert manager and make an advert using "below navbar" option. And use the code below....
HTML Code:
<vb:if condition="THIS_SCRIPT == register"> Add your message here </vb:if> |
Благодарность от: | ||
Stratis |
#4
|
||||
|
||||
I added a note in my Registration -> "register" template.
search for Code:
<p class="description">{vb:rawphrase enter_your_username}</p> This is mine (screenshot attached) Code:
<p class="description">{vb:rawphrase enter_your_username}<br />Note - Only A-Z 0-9 characters and spaces are allowed, user names with non-alphanumeric characters will not work.</p> Actually now I think about it, editing the {vb:rawphrase enter_your_username} phrase may be the easiest option. |
#5
|
||||
|
||||
Thanks much...that did it!
|
#6
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=236069" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=236069</a>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|