You are here

README.txt in Read More Link (Drupal 6 and earlier) 6.5

=====
Read More Link (Drupal 6 and earlier)
http://drupal.org/project/ed_readmore
-----
This module allows you to move the Read More link from the node's links area to the end of the teaser text.


=====
Styling the Read More link
-----

You can style the Read More link by adding the following to your theme's stylesheet (usually style.css):

div.read-more,
span.read-more {
  /* Whatever style you want here */
  }

Remember to clear your cache if you make any changes to your theme's stylesheet.


=====
Credits
-----
The methods employed in this module were originally described in this blog post:
http://www.angrydonuts.com/the_nuisance_of_the_read_more_fl

Recent development of this module is sponsored by the Drupal.org redesign team and Four Kitchens.

Conversion from 4.7 to 5.x done by themoebius (zacwitte@gmail.com)
Conversion from 5.x to 6.x done by Exodus Development and tomaszx
  (tomaszx provided initial conversion and patches -- thanks!)
6.x bug fixes, UI/theme improvements, and added functionality by Four Kitchens

Exodus Development
http://exodusdev.com
exodusdev@gmail.com

Four Kitchens
http://fourkitchens.com
shout@fourkitchens.com

File

README.txt
View source
  1. =====
  2. Read More Link (Drupal 6 and earlier)
  3. http://drupal.org/project/ed_readmore
  4. -----
  5. This module allows you to move the Read More link from the node's links area to the end of the teaser text.
  6. =====
  7. Styling the Read More link
  8. -----
  9. You can style the Read More link by adding the following to your theme's stylesheet (usually style.css):
  10. div.read-more,
  11. span.read-more {
  12. /* Whatever style you want here */
  13. }
  14. Remember to clear your cache if you make any changes to your theme's stylesheet.
  15. =====
  16. Credits
  17. -----
  18. The methods employed in this module were originally described in this blog post:
  19. http://www.angrydonuts.com/the_nuisance_of_the_read_more_fl
  20. Recent development of this module is sponsored by the Drupal.org redesign team and Four Kitchens.
  21. Conversion from 4.7 to 5.x done by themoebius (zacwitte@gmail.com)
  22. Conversion from 5.x to 6.x done by Exodus Development and tomaszx
  23. (tomaszx provided initial conversion and patches -- thanks!)
  24. 6.x bug fixes, UI/theme improvements, and added functionality by Four Kitchens
  25. Exodus Development
  26. http://exodusdev.com
  27. exodusdev@gmail.com
  28. Four Kitchens
  29. http://fourkitchens.com
  30. shout@fourkitchens.com