
Redundant - it adds an unnecessary CSS selector
a handy CSS selector already exists:
use this css to hide or customize all Read more links
.node_read_more a {display: none}
for a specific node insert the nid
div#node-897 .node_read_more a {display: none}
another way to turn off Read more links is to make your post settings unlimited in length and avoid using the break in them
Review by decibel.places [info] on April 24, 2010 - 13:18

Must have indeed
It puts the Read more Link right behind the teaser text and makes it visible to users not experienced with the odd default placement by Drupal. Especially when a bunch of links is displayed beyond a teaser (eg: Flag, Tweed,and others)the Read more Link easily is overlooked.
If only somebody could finish the core patch......
Review by ddd [info] on June 7, 2009 - 11:50

A Must Have
All I have to say is that there are large numbers of people who want this to be in D7. We only need a core patch for it to happen!
Review by mgparisi [info] on June 3, 2009 - 20:28

Nice, but more features needed
This is a nice little module to easily change the "Read More" link without implementing hook_link_alter. A needed feature is to be able to change the settings for every content type. Right now, the changes are global.
Review by Ultimateboy [info] on March 19, 2008 - 17:57