3
FWIW, if using eXtgallery 1.0.9 with XOOPS 2.4.5, when editing blocks (using either the system tool or AltSys), I get an error trying to edit two of the blocks: "Photo View" and "Slideshow photo View". The error is:
Fatal error: Class 'XoopsFormSelect' not found in /path/to/xoops/modules/extgallery/blocks/extgallery_blocks.php on line 390
(or line 539 depending on the block)
This is a simple fix, adding this line as the first line of code:
include_onceĀ $GLOBALS['xoops']->path('class/xoopsformloader.php');
Also, if you're using 2.5.x, you may want to explore the later versions, I found eXtgallery 1.11 in the development trunk, but it's not yet released. It doesn't have this mentioned code fix, but might not be an issue in 2.5.x. (Unsure; didn't test). I also need to check out the recently updated myAlbum and myAlbum-p as I work to upgrade existing production sites to the 2.5.x branch.