FAQ for Node Gallery
Last updated on
30 April 2025
The 6.x-2.x-beta2 release is working well in it's current form. 6.x-2.x is a complete re-write and has been in development since 2009-06-01. Many issues that are present now are being worked out. Additional features and fixes are found in 6.x-2.x-dev as they are finalized and made ready.
- Questions from the Node Gallery Issue Queue
- Beyond the basics
- What's up at Node Gallery and friends?
Questions From the Node Gallery Issue queue
- Is there a demo site where I can try it out?
- Answer: Yes Node Gallery demo site
- Is there an upgrade from version 1.0 to version 2.0?
- Answer: There is no upgrade available at this time. Some Sql Queries will need to be contributed to change the database schema for this task and it should work just fine. See this issue.
- Is there an upgrade from version 2.0 to version 3.0?
- Answer: Yes
- Is there a bulk upload option ?
- Answer:
NG2, No, it was discontinued for security issues.
NG3, Yes has bulk upload and image import from server directory. - Is there a slideshow feature for node_gallery?
- Answer: NG2, Yes
node_gallery_display by Dirk Gebhardt (DesignWork) Nice! - Is it possible to make a new gallery relationship using existing gallery and gallery_image content types?
- Answer: The
gallery_image
content type (can be re-used) when Adding a Gallery Relationship.
Thegallery
content type (can not be re-used) as it will overwrite the existing relationship that uses it. - Is there a way to setup the breadcrumbs better?
- Answer: Yes, example and instructions for using custom breadcrumbs with tokens is on the Style, views and theming handbook page.
- Errors are occurring when uploading images, what should I check?
- Answer(s): Do not try to upload images when site is 'off-line'.
Check file size limits in node_gallery configuration.
If using the devel module, try disabling the module(known issue).
Increase the memory_limit size in php.ini on your server (memory_limit 96M).
Also see Increase Maximum File Size.
Issue que: Upload does not work if max resolution is set and insufficient PHP memory. - Is content construction kit (CCK)Imagefield supported in node gallery?
- Answer: Possibly expect to see it in 7.x-3.x-dev.
- Is Organic Groups integrated with Node Gallery?
- Answer: Sorry; OG integration is not supported right now. After final release we may work on that.
- Does node_gallery_access conflict with other Content Access modules?
- Answer: Yes it can since node_gallery_access implements it's own node_access rules. However, node_gallery_access has a new 'module weight' setting that should resolve any conflicts.
Beyond the basics
- I have set permissions, but it still isn't allowing what I have set. What do I do?
- Answer: Goto: (Administer > Content management > Post settings)
system pathadmin/content/node-settingsclick the Rebuild Permissions button.
(or) Rebuild the permissions by going to this URLadmin/content/node-settings/rebuild - How to set order of Galleries with drag handles.
- You can do this by using the nodequeue module.
- How to remove the create gallery image from the create content page?
- Answer: Goto: (Administer > Site building > Menus > List Menus)
system pathadmin/build/menu/list
click on Navigation to open the menu screen, look for the gallery image content type in the list and uncheck it. - I have uninstalled node_gallery, but display field settings for CCK image fields are still showing choices for integrating the image with Node_Gallery. How do I fix this?
- Answer: After uninstall is completed, the Imagecache presets need to be deleted manually.
Goto: (Administer > Site building > Imagecache > List)
system pathadmin/build/imagecache/list - I found a div container in (gallery-image-thumbnail.tpl.php)
<div class="image-thumbnail-view <?php if ($type) print "image-thumbnail-". $type?>">This class does not exist in any css file?
- Answer: We often provide classes that we do not use in the module's CSS to aid theme developers.
- Is there an ImageCache preset that links to the original file?
- Answer: At this time there is not, but may be added in the future. The only way to do it now is to add a preset that has no actions assigned to it. Which will load the image through imagecache in original size.
Items that are currently being worked on
- Better views integration, this has been pushed to NG3.
NG2 will do some basic views.
NG3 is built with views integration. - Node_Gallery 3, is in make-ready-for-alpha mode(July,2010).
Help test the node_gallery 6.x-3.x-dev
What's up at Node Gallery and friends?
- Big News!, Node Gallery is catching on.
- Node Gallery is a top 400 Drupal Module!!! July 21, 2010
Thanks to developers and users, it will grow and get even better. - Who is developing and maintaining Node Gallery?
- Kevin Montgomery (Kmonty) of New Eon Media.
Kevin is the lead developer/maintainer for node_gallery and is great to work with. - Justin Ellison (Justintime) Systems Admin's Journey.
Justin is developing and maintaining node_gallery_access and has done a lot of work on node_gallery fixing things. In his spare time? He has put up a Node Gallery demo site
Justin has worked like a crazy person on Node_Gallery 3. Have a look at the git and you will see all those commits to 6-3. - Dirk Gebhardt (DesignWork) Design Work.eu
Dirk is developing node_gallery_display, node_gallery_imagex and has been fixing node_gallery issues. - Greg Harvey (greg.harvey) Drupaler.co.uk
Greg has joined the node gallery team and brings with him a lot of CCK background. He is the author of CCK Gallery. - Scroogie (Scroogie) has been submitting some great patches and enhancements for NG3.
- Is there a version 3x planed?
- Answer: Yes, version 3 is very cool! Alpha by September, 2010.
- Is there a Drupal 7 version planned?
- Answer: Yes, the almighty wizards are talking about it now, getting ideas and making a plan.
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion