Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Automatic Subscriptions - 1.2 by Matt

i need that :D

Written By: digital.medics, 1st February 2011

great idea.. I will try

but, would be careful for hundreds of member using that :)

Written By: FBI, 3rd February 2011

you can add "selected" to make the default
go to ACP > Templates & Style > Templates > **expand template set** >Member Templates > member_register
find
<option value="1" {$no_email_subscribe_selected}>{$lang->no_email_subscribe}</option>
<option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>

and add "selected" beside "<option " any option , like :
<option selected value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option>

:)

Written By: matrixboy, 23rd June 2011

Write Review