|
MyBB: Default thread subscription for new members
|
|
01-27-2010, 08:31 AM
Post: #1
|
|||
|
|||
|
MyBB: Default thread subscription for new members
To make thread subscriptions the default for new users, edit the member_register template by going ACP > Templates & Style > Templates > "your theme template" > Member Templates > member_register.
Find: Code: <option value="0" {$no_subscribe_selected}>{$lang->no_auto_subscribe}</option>Change to: Code: <option value="0">{$lang->no_auto_subscribe}</option>This will make thread subscriptions the default for new members. The WebmasterHelp Admin |
|||
|
« Next Oldest | Next Newest »
|




