Quote:
Originally Posted by volarium
Can someone tell me the URL that is supposed to be hit when this link is clicked by the recipients of the email?
To unsubscribe from the community updates, click this link
I followed the instructions, but the URL for that link is http://mysite.com/admincp/$commbull_unsubscribe, which does not get resolved.
If this is a question for the main Commbull thread, I can ask over there, but since I'm using v5.1 and the modifications included in this thread, I thought it made more sense to ask here first.
Thanks.
|
In the template file, admin/commbull_template_html.php for HTML newsletters, look for that line and replace mysite.com with the URL for your forum.
If that doesn't work, try using:
PHP Code:
<a href=\"http://mysite.com/profile.php?do=editoptions\">{\$lang[unsubscribelink]}</a>