active_tags.css |
active_tags.css |
|
.tag-entry {
margin:5px 0px;
}
.tag-tag {
background-color:#eee;
padding:2px;
display:inline;
margin:2px;
}
.remove-tag {
color:red;
padding-left:5px;
cursor:pointer;
}
.tag-popular {
background-color:#eee;
color:#999;
… |
active_tags.info |
active_tags.info |
|
name = Active Tags
description = Enhanced tag widget for free tagging vocabularies
dependencies[] = taxonomy
package = User interface
core = 6.x |
active_tags.install |
active_tags.install |
|
Install & uninstall functions. |
active_tags.module |
active_tags.module |
|
Active Tags widget for free tagging taxonomies |
active_tags_popular.info |
active_tags_popular.info |
|
name = Active Tags Popular
description = Further enhance Active Tags by making it easy for users to select from some popular tags
dependencies[] = active_tags
package = User interface
core = 6.x |
active_tags_popular.install |
active_tags_popular.install |
|
Install & uninstall functions. |
active_tags_popular.module |
active_tags_popular.module |
|
Adds popular terms to Active Tags widget |
README.txt |
README.txt |
|
-- SUMMARY --
Active Tags adds a new option to free tagging taxonomies. If selected
the taxonomy widget is replaced by a new jQuery enabled tag entry widget.
For a full description visit the project page:
http://drupal.org/project/active_tags
Bug… |