Fixing NextGenGallery when using FBConnect
by Travis on Feb.10, 2012, under Tech Stuff
These instructions apply to NextGen Gallery 1.9.2 when running a facebook plugin that breaks your galleries.
Seems I run into this every time I update NG Gallery.
To fix it, open up nggfunctions.php and modify the following lines by commenting out the line:
431: $GLOBALS[‘nggShowGallery’] = true;
441: $GLOBALS[‘subalbum’] = true;
Just drop a // in front of each of those and presto, your picture galleries are back.
