Topic: Attachment links in emails not working
I noticed that the email messages with attachments that the attachment link points to relative path: ./attachments
so they cannot be clicked and opened (from the email).
What do you think about changing eventform1.php (line 106) from ./attachments to:
{$calUrl}/attachments ?
I do suspect there would be a performance hit clicking on the attachment from the actual calendar.
I am not actually PHP-fluent, so I thought I would ask before trying it first
Thanks