HI. Would very much appreciate the ability to truncate posts over a certain number of characters in a tidy and nice looking way. Especially important for FB where, if I share a post I see the whole of the original text show up as well?
Hi Ian
Thanks for contacting and choosing our product
About your problem, I'm sorry. Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks
Hi
Thanks for your rapid response. Have pm'd you as requested./
I'm fairly competent with code and I can see that a simple substring operator in the JS would do what I need, but unfortunately I'm really really busy and If you have the 'patch' to hand then it will probably be faster for you to do it. If you'd prefer me to apply, just send me the new code..l.
Hi Ian
Thank you for feedback us
I customize it for you, go to source code:
../modules/mod_jux_social_stream/assets/js/jux_social_stream_network_wall.js at line 609:
z = linkify(item.content,type);
Edit:
z = linkify(cut(item.content,200),type);
With 200 being the number of characters displayed, you can change the number 200 by another number as you want
Hope it can help you
Thanks