1. Upload the entire mod_fpslideshow folder to the root of your board (ex : /board/mod_fpslidehow/
2. now, open the mod_fpslideshow.php file
a. change the path to >>>> '/board/' or leave blank if your forum is located in the root.
b. add the forum ids you will be using ex: (119,80,22)
make sure you already have test threads created in these forums prior to adding this to your modules folder with thumbnails already attached to those threads and allowing guest downloading access via the admincp forum permissions.
b. find in mod_fpslideshow.php
Code:
$use_mootools = 1;
and change the "1" to 0;
or you will get java errors and the slide will not work
3. Upload the mod_fpslideshow.php to your board/modules folder via ftp.
now, in your admincp cmps
>>modules >> add module >> php file
add the mod_fpslideshow.php
title = news
1. identifier = fpslideshow
2. clean file output? = yes
3. use module wrapper? = no
save, then activate the file on your cmps.
I hope that clears up the confusion MP.