You are here

README.txt in Read More Link 7

=====
Read More Link
http://drupal.org/project/read_more
-----
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 Four Kitchens.

- Conversion from 4.7 to 5.x by themoebius
- Conversion from 5.x to 6.x by Exodus Development
  (tomaszx provided initial conversion and patches -- thanks!)
- 6.x bug fixes, UI/theme improvements, and added functionality by Four Kitchens
- Conversion from 6.x to 7.x by Four Kitchens
  (dereine provided the initial upgrade patch -- thanks!)

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

File

README.txt
View source
  1. =====
  2. Read More Link
  3. http://drupal.org/project/read_more
  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 Four Kitchens.
  21. - Conversion from 4.7 to 5.x by themoebius
  22. - Conversion from 5.x to 6.x by Exodus Development
  23. (tomaszx provided initial conversion and patches -- thanks!)
  24. - 6.x bug fixes, UI/theme improvements, and added functionality by Four Kitchens
  25. - Conversion from 6.x to 7.x by Four Kitchens
  26. (dereine provided the initial upgrade patch -- thanks!)
  27. Four Kitchens
  28. http://fourkitchens.com
  29. shout@fourkitchens.com