By Andy on Sunday, 03 June 2018
Posted in Technical Issues
Likes 0
Views 430
Votes 0
Bug Report: When I post a new video in an EasySocial event, the email that goes out says:

"This is a notification to inform you that Cayman Islands Cancer Society created a new discussion in"
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

It seems like I was unable to replicate this issue, can I have the permission to create a new event on your site and test further on this?

Or this only happen on specific event?
·
Sunday, 03 June 2018 09:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex, it's actually when you add a video (in my case to an event), did you try that?

It's the notification a member (or owner) of the event gets to say someone has added a video where I'm seeing the problem.
·
Sunday, 03 June 2018 10:08
·
0 Likes
·
0 Votes
·
0 Comments
·
I was able to reproduce this and you can fix this by replacing the codes below in the file /components/com_easysocial/themes/wireframe/emails/event/video.create.php,

[gist]
<?php echo JText::sprintf('COM_EASYSOCIAL_EMAILS_EVENT_NEW_DISCUSSION_CONTENT' , '<a href="' . $userLink . '" style="color:#00aeef;text-decoration:underline;">' . $userName . '</a>' , '<a href="' . $eventLink . '" style="color:#00aeef;text-decoration:underline;">' . $eventName . '</a>');?>
[/gist]

[gist]
<?php echo JText::sprintf('COM_EASYSOCIAL_EMAILS_EVENT_NEW_VIDEO_CONTENT', '<a href="' . $userLink . '" style="color:#00aeef;text-decoration:underline;">' . $userName . '</a>' , '<a href="' . $eventLink . '" style="color:#00aeef;text-decoration:underline;">' . $eventName . '</a>');?>
[/gist]

Will fix this in the next release.
·
Sunday, 03 June 2018 15:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Great. Thanks as always.
·
Sunday, 03 June 2018 23:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome, glad to heard your issue resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Monday, 04 June 2018 10:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post