betts02
09-19-2010, 09:38 PM
I have all the files for a slideshow
I have some php code that needs to be inserted to show this slideshow
Can anyone make this a plugin ?
So i can use it on forumhome maybe under navbar
The code is :
<?php// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.nextgenerationgamers.co.uk/forums"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/nextgen6/public_html/forums"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>
I have some php code that needs to be inserted to show this slideshow
Can anyone make this a plugin ?
So i can use it on forumhome maybe under navbar
The code is :
<?php// START of "Frontpage Slideshow" settings
$nameOfSlideshowToDisplay = "myslideshow"; // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
$URLofyoursite = "http://www.nextgenerationgamers.co.uk/forums"; // Enter your site's URL.
$AbsoluteServerPathofyoursite = "/home/nextgen6/public_html/forums"; // Enter the root path of your site on the server.
// do not edit below this line
include_once($AbsoluteServerPathofyoursite."/fpss/mod_fpslideshow.php");
// END of "Frontpage Slideshow" settings
?>