Hmmm... nothing happens!
AlexisWilke - January 5, 2009 - 08:20
| Project: | Taxonomy Autotagger |
| Version: | 6.x-1.16 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Okay, so it took me 30 min. just to get the jQuery UI to work, and then your module does nothing. That is, I see the Disable Autotag in my Taxonomies, but nothing when I edit, change, save a node.
Am I doing something wrong (other than using PostgreSQL)?
Thank you.
Alexis Wilke

#1
Do you see a "Next" button, or a "Submit" button when editing a node?
#2
When I edit I see:
When I create, I do not see the Delete.
Could the Meta Tags or Revision modules have a side effect?
Thank you.
Alexis
#3
Hi,
on the vocabulary edit page (/admin/content/taxonomy/edit/vocabulary/x), there's a hint: If checked, this Vocabulary will not be used by the Autotagger (Vocabularies that are marked as "Multiple Select" and are NOT makred as "Tags" or "Required" will use autotagger). So only taxonomies are used to autotag, which comply these conditions.
I'm just wondering: I'm using Tag-Taxonomies (Terms as a comma separated list) - is there any way to use such Tag- or Required Taxonomies with Taxonomy Autotagger?
---
www.bitbunnys.de
#4
That was a tricky one! I would have had to read the description?!
sdrycroft, I suggest you write that on your front page. Reading the front page, I did not see anything about that one! Am I the first to submit such a bug?! Maybe also emitting a warning on Save of a Taxonomy if Disable is not turned ON and the flags are "improper" for auto-tagger...
Thank you for the hint. Now it works for me! 8-)
I wonder why these flags (Tag/Required) are a problem here... sdrycroft?
Alexis
#5
Here are the reasons why Autotag isn't enabled for vocabularies that are required or are tags.
Tags - A tags vocabulary is built up gradually over time during node edits. Additional tags are added to a vocabulary by typing them into the taxonomy term field on a node edit page. The term field would be removed by the autotag module resulting in no way of adding terms to the vocabulary (and losing the whole idea of a "tags" vocabulary).
Required - If a taxonomy term is required, then a user would have to somehow type into one of the form fields on a node edit page a term that is within the taxonomy before the node could be submitted. If a term is required, then it makes more sense to see a list of terms in order to select one.
I may well review both of these decisions, and allow autotag to work with Tags or Required taxonomies. The difference will be that the Taxonomy form on the node edit page will not be hidden - this may complicate how the module works.
Simon
#6
Simon,
That could make sense you know... 8-)
The Required could be a problem if the form is validated when you click next. But yet again, you should be able to alter it and set the #required entry to false on the first page.
Anyway... the most important would be to fix the problem I have with the CCK checkbox fields. At this time, I cannot use the auto-tagger without that fix. 8-(
Thank you.
Alexis
#7
Automatically closed -- issue fixed for 2 weeks with no activity.