By IOANNIS RIGOPOULOS on Monday, 26 March 2018
Posted in Technical Issues
Likes 0
Views 507
Votes 0
As you see in the attached screenshot, setting 0 in the "TruncatePosts to" field in the "Grid Options" tab has the effect of displaying the whole text.
I would like to truncate the text to zero characters, effectively no displaying any text as I feel that displaying only the title suffices.
How can I do that?
Is there a way by modifying the source code of some template?

For the future, I would like to propose to let 0 meaning zero characters and introduce a negative value (such as -1) to act as a signal that the whole text must be displayed.
Hi IOANNIS,

Currently there is no setting to not display the introtext. I will log this in our tracker to see what we can about this in the future.

For now, you can template override the following theme file and remove this part(http://take.ms/LPf7R).
JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/grid/default.php

Alternatively, you can also use custom css to hide the introtext.

#eb .eb-blog-grid__body {
display:none;
}
·
Monday, 26 March 2018 16:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Great response! Thank you very much! Best support ever!
·
Monday, 26 March 2018 16:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome IOANNIS and glad to know that your issue is resolved.

Regards.
·
Monday, 26 March 2018 16:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post