By romagromov on Thursday, 28 May 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 698
Votes 0
Hi!
How I can make three dots as link to post?

I can't find file, which contains it...



Thanks!
Hi romagromov,

Unfortunately, there's no settings available for the # ... # to post.
May I suggest that you may apply changes at joomlafolder\components\com_easyblog\helpers\helper.php
if( $config->get( 'main_truncate_ellipses' ) && isset( $row->readmore) && $row->readmore )
{
$row->text .= '<a href=' . EasyBlogRouter::_('index.php?option=com_easyblog&view=entry&id='.$row->id) . '>' . JText::_( 'COM_EASYBLOG_ELLIPSES' ). '</a>';
}
at line 1327 to 1331
Can you give it a try and update us about this?
·
Thursday, 28 May 2015 13:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks it works

How I can add to this link tag title with blog post title?

<a href='...' title='blog post title'
·
Friday, 29 May 2015 15:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi romagromov,

I am really sorry that I can't assist you as we normally do not provide customization support as outlined in http://stackideas.com/support . We need to help others with real issues. Hope you understand
·
Friday, 29 May 2015 18:37
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post