solved Smiley's on comments

Eddy
Eddy
@eddy
10 years ago
479 posts
I have the Smiley support module installed but it doesn't show smiley's on comments, I don't think I fully understand what this module does.
updated by @eddy: 03/11/14 02:03:51AM
brian
@brian
10 years ago
10,148 posts
ouviste:
I don't think I fully understand what this module does.

It converts emoticons into smilies - i.e. :)

Make sure you have enabled smilies in the Core -> Quota Config for text formatters.

Hope this help!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Eddy
Eddy
@eddy
10 years ago
479 posts
That is enabled, but still doesn't show smileys.
michael
@michael
10 years ago
7,717 posts
seams to be working on comments ok here on jamroom.net:
https://www.jamroom.net/michael/blog/3/testing-out-the-blog-system#comment_section
paul
@paul
10 years ago
4,326 posts
Have you installed the default smileys in the global tab ?


--
Paul Asher - JR Developer and System Import Specialist
MAD
MAD
@madc
10 years ago
600 posts
Thanks @paul. I was wondering why they weren't showing.


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
MAD
MAD
@madc
10 years ago
600 posts
The smileys aren't working on the comments in the Timeline/Activity line but are at the linked page.
You can see here

Linked page they work
http://jr.punkbp.com/punk-band-promotions/blog/4/test-news

Activity line they don't ( see test news activity )
http://jr.punkbp.com/punk-band-promotions


--
~ https://punkbandpromotions.com ~
Check us out for all your Punk/Alternative Music!
Check us out on Facebook:- https://facebook.com/PunkBandPromotion
michael
@michael
10 years ago
7,717 posts
You can make the smileys come up by changing this line in:
/modules/jrAction/templates/item_list.tpl

from:
{$item.action_text|jrCore_convert_at_tags|jrAction_convert_hash_tags}
to:
{$item.action_text|jrCore_convert_at_tags|jrAction_convert_hash_tags|jrCore_format_string:$item.profile_quota_id}

by over-riding it. standard override system......

"Altering A Module's Template"
https://www.jamroom.net/the-jamroom-network/documentation/development/1051/altering-a-modules-template
Eddy
Eddy
@eddy
10 years ago
479 posts
Michael, I can't find,

{$item.action_text|jrCore_convert_at_tags|jrAction_convert_hash_tags}

on /modules/jrAction/templates/item_list.tpl
michael
@michael
10 years ago
7,717 posts
ouviste:
Michael, I can't find,

{$item.action_text|jrCore_convert_at_tags|jrAction_convert_hash_tags}

on /modules/jrAction/templates/item_list.tpl

Its already been changed.

It changed to:
{$item.action_text|jrCore_format_string:$item.profile_quota_id}

So as long as the quota is allowed smileys they will show up.

Check that that quota is allowed smileys in the:
ACP - SYSTEM CORE - QUOTA CONFIG - "Active Text Formatters" - "Allow Smileys" CHECKED.

Tags