adwade
Well-known member
I've read through several threads inquiring about a simple-to-use UnSubscribe Link that can be included whenever an Admin sends out Emails from the Admin-CP. Since I can't post to those threads yet, I wanted to suggest something like this MOD below:
I'm not a coder, but in looking at XenForo's Contact Details page don't you just need a link with the command to revise "checked" to "unchecked" for the Receive site mailings box?
I'm sure I'm missing something and it's more complicated than this, but I wanted to mention it just in case it could really be done this easily?
Unsubscribe Link v1.0 for vB3
Where ever you want to add a link for users to unsubscribe from admin emails, simply put: http://www.yourforum.com/misc.php?do=unsub. When a user clicks on it, it will ask if they're sure they want to unsubscribe. They click yes, and the option in their User-CP to receive admins emails is set to no. That's it.
And lastly, it puts a box on the "send email to users" page that simply says:
Just copy/paste the code at the end of your outgoing email.
Where ever you want to add a link for users to unsubscribe from admin emails, simply put: http://www.yourforum.com/misc.php?do=unsub. When a user clicks on it, it will ask if they're sure they want to unsubscribe. They click yes, and the option in their User-CP to receive admins emails is set to no. That's it.
And lastly, it puts a box on the "send email to users" page that simply says:
Just copy/paste the code at the end of your outgoing email.
I'm not a coder, but in looking at XenForo's Contact Details page don't you just need a link with the command to revise "checked" to "unchecked" for the Receive site mailings box?
Code:
<li><label for="ctrl_receive_admin_email"><input type="checkbox" name="receive_admin_email" value="1" id="ctrl_receive_admin_email" checked="checked" />
Receive site mailings</label>
I'm sure I'm missing something and it's more complicated than this, but I wanted to mention it just in case it could really be done this easily?
Upvote
9