1
I didn't put this "announcement" in the news as this module is still pre-alpha, and I would just like some feedback on it before I go any further...
Basically, AM Mini Gallery is a gallery module that allows you to put a dynamic gallery into any module's page where there is text output that's passed through the XOOPS text sanitizer class. This means that it should, in theory, work with more or less any module.
How does it work - first you create at least one gallery, then upload images and add them to a gallery. You go to a module's admin/edit page, whether it's my Articles module, or the news module for example, and simply place a tag in the page, and save it. The tag is in the format of {gallery|1} where the 1 is a unique ID number representing a gallery.
There is a slight "problem" (if you want to call it that), where the /class/module.textsanitizer.php file that is included with your XOOPS distribution has to have 3 lines of code added, to make it work. Presently, I do not know of a way around this.
I have one gallery in two modules on my site, in News
here and Articles
here.You can down load the module as it is from
here.
I would appreciate feedback for it - Please remember that this is for testing only and not for live production sites. You download and install at your own risk and any data loss, etc., well, you know the rest...