By David Ligas on Wednesday, 24 June 2015
Posted in Technical Issues
Replies 4
Likes 0
Views 569
Votes 0
How can I insert a "continue reading" button directly into the text of a blog entry. In the middle of a sentence.
See attached URL
Hi David Ligas,

You may apply changes at Joomlafolder\components\com_easyblog\themes\default\blog.readmore.php .

than goto Joomlafolder\components\com_easyblog\themes\hako\blog.footer.php and paste these code at line 45
	<?php if( $row->readmore ) { ?>
<!-- Readmore link -->
<?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
<?php } ?>

I've notice the theme you're using are much different than my local, can you provide the ( Backend, FTP ) access for us to have a better view?
·
Wednesday, 24 June 2015 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ethan,
The reason the theme looked different was default was set to "nomad" not "haco".
I now have set default to "haco".
When I insert "read more" the continue reading link appears at the bottom of the post.
I would like it to display directly in the line of text where I choose to insert it as per screen shot.
If I need to pay $$$ for this customization (please quote a price).
Thanks
David
·
Thursday, 25 June 2015 14:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi David Ligas,

I am really sorry as the delay of this reply wasn't on purpose.
Goto Joomla BackEnd > Layout > General > Truncate blog content as introtext :Yes ,

Do a backup and replaced the attached files at JoomlaFolder\components\com_easyblog\themes\default\blog.readmore.php
and JoomlaFolder\components\com_easyblog\themes\nomad\blog.meta.bottom.php

than goto JoomlaFolder\components\com_easyblog\themes\nomad\blog.item.php
add these codes after line 70
Check my screenshot : http://screen.stackideas.com/blog.readmore.php.png
	<?php if( $row->readmore ) { ?>
<!-- Readmore link -->
<?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
<?php } ?>

However, I sincerely apologize that our support policy does not cover customizations.
·
Saturday, 27 June 2015 19:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Davis Ligas,

Sorry for the inconvenience that I caused. Here are the attachment.
·
Sunday, 28 June 2015 02:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post