Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rockslideshow must have but has bugs


Francys

Recommended Posts

Can anyone explain what't wrong, the last rokslideshow contribution isn't showing any slides, there is missing some dialogs in admin, there isnt a clear interface explaining how you make/publish the slidesshows. And database sql leaves de slideshow table empty (supposedly in admin > tools > slideshow we could build those but the screen interface is empty).

 

here is link http://addons.oscommerce.com/info/7221

 

Thanks in advance

Francis

Edited by Francys
Link to comment
Share on other sites

  • 2 weeks later...

Can anyone explain what't wrong, the last rokslideshow contribution isn't showing any slides, there is missing some dialogs in admin, there isnt a clear interface explaining how you make/publish the slidesshows. And database sql leaves de slideshow table empty (supposedly in admin > tools > slideshow we could build those but the screen interface is empty).

 

here is link http://addons.oscommerce.com/info/7221

 

Thanks in advance

Francis

 

 

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');

}

?>

Link to comment
Share on other sites

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');

}

?>

 

I did that, missed it the first time, but it still won't work.

I get red status light when I insert an image in admin - tools - slideshow

When I try to set it to green, I get a blank page

Edited by VilBaz
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...