By Ben Moore on Thursday, 05 April 2018
Posted in Technical Issues
Replies 3
Likes 0
Views 489
Votes 0
Hello!

I'm trying to find the javascript file (or something else) that dictates when something shows as an emoji. How do I turn them off?

Thank you!
Hi there,

May i know where exactly you wanted to disable them actually? Maybe you can provide us with more details(screenshot or links would be nice) so that we can have better understanding on your requirement above.

Please advice.
·
Thursday, 05 April 2018 12:53
·
0 Likes
·
0 Votes
·
0 Comments
·
From appearing in all comments and stream items. I want to disable the javascript (or whatever converts them from text to an emoji).

Thanks!
·
Monday, 14 May 2018 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Honestly, i am a bit lost here actually Did you referring to this javascript http://take.ms/jphXh? If yes, you can remove them at this path .../components/com_easysocial/themes/wireframe/likes/action.php on codes below. And you can do template override for them as follow https://stackideas.com/docs/easysocial/administrators/templating/template-overrides so that those changes wont be overrdden once you have made any update on your Easysocial.

[gist type="php"]
//remove href="javascript:void(0);"
<a href="javascript:void(0);"
class="es-reaction-option__link <?php echo $selectedReaction ? 'is-active' : '';?> <?php echo $buttonStyle ? 'btn btn-es-primary-o btn-rounded' : '';?>"
data-es-likes="<?php echo $selectedReaction ? $selectedReaction->getKey() : 'like';?>"
data-button-main
>
[/gist]

If i understand you wrongly, can you provide us with more details, maybe provide us with links and attachment for better understanding.

Please advice.
·
Monday, 14 May 2018 11:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post