Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Say I want to get the upgrade to the latest module... What's the best way of going about doing this? Do you just extract the module files over the old ones and run update.php?
hello,
I installed many Drupal sites but enabled Image module in any of those.
my problem is the following:
I need, while creating "image" content type, to be listed into one album name (so that site.com/image lists my image albums), so I created many Image galleries via site.com/admin/image/add but while going to create image content site.com/node/add/image I can't select (as taxonomy or whatever) any of those image albums where insert image files.
anyone may help me?
my impression is that I'm losing a very simple step, but can't understand which one..
I have seen the snippet (http://drupal.org/node/44648) on how to display a navigation for a book on all pages. But is there a way to display navigation for all books in a block?
I have one book per section, and would like each of them to appear in the navigation.
Of course, I could take the snippet mentioned above, and use one for each book, but maybe there is a better way?
I am having an issue with my header block. I want to add two images, centered, side by side on the header. if you go to emu-aaup.org you can see the one image, I would like to place another so that they are both centered. I am sure this is possible, and likely wouldnt be hard if I werent a complete amatuer at this. Thanks for any tips.
I ran into an interesting problem. I'm trying to create a view with three different CCK node types, and I want to control their position on the page based on what type it is. Apparently the Views module doesn't do this? It's a filter type, but not a sort type? Am I just missing something here?