Hi Guys
In the photo and video comments modules, the emojis are not displaying, just the text that represents it - but no image.
In the actual photo or video comments, they're fine.
Can you please help?
Thanks in advance.
parajeff Hi The photos and videos module not render the emoji. I opened a ticket for development team on this to fix the issue. I will update you once its fixed.
Regards
parajeff Hi, To fix this you have to edit some files:
modules\mod_community_photocomments\tmpl\default.php replace line 66 with this code
modules\mod_community_photocomments\tmpl\default.php
66
"<?php echo CStringHelper::converttagtolink(CUserHelper::replaceAliasURL(CStringHelper::getEmoticon($comment->comment))); ?>" <?php echo JText::_('MOD_COMMUNITY_PHOTOCOMMENTS_BY') ?>
modules\mod_community_videocomments\tmpl\default.php replace line 67 with this code
modules\mod_community_videocomments\tmpl\default.php
67
"<?php echo CUserHelper::replaceAliasURL(CStringHelper::getEmoticon(CStringHelper::escape($comment->comment)),false,true); ?>" by
that's excellent, thanks!
parajeff You are welcome!
Hi Pankaj
is there any update? we're waiting for this to open this part of the website. We can't open until it's fixed.
Thanks!
parajeff Hi There is no update on this yet. I will check it on Monday once dev team back.
wonderful - thanks. I appreciate the update.
parajeff Hi The ticket is in queue, i added a reminder for dev team to check it as soon as possible.