belai123
05-30-2008, 10:00 PM
Instructions on adding Slideshow to VBAdvanced CMPS v3.0.1
This works for VBAdvanced CMPS v3.0.1 using Slideshow v1.7.2
I have figured out how to add this to VBAdvanced:
See it in action here: http://menopause911.com
You need FPSlideshow 1.7.2 (http://joomlaworks.gr) and VBAdvanced 3.01 (http://www.vbadvanced.com)
This assumes your VBAdvanced is in root and your forum is in a folder in root.
Follow the instructions here:
1. Upload the entire mod_fpslideshow folder to the root of your forum (ex : /forumfolder/mod_fpslidehow/
2. now, open the mod_fpslideshow.php file
a. change the path to >>>> '/forumfolder/mod_fpslidehow/'
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; change the "1" to 0; if you get java errors. I didn't have to change this.
3. THIS IS IMPORTANT:
a. Change require_once('./includes/class_bbcode.php');
to require_once('forumfolder/includes/class_bbcode.php');
b. Change all references to: <?php echo $fpssfolder;?>/mod_fpslideshow/...... to
<?php echo $fpssfolder;?>/........ In otherwords: Delete any reference to the /mod_fpslideshow/ folder throughout the code in mod_fpslideshow.php
4. Upload the mod_fpslideshow.php to your forum/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.
Good Luck
This works for VBAdvanced CMPS v3.0.1 using Slideshow v1.7.2
I have figured out how to add this to VBAdvanced:
See it in action here: http://menopause911.com
You need FPSlideshow 1.7.2 (http://joomlaworks.gr) and VBAdvanced 3.01 (http://www.vbadvanced.com)
This assumes your VBAdvanced is in root and your forum is in a folder in root.
Follow the instructions here:
1. Upload the entire mod_fpslideshow folder to the root of your forum (ex : /forumfolder/mod_fpslidehow/
2. now, open the mod_fpslideshow.php file
a. change the path to >>>> '/forumfolder/mod_fpslidehow/'
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; change the "1" to 0; if you get java errors. I didn't have to change this.
3. THIS IS IMPORTANT:
a. Change require_once('./includes/class_bbcode.php');
to require_once('forumfolder/includes/class_bbcode.php');
b. Change all references to: <?php echo $fpssfolder;?>/mod_fpslideshow/...... to
<?php echo $fpssfolder;?>/........ In otherwords: Delete any reference to the /mod_fpslideshow/ folder throughout the code in mod_fpslideshow.php
4. Upload the mod_fpslideshow.php to your forum/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.
Good Luck