Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rokslideshow Contribution


Guest

Recommended Posts

Posted

Hello!

 

I'm trying to install the Rokslideshow contribution. (http://addons.oscommerce.com/info/7221) I've checked and double checked and I'm sure I've followed the install right but I'm just getting a blank space where the slideshow should be. Does anyone have any idea why this might be? Any help much appreciated.

 

Cheers,

Mark.

  • 3 weeks later...
  • 3 weeks later...
Posted

Hello!

 

I'm trying to install the Rokslideshow contribution. (http://addons.oscommerce.com/info/7221) I've checked and double checked and I'm sure I've followed the install right but I'm just getting a blank space where the slideshow should be. Does anyone have any idea why this might be? Any help much appreciated.

 

Cheers,

Mark.

 

I am having the exact same issue, I see you now have it working at punkrockcds.com

Would you be kind enough to share with us what changes you had to make to get this working.

Thanks

 

Larry

Posted

Hi there,

 

I found a solution posted by Mimin in a another thread. So I implemented it into a new version of the contribution http://addons.oscommerce.com/info/7221

 

You only need to replace the javascript files and the link to the mootools file.

 

I havent tested it myself tho... lets put our trust in Mimin :)

 

Regards

Gosub

  • 3 weeks later...
  • 1 month later...
Posted

I'm getting the same blank area where the image should be. image loading flashes up for a second but no image is displayed.

 

any help would be appreciated.

 

Thanks

Posted

OK it seems that the image filename is not being added to the database slideshow table.

 

Just add it manually in phpMyAdmin and everything works just fine.

  • 3 months later...
Posted

For those having the blank space issue, make sure that you enter the same group name here (index.php), also in admin when creating a slideshow.

 

<?php

if (DISPLAY_SLIDESHOW == 'True') {

$slideshow_group = "a"; // replace the "a" with the group name of your choice

require(DIR_WS_MODULES . 'slideshow.php');

}

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...