Customize Drupal's 'read more' teaser link placement on Drupal 4.7, Drupal 5, and Drupal 6

Here's a standalone module that provides the handy customization described at AngryDonuts.com. You can see it in use on this site.

It offers administrator options (at admin/settings/ed_readmore) to enable / disable the tweak, and control placement of the read more link.

You can tweak your css file to provide greater control over the read more link formatting. For example, I use this to prevent the read more link wrapping when it's at the right margin:

span.read-more { white-space: nowrap; font-weight:bold; font-style:italic;} 

Compatibility

The module is designed to work with Drupal 4.7, Drupal 5, and Drupal 6, running PHP4 or PHP5. Please let me know if you encounter any issues on either platform.

Usage notes

Install ed_readmore.module as usual: create a modules/ed_readmore directory, unpack the fils there.
Then, enable the ed_readmore module.
Visit the admin/settings/ed_readmore page and configure the options. Be sure to check off the options that enable moving the 'read more' link (these are enabled by default in later versions.)

Now hosted on Drupal.org

This module now has a home on Drupal.org: http://drupal.org/project/ed_readmore

You should go there for the latest versions.

Posted by: Mike on Sat, 06/28/2008 at 8:58am

cool modules

Thanks for pointing out this "tweak" and making a .module for it. I just installed it at:

http://hushedcasket.com

I never thought about "read more" getting lost in all the clutter. I guess that's because I'm familiar with a lot of Drupal sites. I think it does need to be separated after giving it some thought.

BTW: Just found your site and am adding it to my del.icio.us bookmarks and subscribing to RSS feed.

Eric Atkins (not verified) – Sun, 01/07/2007 – 5:08pm

Thanks for the feedback

The "read more" thing has bugged me for a while (ever since starting to use Drupal) - I've had numerous people tell me that they didn't know there was more to a story - they never saw the read more link. (This depends on the theme in use, of course, but hiding the "read more" link in the links block tends to make it hard to modify any other way.

The other advantage to this module is that the read more link shows up in your site's feeds - so readers know that there is more to the story, and are more likely to visit, IMO.

I recommend tweaking the theme's css file for the .read-more span/div - you can make the "read more" link more prominent, if you like. I've done that on a number of sites, and find that it really helps.

I just checked out hushedcasket.com, nice site :D

Mike – Mon, 01/08/2007 – 10:55pm

Finally!

Thanks a ton. This has been bugging me since I set my site up. Keeping this link handy.

Devlon D. (not verified) – Mon, 03/05/2007 – 3:52pm

GREAT MODULE

I have always hated how this is so in Drupal, thanks for the mod! Make the read me so much more noticeable and hopefully not missed

dav3 (not verified) – Wed, 01/30/2008 – 7:02pm

Very neat little module!

Very neat little module! Thank you for your contribution.

Nick (not verified) – Mon, 02/04/2008 – 7:13am

Drupal 6 Version

There is a Drupal 6 version of this here.

Slim Pickens (not verified) – Fri, 03/21/2008 – 1:50pm

Drupal 6 version committed to CVS

I've committed the community-contributed Drupal 6 modifications to CVS, so we should begin seeing nightly dev builds soon. When this release has been blessed by the community, I'll provide an official release for Drupal 6.

Mike – Sat, 06/28/2008 – 9:01am

"read more" and full text

Hello,

I sure hope people are still following this thread. Adding the "read more" module to our website was just my first attempt at playing with Drupal. The module was super easy to add for a non "technical" person (I'm a visual designer) but I'm having an issue that the "read more" link still shows up when the full content is contained in the "teaser". Is there an easy fix for this?

Thanks,

Shawn

Shawn (not verified) – Tue, 08/26/2008 – 2:03pm

Use the support / issues queue on drupal.org

Guest (not verified) – Fri, 09/26/2008 – 7:33am

Did you ever get answer to Read More issue?

We have the same problem. The complete text is on the home page for a site we are building in Drupal and the Read More link shows up even when there is no additional copy to read. Did you ever get an answer asking how to remobe or negate the Read More notation?

MacAttack (not verified) – Tue, 02/24/2009 – 2:55pm

Thanks

Good module. Just installed the 6.x-3.x-dev version on a simple blog site running drupal 6.4. Worked perfectly. Doesn't show the 'read more' if the entire body is displayed.

Thanks!

Guest (not verified) – Thu, 09/25/2008 – 8:17pm

A suggestion

I think the "Read more" link would be even more visible if it is put inside a colorful full horizontal bar (table of one cell). Hope to see this option in the future. Any one knows how to make this work?!

Geir (not verified) – Thu, 03/12/2009 – 9:48am

Use CSS

The Read More link can be styled the way you want by using CSS (you'll have to edit one of the theme CSS files, usually style.css) and add the appropriate styling information.

Mike – Fri, 03/13/2009 – 9:04am

Putting "Read More" at the center of the page

How to put read more in a single line at the horizontal middle of the page?! What should I add to CSS line?!

Geir (not verified) – Sat, 03/14/2009 – 6:39am

thanks

Thank you for your contribution. I think that the most useful..

betsson724 (not verified) – Wed, 03/25/2009 – 6:36pm