Hi,
I am making an easy photogallery > Each album is one node with imagefield with unlimited values. (for example on the screenshot are 3 images - http://goo.gl/nnUmz) Each image has it's own ALT and TITLE field. My question is, how to add taxonomy terms to each image via the 'Autocomplete term widget (tagging)'? Or is there any chance to make alt or title field work like the term field? I need to tag each image and i don't think, that the best way is to create node for each image.
Thanks for any answer.
I have book Drupal 7, David Mercer, Packt Publications, this means i must install 7, yes? well, Drupal 8 come out, if no when? may have both drupal 7 and drupal 8 in one pc?
My book says install drupal local host, this means install Development releases and NOT Recommended releases OR...DOES NOT MATTER WHAT?
WELL, after install local host if same files uploaded to a live server, these still will function?
I've got a View for my calender. It's a list with al nodes which have a date. Just working fine, except the nodes with multiple dates. The nodes are showes on the right spot in the list, but the first date is used.
For example: a node has the dates 1/2, 8/2, 15/2, 22/2. Another node has only 10/2. The list should be:
1/2 [nodetitle]
8/2 [nodetitle]
10/2 [nodetitle]
15/2 [nodetitle]
22/2 [nodetitle]
But this happens:
1/2 [nodetitle]
1/2 [nodetitle]
10/2 [nodetitle]
1/2 [nodetitle]
1/2 [nodetitle]
get error message"Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access temporary://acquia_prosper-6.x-1.1.tar.gz in file_save_upload() (line 1528 of /var/www/vhosts/naizon.com/httpdocs/includes/file.inc).
File upload error. Could not move uploaded file. " when i try,
And I uploaded all my contributed module thru ftp but it does not show on the module page . This is quite easy ib drupal 6.
why a big deal in drupal 7? I contacted my host, safe mode is off, still same error
what do i do?
pls help!
I've created a new content-type named 'Suggestion' (machine name='suggestion') and would now like to add a menu link to my Navigation menu that lists nodes of this type. When I attempt to add a menu type with a 'path' of 'suggestion' I get an error message indicating that I don't have permissions for this content-type (even though I gave myself full permissions to it).
What am I doing wrong? Is there some other way that I should be approaching this? I'm not finding any documentation on this.