![]() |
Registration Defaults
Hi All,
I have done a registration hack and i am quite pleased with it :D , but what i want to know is; Is there something i can add/modify that will let me specify the default settings for new user registration? I send an Automatic PM on registration welcoming them, but the default is that new users dont accept PM's. It is things like this i want to change. Thanks in advance for your help! |
Open up the "registeradult" template:
For example, with PMs: Code:
<tr> <input type="radio" name="receivepm" value="yes" checked> yes <input type="radio" name="receivepm" value="no"> no Just move the word checked from the yes line to the no line. If you don't want to give a new member a choice at all, remove the whole code above, and replace with: Code:
<input type="hidden" name="receivepm" value="yes"> Do this for any or all of your options. :) |
Thanks for that, i will try that now and let you know how i get on :D
Matthew |
Yup,
Thanks :D :D :D it works great! Matthew |
Erwin - What query would you use to set all users to "recieve emails from administrator" to yes?
Satan |
[SQL]UPDATE user SET adminemail=1;[/sql]
|
Thanks:)
Satan |
All times are GMT. The time now is 12:02 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|