Jump to the post that solved this thread.
Solved: 9 Years, 5 Months, 1 Week ago Default Account settings
#1
Solved: 9 Years, 5 Months, 1 Week ago
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
Reply
#2
Solved: 9 Years, 5 Months, 1 Week ago
ACP > Settings > User Registration

I believe it's in there.
Reply
#3
Solved: 9 Years, 5 Months, 1 Week ago
I tried, there isn't any options to change that
Reply
#4
Solved: 9 Years, 5 Months, 1 Week ago
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.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
#5
Solved: 9 Years, 5 Months, 1 Week ago
Thanks @Wires
Reply
#6
Solved: 9 Years, 5 Months, 1 Week ago
(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.
Plugin Count: I lost count.
Public Plugins are available here.
Please do not PM me for support unless asked to.
Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)