| Re: Gallery Module working on version 2.5.9 |
| by Mamba on 2019/7/17 2:11:27 Thanks Zyspec. I'll include your fix in the update. |
| Re: Gallery Module working on version 2.5.9 |
| by Lupin on 2019/7/15 13:43:24 OK zyspec , it works ! ![]() goffy, link to ghithub doesn't work ...
|
| Re: Gallery Module working on version 2.5.9 |
| by Lupin on 2019/7/15 12:33:51 TYVM both zyspec & goffy ... Actually the only working combination is xoops 2.5.8 and XCgallery ... this old module is a rewriting of a previous edition of Coppermine ( its functionality is that I need really ...) ; I also tried to bridge Xoops with CPG 1.6 , but the bridging seems to be impossible to do with last 2.5+ versions ... Of course it could be better to use an "original" xoops module ( more easy to manage DB for me ...) ... I will try all roadmaps ![]() A last question to goffy : can I store original photos too ? I have to give chance to user to call this view ... Thanks again. Pino |
| Re: Gallery Module working on version 2.5.9 |
| by goffy on 2019/7/15 6:11:20 Hi Lupin you can also try wgGallery https://xoops.org/modules/newbb/viewtopic.php?post_id=364223 |
| Re: Gallery Module working on version 2.5.9 |
| by zyspec on 2019/7/14 23:47:33 You can fix this temporarily (until someone gets a chance to update the repository). In ./class/PhotoHandler.php change line 1023 from: le="color: #000000"><?php if (null !== $catHandler->getCatRestrictCriteria()) { to: le="color: #000000"><?php if (false !== $catHandler->getCatRestrictCriteria()) { That should fix the error you're seeing on line 1024. |