You are here

README.txt in Hashtags 6.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7.2 README.txt
  4. 7 README.txt
$id$
DESCRIPTION
-----------

Hashtags module allow users to create hashtags for their nodes using (#) sign.

REQUIREMENTS
------------

 * Taxonomy module
 
INSTALLATION
------------

 1. CREATE DIRECTORY

    Create a new directory "hashtags" in the sites/all/modules directory and
    place the entire contents of this hashtags folder in it.

 2. ENABLE THE MODULE

    Enable the module on the Modules admin page:
      Administer > Site building > Modules (admin/build/modules)

 3. CONFIGURE HASHTAGS

    Go to Taxonomy list page: (admin/content/taxonomy);
    press 'edit vocabulary' link in front of 'Hashtags' taxonomy;
    here you can set up content types for which hashtags need to work;
    Use (#) in Body textarea on node add/edit page to create hashtags.
    (For example: Body : "Enable the #module..." will create #module hashtag. 
    
EXAMPLE
-------------
Enable 'hashtags' module; go to (admin/content/taxonomy) -> edit vocabulary for 'Hashtags'; check Page 
content type and submit form; go to Create Page form (node/add/page). Fill up title: Some title, fill up 
Body: "create #hashtags for their #nodes" and press Save; Doing so you create two hashtags - #hashtags 
and #terms. Where nodes body will be shown (node, node/%, taxonomy/term/% etc) the hashtags words turn
into links of concreate term. For example, "create #hashtags for their #nodes" on (node/9) page is shown 
as "create <a href="taxonomy/term/5">#hashtags</a> for their <a href="taxonomy/term/6">#nodes</a>".

File

README.txt
View source
  1. $id$
  2. DESCRIPTION
  3. -----------
  4. Hashtags module allow users to create hashtags for their nodes using (#) sign.
  5. REQUIREMENTS
  6. ------------
  7. * Taxonomy module
  8. INSTALLATION
  9. ------------
  10. 1. CREATE DIRECTORY
  11. Create a new directory "hashtags" in the sites/all/modules directory and
  12. place the entire contents of this hashtags folder in it.
  13. 2. ENABLE THE MODULE
  14. Enable the module on the Modules admin page:
  15. Administer > Site building > Modules (admin/build/modules)
  16. 3. CONFIGURE HASHTAGS
  17. Go to Taxonomy list page: (admin/content/taxonomy);
  18. press 'edit vocabulary' link in front of 'Hashtags' taxonomy;
  19. here you can set up content types for which hashtags need to work;
  20. Use (#) in Body textarea on node add/edit page to create hashtags.
  21. (For example: Body : "Enable the #module..." will create #module hashtag.
  22. EXAMPLE
  23. -------------
  24. Enable 'hashtags' module; go to (admin/content/taxonomy) -> edit vocabulary for 'Hashtags'; check Page
  25. content type and submit form; go to Create Page form (node/add/page). Fill up title: Some title, fill up
  26. Body: "create #hashtags for their #nodes" and press Save; Doing so you create two hashtags - #hashtags
  27. and #terms. Where nodes body will be shown (node, node/%, taxonomy/term/% etc) the hashtags words turn
  28. into links of concreate term. For example, "create #hashtags for their #nodes" on (node/9) page is shown
  29. as "create #hashtags for their #nodes".