I've learned how to set up an image gallery using Views, where each photo is added as a piece of content and then by using Views you can create a gallery of the photo content type.
However, I'm wondering if there is a way to create a single content type, like 'Photo Album', where I can upload a bulk of images and create a gallery from it? Is there a module that could provide this content type and create the functionality for me?
Still doing some research but I figured someone might catch this post and be able to give me some advice. Thanks!
Hi, I am new to Drupal and have a D7 site (www.westmorelandlacrosse.com) that uses only community modules and themes and all code was up-to-date as of this past Thursday night 4/7/11.
Since I'm pretty new at Drupal and I really cannot figure this one out, I'm asking you guys.
I just installed Drupal 7, with a theme and the Location module. However, now all of a sudden the aggregator module is switched on and I get the following error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mysite.aggregator_category' doesn't exist: SELECT COUNT(*) FROM {aggregator_category}; Array ( ) in _aggregator_has_categories() (line 287 of /customers/mysite.nl/mysite.nl/httpd.www/modules/aggregator/aggregator.module).
I'm using Books Module and I would like to use book navigation block as well; is there any way to show only parent item and not child pages? looking at book navigation block code I see that all the navigation tree is rendered by "$tree" but I do not know actually how to modify it. I'm not a php expert as you can guess. Thank you, any help is really welcome.
Hi,
I am using the link module with d7 and I want to use a image with the link instead of a text. I tried to search on how to get this done in d7 but can't seem to find an solution.
I've set up a taxonomy vocabulary called 'credit' to take in names of writers. It's created like that because several writers can contribute to one article.