You are here

README.txt in Highlight 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 7 README.txt
highlight.module
README.txt

Tested on: drupal 4.7.4

Description
------------

The highlight module highlights terms on a node's page.  It's probably
most useful for highlighting search keywords in pages. 

Usage
-----

1) activate "highlight" module in admin > modules
2) add the filter to input formats admin > input formats
3) customize highlighting admin > settings > highlight (optional)
4) customize css for (optional)

Once the module is enabled, it will highlight keywords 
passed into node pages.  To pass the keywords in, append them to the
url as a comma-separated list in the form

&highlight=first,second,third

An example url might look like

http://www.example.org/?q=node/34&highlight=first,second

Additionally, the module will pick up search terms from 
search/node/myTerm and highlight instances of myTerm on the 
node page.

Questions? Contact arthur @ civicactions . com

File

README.txt
View source
  1. highlight.module
  2. README.txt
  3. Tested on: drupal 4.7.4
  4. Description
  5. ------------
  6. The highlight module highlights terms on a node's page. It's probably
  7. most useful for highlighting search keywords in pages.
  8. Usage
  9. -----
  10. 1) activate "highlight" module in admin > modules
  11. 2) add the filter to input formats admin > input formats
  12. 3) customize highlighting admin > settings > highlight (optional)
  13. 4) customize css for (optional)
  14. Once the module is enabled, it will highlight keywords
  15. passed into node pages. To pass the keywords in, append them to the
  16. url as a comma-separated list in the form
  17. &highlight=first,second,third
  18. An example url might look like
  19. http://www.example.org/?q=node/34&highlight=first,second
  20. Additionally, the module will pick up search terms from
  21. search/node/myTerm and highlight instances of myTerm on the
  22. node page.
  23. Questions? Contact arthur @ civicactions . com