Closed (fixed)
Project:
Image
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
2 Feb 2004 at 17:59 UTC
Updated:
19 Feb 2004 at 04:20 UTC
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
Comment #1
bruno commentedYou should set a vocabulary for image nodes and then, in image module configuration, set the parameter 'Gallery Navigation Vocabulary' to this vocabulary.
Comment #2
adrinux commentedLooks 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...
Comment #3
judah commentedi 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
Comment #4
bruno commentedOn administer>>taxonomy>>create new vocabulary page, is 'image' listed under 'Types:'?
Comment #5
judah commentedshort 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
Comment #6
adrinux commentedNo, 'image' is not listed under types in administer > taxonomy > types.
And ditto all that Judah wrote for me.
Comment #7
bruno commentedI 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).
Comment #8
adrinux commentedYes, sorted. Nice work Bruno. Thankyou.
Comment #9
judah commentedworked for me as well. thank you.
Comment #10
(not verified) commented