/[drupal]/contributions/modules/active_tags/README.txt
ViewVC logotype

Contents of /contributions/modules/active_tags/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri Sep 12 08:31:03 2008 UTC (14 months, 2 weeks ago) by darrenmuk
Branch: MAIN
CVS Tags: DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Intial commit of working Active Tags module
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

  ViewVC Help
Powered by ViewVC 1.1.2