| 1 |
$Id$
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Active Tags adds a new option to free tagging taxonomies. If selected
|
| 6 |
the taxonomy widget is replaced by a new jQuery enabled tag entry widget.
|
| 7 |
|
| 8 |
For a full description visit the project page:
|
| 9 |
http://drupal.org/project/active_tags
|
| 10 |
Bug reports, feature suggestions and latest developments:
|
| 11 |
http://drupal.org/project/issues/active_tags
|
| 12 |
|
| 13 |
|
| 14 |
-- REQUIREMENTS --
|
| 15 |
|
| 16 |
A site configured with at least one vocabulary.
|
| 17 |
|
| 18 |
|
| 19 |
-- INSTALLATION --
|
| 20 |
|
| 21 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 22 |
|
| 23 |
|
| 24 |
-- CONFIGURATION --
|
| 25 |
|
| 26 |
* Edit the vocabulary for a free tagging taxonomy to enable active tags.
|
| 27 |
|
| 28 |
Administer >> Content Management >> Taxonomy >> edit vocabulary
|
| 29 |
|
| 30 |
* If you do not have a vocabulary, create one and check the active tags
|
| 31 |
option.
|
| 32 |
|
| 33 |
|
| 34 |
-- CUSTOMIZATION --
|
| 35 |
|
| 36 |
* You can change the appearance of the tag display by overriding the active_tags.css
|
| 37 |
file in your theme. To do this enter the following in your theme.info file:
|
| 38 |
|
| 39 |
stylesheets[all][] = active_tags.css
|
| 40 |
|
| 41 |
then create a copy of active_tags.css within your theme folder.
|
| 42 |
|
| 43 |
|
| 44 |
-- CONTACT --
|
| 45 |
|
| 46 |
Web:
|
| 47 |
* http://drupal.org/project/active_tags
|
| 48 |
* http://www.darrenmothersele.com/node/47
|
| 49 |
|
| 50 |
Current maintainer:
|
| 51 |
* Darren Mothersele - darren@darrenmothersele.com
|
| 52 |
|
| 53 |
|