You are here

README.txt in External Links 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 7 README.txt
The External Links module is a very simple approach to adding icons to links
to external websites or e-mail addresses. It is a purely JavaScript
implementation, so the icons are only shown to users that have JavaScript
enabled.

Fivestar was written by Nathan Haug. Built by Robots: http://www.lullabot.com

Install
-------
Simply instal External Links like you would any other module.

1) Copy the extlink folder to the modules folder in your installation.

2) Enable the module using Administer -> Modules (/admin/build/modules).

3) No additional configuration is necessary though you may fine-tune settings at
   Administer -> Site configuration -> External Links (/admin/settings/extlink).

A note about the CSS
--------------------
This module adds a CSS file that is only a few lines in length. You may choose
to move this CSS to your theme to prevent the file from needing to be loaded
separately. To do this:

1) Open the .info file for your theme, add this line of code to prevent
   the extlink.css file from loading:
   stylesheets[all][] = extlink.css
2) Open the extlink.css file within the extlink directory and copy all the code
   from the file into your theme's style.css file.
3) Copy the extlink.png and mailto.png files to your theme's directory.

Note that you DO NOT need to make a extlink.css file. Specifying the file in the
info file is enough to tell Drupal not to load the original file.

File

README.txt
View source
  1. The External Links module is a very simple approach to adding icons to links
  2. to external websites or e-mail addresses. It is a purely JavaScript
  3. implementation, so the icons are only shown to users that have JavaScript
  4. enabled.
  5. Fivestar was written by Nathan Haug. Built by Robots: http://www.lullabot.com
  6. Install
  7. -------
  8. Simply instal External Links like you would any other module.
  9. 1) Copy the extlink folder to the modules folder in your installation.
  10. 2) Enable the module using Administer -> Modules (/admin/build/modules).
  11. 3) No additional configuration is necessary though you may fine-tune settings at
  12. Administer -> Site configuration -> External Links (/admin/settings/extlink).
  13. A note about the CSS
  14. --------------------
  15. This module adds a CSS file that is only a few lines in length. You may choose
  16. to move this CSS to your theme to prevent the file from needing to be loaded
  17. separately. To do this:
  18. 1) Open the .info file for your theme, add this line of code to prevent
  19. the extlink.css file from loading:
  20. stylesheets[all][] = extlink.css
  21. 2) Open the extlink.css file within the extlink directory and copy all the code
  22. from the file into your theme's style.css file.
  23. 3) Copy the extlink.png and mailto.png files to your theme's directory.
  24. Note that you DO NOT need to make a extlink.css file. Specifying the file in the
  25. info file is enough to tell Drupal not to load the original file.