README.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. INTRODUCTION
  2. ------------
  3. The External Links module is a very simple approach to adding icons to links
  4. to external websites or e-mail addresses. It is a purely JavaScript
  5. implementation, so the icons are only shown to users that have JavaScript
  6. enabled.
  7. External Links was written by Nathan Haug.
  8. Built by Robots: http://www.lullabot.com
  9. REQUIREMENTS
  10. ------------
  11. No special requirements.
  12. INSTALLATION
  13. ------------
  14. Simply install External Links like you would any other module.
  15. 1) Copy the extlink folder to the modules folder in your installation.
  16. 2) Enable the module using Administer -> Modules (/admin/build/modules).
  17. 3) No additional configuration is necessary though you may fine-tune settings at
  18. Administer -> Site configuration -> External Links (/admin/settings/extlink).
  19. CONFIGURATION
  20. -------------
  21. No additional configuration is necessary though you may fine-tune settings at
  22. Manage -> Configuration -> External Links
  23. (/admin/config/user-interface/extlink).
  24. A NOTE ABOUT THE CSS
  25. --------------------
  26. This module adds a CSS file that is only a few lines in length. You may choose
  27. to move this CSS to your theme to prevent the file from needing to be loaded
  28. separately. To do this:
  29. 1) Open the .info file for your theme, add this line of code to prevent
  30. the extlink.css file from loading:
  31. stylesheets[all][] = extlink.css
  32. 2) Open the extlink.css file within the extlink directory and copy all the code
  33. from the file into your theme's style.css file.
  34. 3) Copy the extlink.png and mailto.png files to your theme's directory.
  35. Note that you DO NOT need to make a extlink.css file. Specifying the file in the
  36. info file is enough to tell Drupal not to load the original file.
  37. MAINTAINERS
  38. -----------
  39. Current maintainers:
  40. - Lachlan Ennis (elachlan) - https://www.drupal.org/u/elachlan
  41. - Nate Haug (quicksketch) - https://www.drupal.org/u/quicksketch