This looks like a pretty good module for what I have in mind.

Installed release versin, had this isse, updated to dev version, ran update.php, stuil have the issue:

- Created filed in a node type using CCK, that part is fine.

- configure the field does not see to have all the options. the last thing I see on the field is a data entry group called Data Settings, and within that a section called Term Ratings.

The "save field" button is there and works.

I want to set this up so my Taxonomy is used as desvcibed in Feature 5 in the documentation as linked on the Module page on Drupal.org (the pending readme I guess)

I also don't see the UI for pseudo-alphabatize,which I also want to use probably.

Thanks for your help!

Barry

Comments

rconstantine’s picture

Um, first of all, the pseudo alphabetizing is the default behavior. Did you see the issue where I mention the shortcomings of it? Bug fix patches welcome.

I'm not sure which options you are missing. Note that several options will be disabled because they are set from the vocab's UI instead and the UI of this module just shows you what you set. For example, I think freetagging and multiple values work this way. So change your vocab if you want them.

Feature 5? Uh,... oh, right. There should just be a checkbox for that as noted in #10 of the USAGE section. You aren't seeing that?

digimedia’s picture

Ah OK I think I got it workling better now... but I still doen't see the option for pseudio-alphabetize, or how I do freetagging in the "Create Content" UI.

I uninstalled the release version (by deleting the module directory) and then reinstalled the dev-1.x version by the usual technique.

Then I ran update.php, don't know if that was necessary or not.

I recreated a new content type, because for some reason the earlier one has a "taxonomy" field which was greyed out and I couldn't delete it. Not sure if that was due to some earlier experimenting on my part, or because of the upgrade, so I note it here for future readers just in case.

Now when I configured my taxonomy_ssu field, I have these values (for the record):

- Data settingd: required is checked
- Multiple values is checked but greyed out (comes from the settings of the vaobulary itself I guess)
- Display Parent terms ... is checked
- Add used terms as node tags is checked (this is the new one in the dev release, at least to me)
- Term ratings - doesn't display properly but that my just be my thieme, so I didn't change anything

There are no more options then those.

As for the free tagging, my voclabulary has these settings:

types - I tried it with and without clicking on the content type created in CCK.

With, I get a taxonomy field, but it doesn't save the info in the cck field,
Without, I don't see the free tagging ui.

Hierarchy: multiple, with related terms, free tagging, multiple select all checked, required not checked.

Sooo... about that free tagging? Am I missing something obvious here?

rconstantine’s picture

If freetagging is checked in the vocabulary itself, it will show up when you create or edit a node of the content type that has the cck ssu field in it. There are two fields for this in each layer of the term tree. The first field is a drop down called 'Parent:' where you can select a term at your current level. The other is a text field that says 'Add a term:'. I have not yet implemented adding multiple terms in one field (a la comma separated terms or something) but IIRC, you can enter one term at one or more levels at the same time. You must save the page for the terms to be added, and I think I neglected to auto-check them for the user. Wait, or did I fix that already? Can't remember.

Other things to note from your last comment:
-multiple parents is not tested, so behavior is unknown. I thought I mentioned that in the docs.
-anything greyed out does come from vocab settings, so you're correct about that.
-no types need to be associated with the vocab as that would be redundant and that simply shows the standard taxonomy tagging interface.
-term ratings requires that you give a list of possible values. if you didn't do that, it probably doesn't show up.

Anything I didn't address that you want to know more about?

rconstantine’s picture

Status: Active » Closed (fixed)

Didn't hear back from the poster. Must be fixed or otherwise okay now.