Hi Friends

I want to create image gallery in drupal cms.
can you give link for study "how to create image gallery in drupal".

Regards,
vikas

Comments

vikas_gupta15’s picture

Thanks

I follow the http://www.learndrupalcms.com/how-to-make-a-photo-gallery-with-thumbnail...
this web site tutorial. When i install module these file given in this side like cck,imageapi and views
and upload site/all/module after that i enable the module follow on this website tutorial.
When click on save configuration button it give error.


Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16 bytes) in /home/vgupta/www/htdocs/drupal/includes/menu.inc on line 2331

Please help me what i do.

drupaledmonk’s picture

You can achieve it using cck, filefield, imagefield, views and lightbox/thickbox/colorbox. Alternatively search for lullabot video gallery on google for a wonderful tutorial by eaton.

vikas_gupta15’s picture

Thank for reply

when I do module cck and filefield, imagefield download and put on site/all/module
after that go in administrator/building/module for enable this module
but check box is disable.

what i do for enable this module.

thanks

drupaledmonk’s picture

First enable the content module and then the associated modules and check if you have downloaded the modules of the same version of drupal. You can achieve thumbnails using imagecache by creating presets. I suppose you are using drupal 6.19 then download the corresponding 6.x versions of the modules. browse through the handbooks to find how to install contrib modules. I would suggest you to get a drupal book and start building your knowledge using it.

dmetzcher’s picture

You might want to check out the Views Gallery module. I've been using it for a few months now with good results.