PDA

View Full Version : New Member Registration Page Question


bazookajoe
11-23-2015, 02:14 PM
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!

Dragonsys
11-23-2015, 02:42 PM
You could add it to the Forum Rules by editing the register_rules template or by adding it to the forum_rules_description pharse

Seven Skins
11-23-2015, 04:20 PM
Use advert manager and make an advert using "below navbar" option. And use the code below....

<vb:if condition="THIS_SCRIPT == register">
Add your message here
</vb:if>

You can use html formatting to highlight the text.

z3r0
11-24-2015, 06:34 PM
I added a note in my Registration -> "register" template.

search for

<p class="description">{vb:rawphrase enter_your_username}</p>

and add your message after {vb:rawphrase enter_your_username}

This is mine (screenshot attached)
<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.

bazookajoe
11-24-2015, 07:22 PM
Thanks much...that did it!

ArcadeSyndicate
11-24-2015, 07:48 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=236069" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=236069</a>