Closed (fixed)
Project:
Taxonomy Autotagger
Version:
6.x-1.16
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jan 2009 at 08:20 UTC
Updated:
29 Jan 2009 at 22:30 UTC
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
Comments
Comment #1
sdrycroft commentedDo you see a "Next" button, or a "Submit" button when editing a node?
Comment #2
AlexisWilke commentedWhen 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
Comment #3
Joe Malik commentedHi,
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
Comment #4
AlexisWilke commentedThat 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
Comment #5
sdrycroft commentedHere 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
Comment #6
AlexisWilke commentedSimon,
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