Skip to content
WJunction - Webmaster Forum

some advice were to add this code !

Status
Not open for further replies.
im trying to add slideshow to my vb 4 forum this is what it says.


5. Find the page where you want to add the slideshow. Let's say this page is the index.php located at the root of your site as well. The code that you will use to call your slideshow is this:

Code:
<?php
// START of "Frontpage Slideshow" settings
    $nameOfSlideshowToDisplay = "myslideshow";                     // Enter the name of your slideshow. Slideshows are in folders inside /fpss/slideshows/.
    $URLofyoursite = "http://www.mysite.com";                     // Enter your site's URL.
    $AbsoluteServerPathofyoursite = "/home/user/public_html";    // 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
?>


were exactly do i add this code to what template i added it to index.php and the page went blank.

any 1 no were to add this so it shows up ?
 

5 comments

Status
Not open for further replies.

About the author

M
Active Member · Joined
223
Messages
0
Reactions
16
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom