I'm trying to set up image.module using latest cvs drupal and the image.module from latest cvs contrib.

File upload works ok, and I can get nodes with images etc. But I'm unable to assign a taxonomic vocabulary in the image.module configuration page. I have a vocab set up, but the pop-up menu in the image module config page just lists .

Without this I can't apply a taxo term to an image node either.

Am I doing something wrong or is this a bug?

Comments

bruno’s picture

You should set a vocabulary for image nodes and then, in image module configuration, set the parameter 'Gallery Navigation Vocabulary' to this vocabulary.

adrinux’s picture

Looks like part of my original post got stripped. The line should have read 'the pop-up menu in the image module config page just lists none'.

Also, in taxonomy config, where you specify which type of nodes a taxonomy should be applied too - image isn't listed. This is perhaps the root of the problem, I can't apply a taxonomy to image nodes...

judah’s picture

i also get the same thing as adrinux.

on the Administer > Image > Below is a status of image module's current configuration page. I get:

Image vocabulary - Warning: you must assign a vocabulary to navigate in photo gallery. Fix in Site Configuration.

I follow the link and in the Gallery Navigation Vocabulary dropdown there are no vocabularies listed. I have 3 setup in my Adminstrater > Taxonomy.

Judah

bruno’s picture

On administer>>taxonomy>>create new vocabulary page, is 'image' listed under 'Types:'?

judah’s picture

short answer, "no". long answer, "no".

but there is a link listed under the create content link in the side block:

# create content
* blog entry
* book page
* forum topic
* image
* poll
* static page
* story

but on the create content page to the right of the side block "image" is not listed:

Create content
Choose the appropriate item from the list:

# personal blog entry
A blog is a regularly updated journal...
# book page
A book is a collaborative...
# forum topic
A forum is a threaded...
# static page
If you just want to add a...
# poll
A poll is a...
# story

adrinux’s picture

No, 'image' is not listed under types in administer > taxonomy > types.

And ditto all that Judah wrote for me.

bruno’s picture

Component: User interface » Code
Assigned: Unassigned » bruno

I think I have the explanation. The _node() hook has been deprecated in the latest drupal CVS causing image module to not being listed as a node module. There is also a change in the _help() hook.

Please update with the latest image module from CVS (1.104).

adrinux’s picture

Yes, sorted. Nice work Bruno. Thankyou.

judah’s picture

worked for me as well. thank you.

Anonymous’s picture