MyBB Community Forums

Full Version: Is there anyway of disabling these
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way of disabling these - so people have to physically go into there user cp to activate them

ie have them default as off

Receive emails from the Administrators.
Hide your email from other members.
Notify me by email when I receive a new Private Message.
Subscribe and receive email notification of new replies

as we still cannot get emails to work, and we don't want to hack people off
thanks
In the member_register template, find and remove the following:

{$allownoticescheck}
{$hideemailcheck}
{$emailpmnotifycheck}
{$no_subscribe_selected}
{$no_email_subscribe_selected}
{$instant_email_subscribe_selected}
spot on thank you - it's only temp until we can get our email php thingy sorted
thanks again
ok, tried that and still gave the options on the profiles and posts....

am I missing something here?

can these options be taken off the forum so people cannot tick them on the templates etc

thanks

ie - the above (gratefully received) stop them in the registration

but on the user cp and posts - still allows email options
can these be taken out as well?
thanks again

then changed
<!-- <label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_dont} value="" style="vertical-align: middle;" /> {$lang->no_email_subscribe}</label><br /> // -->

to

<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_none} value="none" style="vertical-align: middle;" /> Subscribe via CP Panel</label><br />

usercp_options
<!-- <tr>
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td>
<td><span class="smalltext"><label for="pmnotify">{$lang->pm_notify}</label></span></td>
</tr> // -->
-----

ok

post_subscription_method

<label><input type="radio" name="postoptions[subscriptionmethod]" {$postoptions_subscriptionmethod_instant} value="instant" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br />

taken that line out...

so how do I stop people email via the profiles?

ie -

Email: Send ukanimal an email.

is there a way of hiding this
Hide your email from other members.
perm, but make it default the answer is hide it so no one can email people
or take off the option in the profile to the other users?
thanks
found it thanks
member_profile_email
just closed this file off and hopefully all done
thanks people for your help