Alternative Readmore link

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.
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.
Have you tried to download de package for Joomla 1.5?
http://joomlacode.org/gf/project/readmorelink/frs/?action=FrsReleaseBrowse&frs_package_id=5823
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.
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
I wonder if this plugin comes also for J 1.7 some day. I would miss it otherwise.
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.
Many Thanks :)
Thanks for putting this together. Much better than the core "read more."
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!:)
I ran into a minor problem due to php4, the developer (thank you, Juan) helped me within hours.
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.





