Hello,
v2.3.0 - Build: date 20111011 (I know I need to update but I’m waiting for the latest 2.4 to come out before doing so).
1. I’m using comment_url in my Email Notification Templates and it is showing up in some of the emails that get sent out as a absolute URL, and in others as only a relative URL. I only have a relative path inserted into the “Comment Page URL” field in the channel preferences, so I’m confused as to how it knows to insert the site_url too.
In “Admin Notification of Comments” and “User Comment Notification” it is the absolute URL
In “User Comments Added Notification” is is only relative URL.
2. I’m using unconventional URLs for my blog content, because I’ve inserted the year and month into them. e.g http://www.mysite.com/content/2012/03/twist-i-named-him
I’ve done this by inserting this
/content/{entry_date format="%Y/%m"}/into the “Comment Page URL” field of the channel preferences.
This {comment_url} variable gets parsed in some of the Email notification templates, but not others. The “Admin Notification of Comments” and “User Comment Notification” emails work for me, but the “User Comments Added Notification” doesn’t work the same way.
E.g.
The “Admin Notification of Comments” email that gets sent reads (as I intended):
The title of the entry being discussed is:
“Twist, I named him”
http://www.mysite.com/content/2012/03/twist-i-named-him
But the “User Comments Added Notification” email comes out as (line break included):
You can see the comments at the following URL:
http://www.mysite.com/content/{entry_date
format="%Y/%m"}/twist-i-named-him/
Do you know why my custom page URL gets parsed by the one email template but not by the other?