32
The fixes given by SirTanksAlot, along with others, helped me a great deal, though I still had to do some manual tweaking. For instance, I initially used all the files in the archive which SirTanksAlot provided, and that "killed" XoopsGallery entirely. So I went back and applied just those fixes which seemed to apply to problems I had, and that worked. Mostly.
I am left with one problem which I have been unable to solve, and that is the album description. I tried the fix suggested but that did nothing. I also tried using $album.description instead of $album.album_desc in xoopsgallery_index.html, but that didn't help either.
Not only does the description not appear, I can't even find where I might be able to change it.
Looking at the code in view_album.php suggests that there
should be link to edit the description on the gallery page, much like the one to edit the album title, but I get no such link.
I did discover that descriptions seem to be stored in the album.dat files, so I tried editing one of them (replaced the word "No" with "AA"), but that didn't help at all - not surprisingly, I guess.
Since my albums each contain art by individual artists, I very much want/need to use the description to display the artists' copyright notices, and this has had me stumped for hours already. Any pointers/suggestions would be appreciated!
Fab
P.S This is with XOOPS 2.0.5 RC, btw. And yes, I have been refreshing the module with every change I make.