Quote:
Originally Posted by MPDesignZ
OK I have questions about this step here. 1) there is no path to modify in the file & 2 there is no place to put forum ids. I need you to be more specific like what is the code for this?
EDIT: Found these things in the slideshow.php file that is for download here.
EDIT 2: Ok this did not work I need specific instructions for install. There are 2 different files you say to modify stuff ina file that is not in that file and its in the attached file for this module instead. I need to know exactly how to get this to work in CMPS.
MP
MP
|
The forum ID's and File Path are located in the file -
mod_fpslideshow.php
This file is included in the add-on you purchased from Joomla.
Here's a snippet of what it should look like.
Code:
// vBulletin Settings
$forumid = array(1,2,3,etc); // Set forum IDs here.
$limit = '8'; // Limit the displayed slides
$vbpath = ''; // Path to vBulletin, e.g. "forums/", or leave as is for root.
You shouldn't have to edit the file you downloaded from this thread.