By Quentin Lotts Y0283632-X on Wednesday, 03 August 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 311
Votes 0
First of all, thanks for your quick response in previous tickets.

We still have a few problems with EasyBlog...

- Frontend seems not to be ordering posts by creation date (i.e. in latest posts), as set in settings.
- When viewing a post, buttons to go to the next or previous posts throws a 404 error.
- We are unable to set ellipsis in posts titles, having that way a "only one line" title.

Thanks in advance

- Frontend seems not to be ordering posts by creation date (i.e. in latest posts), as set in settings.

It seems that the order of the post is shown correctly -->http://prntscr.com/c0xnjc. Please Advice.


- When viewing a post, buttons to go to the next or previous posts throws a 404 error.

It seem that the buttons also work fine. Please advice.


- We are unable to set ellipsis in posts titles, having that way a "only one line" title.

It seems that we can't control that at the backend and we cant set only tho show "only one line".But You can do some modification at this file ---> ../components/com_easyblog/themes/wireframe/blogs/entry/default.php

<a href="/<?php echo $related->getPermalink();?>"><?php echo JString::substr($related->title, 0, 20);?></a>

Truncate by the number of characters *(0, 20) only.
·
Wednesday, 03 August 2016 11:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post