I have installed the module and checked the Active Tags option, but nothing changed. HAve you an idea ?

P.S. : I use Firefox 2 and Drupal 6.4.

Comments

darrenmothersele’s picture

Status: Active » Postponed (maintainer needs more info)

You have assigned the vocabulary to a node type, selected it as Active Tags. Then go create or edit a node of that type and you should see the Active Tags widget instead of the standard taxonomy entry field.

Is the standard taxonomy field displaying?

Are there any Javascript errors in your browser error console (Ctrl+Shift+J in firefox, or use Firebug)?

Jiou’s picture

I have already done all what you are saying but the standard taxonomy field is displaying.

The error console presents many javascript errors like that :

Components is not defined
chrome://fdm_fftext/content/fdm_fftext.js

or

Components is not defined
chrome://cssviewer/content/CSSviewer.js

These errors are on all my pages.

darrenmothersele’s picture

What if you clear the error log then just load the node edit page? Any useful error messages then?

Are your Javascript files loading?

What theme are you using?

Jiou’s picture

If I clear, I have that :

Warning: Error in parsing value for property 'display'. Declaration dropped.
Source File: http://127.0.0.1/drupal-6.4/modules/system/defaults.css?f
Line: 43

What do I have to do in order to know if my Javascript files are loading ?

My theme is Garland.

darrenmothersele’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

That's a CSS warning, not Javascript.

If you're using an unmodified Garland theme then there shouldn't be any problem with Javascript files being inserted into the source - the only thing I can think of at the moment is if you've got Javascript disabled, or something else is causing the Javascript not to run.

Sorry, I can't help you debug further. You could try installing Firebug and looking in Console for Javascript errors.

vstmusic’s picture

Same problem ! I use Garland (not modified) and drupal 6.4. !

darrenmothersele’s picture

@vstmusic Do you have any Javascript errors?

nutkenz’s picture

Priority: Normal » Critical
Status: Closed (fixed) » Active

Same problem, Drupal 6.5 with a custom theme. No JavaScript errors are appearing.

Note: I am using content_taxonomy, that might be the cause of this issue?

nutkenz’s picture

Priority: Critical » Normal

Just confirmed that this is due to the content_taxonomy module. I hope support will be added soon.

darrenmothersele’s picture

Support for content_taxonomy is coming... other people are wanting this too: #310135: Support for Content Taxonomy planned?

darrenmothersele’s picture

Status: Active » Closed (duplicate)

changing status, as we're pretty sure this issue is related to content taxonomy.

see #310135: Support for Content Taxonomy planned?