By Naomi Nascimento on Monday, 05 June 2017
Posted in Technical Issues
Likes 0
Views 493
Votes 0
On EasySocial, instead of showing all posts and all texts in posts, the system collapses posts and texts like in a blog teaser, with a link to "load more" posts, and another to show "more..." text. This is very annoying, as I must click on these buttons just to read a complete sentence in a post, or to see all posts in order to see the questions in order and reply correctly. Even worse, this collapsing often happens while I am reading or typing, and the posts jump around on the screen. I lose my place.

Is there any way I can change a setting so that all posts, and all text in a post, are always shown?
Thank you.
Hi Naomi,
For the readmore in posts, you can disable the truncation here: Settings>Activity Stream>Layout(http://take.ms/BCCAe)
For loadmore posts, you can configure the settings here: Settings>Activity Stream>Pagination(http://take.ms/Hl6yuR)
·
Tuesday, 06 June 2017 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I did as indicated, but the problem persists. I have attached a screen shot. I waited to reply because I was running an older version. Now I am running the lastest version of Easy Social. I just updated an hour ago.
·
Monday, 26 June 2017 02:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

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

I've checked in your screenshot, it seems like you are referring comment truncation, currently we do not have a setting to turn off this truncation for the comment, but you can modify this file ->JoomlaFolder/components/com_easysocial/themes/wireframe/comments/item.php

// LINE 57
<div data-comment-content><?php echo $comment->getComment(); ?></div>

// Replace to
<div data-comment-content><?php echo $comment->getComment('99999'); ?></div>



Then you can template override this file from your template directory folder -> JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/comments/item.php

Regarding you would like to show all the comment at all the stream post, you have to set this comment limit from backend > Easysocial > setting > general > comment tab > Total Comments To Display Initially

Hope this will help.
·
Monday, 26 June 2017 14:49
·
0 Likes
·
0 Votes
·
0 Comments
·
My screen does not look like your screen. I just updated my EasySocial (because I thought our screens did not match because I had an earlier version). Please see the attachment.
·
Saturday, 01 July 2017 01:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

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

That was strange, it seems like you are hitting some of the Javascript error, can you provide us with your Joomla backend and FTP access at http://stackideas.com/dashboard/site so we can better have a check?
·
Saturday, 01 July 2017 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Arlex, I have just done as you requested (provided joomla backend and ftp access).
·
Monday, 03 July 2017 05:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Naomi,
I have checked your backend and it seems the comment tab can be loaded fine. Anyway I have already helped you set the setting mentioned previously to 999999. You should be able to see all comments for a stream item now(http://take.ms/WGk5C).
·
Monday, 03 July 2017 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Raymond,
Yes, now it is working, and I can see the comment tab now. Odd!
Thanks!
Naomi
·
Monday, 03 July 2017 17:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Naomi,
I see. You're most welcome. Glad to know that your issue is resolved.
Feel free to start a new thread if you have any other issues.
Regards.
·
Monday, 03 July 2017 18:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post