We've been busy customising Squishdot, and we are currently looking at the emails sent out to posters of articles. As it stands, Squishdot sends an email to the poster when a reply to their message has been posted (assuming that they have enabled the option in the AddPosting form to receive such email notifications). At the foot of the email is a link to an option to turn off notifications for further messages relating to the reply. However, what we want is for an option to turn off the notification for replies to the original message, not the replies. <dtml-var absolute_url> is for the reply. How can we tell it to do this for the original message? We tried <dtml_var aq_parent.absolute_url> and that came up with an 'unslicable object' error. Thanks in advance,