MyBB Community Forums

Full Version: Default Account settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When users register on my forum, the "Messaging & Notifications" are automatically all unchecked. Is there anyway I can set which ones are checked by default. I want the
Screenshot: http://i.imgur.com/xsDYAH5.png

http://pikosplace.com/forum
ACP > Settings > User Registration

I believe it's in there.
I tried, there isn't any options to change that
1. ACP >> Templates >> Select your theme >> Member Templates >> Member_register

Find
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td>

Replace with:
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" checked /></td>

Etc. All I've done is change the {$allownoticescheck} to "checked". Do this for whatever options you'd like enabled.
Thanks @Wires
(2015-04-28, 07:46 PM)David17k7 Wrote: [ -> ]Thanks @Wires but in the templates there isn't any code about the default options, that and the options aren't given during registration either. None of my themes do actually, I wonder why?

Can you provide me with a link to your site and the member_register template using the [code] tags?

Edit: Never mind, didn't see the URL in the original post.