Is there any way to know if the documentation for 7.x-1.0 is up to date? For example, in the documentation it says there is a 'gallery images view' which I'm not seeing at all, etc.

I also haven't been able to get multiple file uploads to work at all through plupload; despite setting up that module and library correctly. Are there any obvious tricks that aren't documented in the documentation?

Love this module, would really love to get it working.

Many thanks

Nikk

Comments

nikkwong’s picture

I also seem to be having an error where at the /node/add/node-gallery-item, users can upload images to any gallery (including galleries of others) despite permissions being set up correctly. Anyone know why this might be? I've tried both releases of node gallery and had the same issues.

Many thanks

Nikk Wong

nikkwong’s picture

Wasted the last 3 days trying to get this module working but can't even get PLupload working correctly. Will pay someone to help me out. Really bugging me. Thanks

Nikk

Arturus’s picture

Maybe you can help
node_gallery_api.module
code
$ngids[] = $ngids = $relationship-> ngid;
change to

$ngids_r = $relationship-> ngid;
$ngids[] = $ngids_r;
brodiebrodie’s picture

#3 doesn't work for me,
Node Gallery version 7.1
I can drag items into a plupload box in the upload items , and they seem to upload, but then the little yellow warning triangle appears!

After further investigation,this may be my problem
https://www.drupal.org/node/2469115