Hello
I have 2 ARI Image Slideshows modules on separate pages of my site, each one having a separate subdirectory for its images, like :
Images/my_images/sub1
Images/my_images/sub2
The first I installed works fine :
Module assignment : only page1
File ariimageslider.ini is in /sub1 with the images, and tells : x.jpg="sub1"
Configuration file : ariimageslider.ini
Images path : Images/my_images
My problem is to tell the other module how to find its own images.
I have :
ariimageslider.ini in /sub2 with its images and it tells : y.jpg="sub2"
Module assignment : only page2
I tried different solutions, mixing :
Image path : images/my_images
or Image path : images/my_images/sub2
with
Image path : images/my_images
or image path : images/my_images/sub2
I got three kind of results :
- No slider showing at all : blank page
- Slider with images for page1 working in page2 !
- Slider working in page2 with images expected, but surronded by a syntax error message.
So, what should be the right method for multiple modules ? (not listed in Description file). I have not found the answer in ten pages of forum...
Thanks for your help