The Joomla! Extensions Directory ™


Alternative Readmore link Plugin

Joomla allows dividing the article text into an introduction text and body text using the "readmore" feature. When you use this feature a Read more link or button appears in the article introduction. This link position and style is unchangeable, but with this plugin you can put the a readmore link in any position of your article and with different text style, or even using images.

For example:
{readmorelink}Hey, continue reading{/readmorelink}
or
{readmorelink}<img src="/images/readmore.png" alt="Hey Read this" />{/readmorelink}

Remember disabled the joomla feature "show read more link" before to use this plugin.

Installation instructions:
1) Install the plugin
2) Activate the plugin
3) Add a {readmorelink} example before of the "readmore" line in the article editor
4) (Optional) In Articles -> Preferences menu or directly from your customs menus, you should search for "Show Read more link" and futher change it to "hidden" to prevent displaying the default Joomla "Read more" link at the bottom of the article introduction.

The Alternative Readmore Link is automatically hidden when you display the full article.

In 1.x version you can force the visibility of the Alternative Readmore link when you don't have a "readmore" line inserted or when you are viewing the article in full text mode. Use the plugin options for change this behavior.

Report

Images
2012-02-07
Reviews: 1
This plugin don't work with Joomla 1.5 version :(

In download file is only file for 1.7 version and if I try to install it to my 1.5 Joomla I get this error message

Error! Could not find a Joomla! XML setup file in the package.
Owner's reply

Have you tried to download de package for Joomla 1.5?

http://joomlacode.org/gf/project/readmorelink/frs/?action=FrsReleaseBrowse&frs_package_id=5823

2011-12-03
Reviews: 1
This module would be awsome, if it would work with J1.7, but unfortunately no readmore link apperas after insterting the code ...
2011-11-25
Reviews: 3
This works great on my v1.5 site, but once I upgraded to Joomla 1.7 I can't get it to work any more. I did download the version for 1.7, but ...
2011-09-22
Reviews: 3
It's a great plugin that allows to put the readmore link just at the end of a paragraph without a newline.
Unfortunately it does not work with Joomla 1.7 and I don't see an upgrade on the horizon, so it has to be dropped if one wants to move on.
Owner's reply

I am working in a new version for J1.7

I am sorry but I started to update all my extensions (I have develop 10 extensions for J1.5 and I have upgrade 3 already).

I hope that the next I will release a new version for J1.7

2011-09-05
Reviews: 1
I love this plugin. It gives me a lot of freedom in the layout of articles. Thanks a lot Juan!
I wonder if this plugin comes also for J 1.7 some day. I would miss it otherwise.
2010-11-24
Reviews: 2
Thanks for developing this Juan. Also thanks to foprea for those instructions. Definitely made it a very simple process to install. This is exactly what I needed.
2010-11-10
Reviews: 13
Doesn't work at all on my site, and no response when I mailed the author.
Owner's reply

I have not receive any e-mail from you?

0 of 1 people found this review helpful
2010-08-31
Reviews: 2
this script breack any css valid when is active...
Owner's reply

Don't can break a CSS validation because is a PHP script!

2010-07-14
Reviews: 6
I was driving myself crazy trying to implement a Category Blog layout that looked halfway decent. After trying some template override schemes which didn't work so well, I stumbled across Alternative Readmore Link. Great little plug-in. Works with Joomfish without a single issue!
2010-04-17
Reviews: 1
Works great, though it wasn't immediately obvious that you need to have both the {readmorelink} markers in the plain text AND the pagebreak inserted (but hidden). My steps to set it up:

1. Download zipfile from above. Install using joomla -> Extensions -> Install/Uninstall; Browse + Upload File & Install
2. Extensions -> Plugin Manager -> Enable 'Readmore Link'
3. Content -> Article Manager -> Parameters -> set 'Read more ... Link' = 'hide' + save
4. Edit your article in regular mode (not html) and insert both:

{readmorelink} My custom read more text >> {/readmorelink}

and

a 'Read more' pagebreak after that.
2010-03-15
Reviews: 1
I was looking for a way to have a customized "read more" link at the top of some articles for a site I was building and this extension works perfectly. Great work!
2010-01-28
Reviews: 8
Works perfectly. I use it at all my sites, and have no conflicts with others plugs
Many Thanks :)
2009-11-08
Reviews: 10
It's a little confusing at first, but once I figured it out (be sure to follow the instructions listed in the first comment on this page) it made sense. Make sure that you have the "show read more" settings hidden in both the global preferences AND the section/category page.

Thanks for putting this together. Much better than the core "read more."
2009-10-08
Reviews: 5
its really great to have that readmore right after the text or wherever you want, for that default joomla positioning of it two lines below isnt highly aesthetic imo.

took a while to figure out how it works:

after downloading and enabling the plugin, go to articles global params and disable "show readmore".

then just put

{readmorelink}Read more or whatever u wish{/readmorelink}

where you want your readmore link to appear.

do so in "edit html" window of your editor

Thanks, developers!:)
2009-09-10
Reviews: 1
This plugin works fantastic! I also ran into a problem due to php4 and the JUANificent developer came to my rescue quickly and gave me several options to fix it. For someone who knows nothing about PHP, he gave me easy directions and they worked like a charm. THANK YOU! I had been trying to put the "read more" link in the last line of the teaser paragraph, not 2 lines below it as it was by default. This worked perfectly. A million thanks, Juan!
2009-08-25
Reviews: 7
Works perfect as described, easy to use, makes the joomla blog layout much more flexible. One can change every aspekt of the readmore link from content to content. There is no other way to achieve the things you can do with this one, great plugin.

I ran into a minor problem due to php4, the developer (thank you, Juan) helped me within hours.
2009-08-05
Reviews: 1
Its difficult to know what to do here when the developer uses words that cant be found in the editor, for those who dont know can you explain

is it Parameters or preferances? the words are basically not consistant with what i see in my joomla 1.5 editor...
2009-02-10
Reviews: 2
This is very good ... only one problem, you have to enter a read more tag NOT a page break tag.
2008-12-15
Reviews: 2
Would like to say thank you and recommend this plugin — makes creating a gallery or product catalogue using Joomla's built in 'blog' layout feasible. Great stuff!
2008-10-10
Reviews: 1
This is exactly what I was searching for.
I wanted to use a custom image for each article as the read more link, and this mod let me do it.

I actually wanted the image to still show when you read the article, but this is easy. Just comment out the 3rd to last line of code:
//$article->text=preg_replace('#{readmorelink}(.*?){/readmorelink}#s', '', $article->text);

The image will still show but it will not be a link

Also, this mod DOES NOT work out-of-the-box with some 3rd party modules, eg YOOdrawer (www.YOOtheme.com)
However, it only took me 5 minutes to mimic the effect within that, I posted my solution in the YOOthemes forum.