Auto-eMail is generated to subscriber using template confirm_newsletter_subscription.tpl which contains the following:
In order to confirm your subscription you must access the following URL:
{$ur
However,the url_subscribe truncates the php extension in the pagename shown in the email sent to subscriber as follows: tiki-newsletters.ph?confirm_subscription=someString, rather than tiki-newsletters.php?confirm_subscription=someString
Newsletter is generated to all subscribers containing unsubscribe message generated using template newsletter_unsubscribe.tpl which contains the following:
You can unsubscribe from this newsletter following this link:
href="{$ur
But, the newsletter shows a truncated php extension in the pagename of the url_unsub as follows:
tiki-newsletters.ph?unsubscribe=someString, rather than tiki-newsletter.php?unsubscribe=someString
May have something to do with variables called and passed from nllib.php. I do not have the php scripting and smarty skills to determine solution.
I did not fix this. I merely forced this to work. A better solution is needed.
1. This forces correction of the "unsubscribe" link included with each dispatched newsletter email.
In /lib/newsletters/nllib.php
Find function get_unsub_msg
Find this line in the function and insert a "p" where shown:
$ur
2. This forces correction of the "subscription confirmation" link included when someone subscribes to a newsletter and "confirm email" is set true.
In /templates/mail/confirm_newsletter_subscription.tpl
Insert a "p" in the last line as follows:
{$ur
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |