Okay, I purchased the addon and already received it via email. I unzipped it renamed the folder to
mod_fpslideshow in order to match the directions and the path within slideshow.php. I uploaded the folder to my clientscript folder and chmod all .js files to 777. Next, I edited the slideshow.php file and only applied one forum number (110). I changed all the /forums path to /vb and I'm assuming here:
Code:
fopen("/var/www/forums/clientscript/mod_fpslideshow/mod_fpslideshow.js",'w');
I would change that to the direct path to the mod_fpslideshow.js file -- like this:
Code:
fopen("/home/domain/public_html/vb/clientscript/mod_fpslideshow/mod_fpslideshow.js",'w');
I uploaded 4 images to my new forum, and then created a php module within the vbacmps following the directions and activated the module, but for some reason I'm getting the following error:
Warning: Invalid argument supplied for foreach() in
/modules/slideshow.php on line
257
The mod is also not playing nice with my skin/theme. It's throwing the header bar underneath the mod and nothing is aligning.
Did I miss something?
Here's a screenshot of the error - you can see here that it's not playing nice with my skin/theme either.