You are here

README.txt in Hashtags 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 6.2 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

 FEATURES
------------ 
 * Module uses Hashtags filter which automatically will be added to Filtered HTML & Full HTML (if exists) input formats;
 * If you have old version installed - just run /update.php and pick 6001 version for Hashtags module;
 * Regular expression for parsing hashtags has been built according rules from hashtags.org

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 Hashtags configuration page: (admin/config/content/hashtags);
    Check for what content types you want Hashtags functionality to have and submit a form;
    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/config/content/hashtags) -> 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 class="hashtag" 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. FEATURES
  9. ------------
  10. * Module uses Hashtags filter which automatically will be added to Filtered HTML & Full HTML (if exists) input formats;
  11. * If you have old version installed - just run /update.php and pick 6001 version for Hashtags module;
  12. * Regular expression for parsing hashtags has been built according rules from hashtags.org
  13. INSTALLATION
  14. ------------
  15. 1. CREATE DIRECTORY
  16. Create a new directory "hashtags" in the sites/all/modules directory and
  17. place the entire contents of this hashtags folder in it.
  18. 2. ENABLE THE MODULE
  19. Enable the module on the Modules admin page:
  20. Administer > Site building > Modules (admin/build/modules)
  21. 3. CONFIGURE HASHTAGS
  22. Go to Hashtags configuration page: (admin/config/content/hashtags);
  23. Check for what content types you want Hashtags functionality to have and submit a form;
  24. Use (#) in Body textarea on node add/edit page to create hashtags.
  25. (For example: Body : "Enable the #module" will create #module hashtag.
  26. EXAMPLE
  27. -------------
  28. Enable 'hashtags' module; go to (admin/config/content/hashtags) -> edit vocabulary for 'Hashtags';
  29. check Page content type and submit form; go to Create Page form (node/add/page). Fill up title:
  30. Some title, fill up Body: "create #hashtags for their #nodes" and press Save; Doing so you create two
  31. hashtags - #hashtags and #terms. Where nodes body will be shown (node, node/%, taxonomy/term/% etc) the
  32. hashtags words turn into links of concreate term. For example, "create #hashtags for their #nodes" on (node/9)
  33. page is shown as "create #hashtags for their
  34. #nodes".