Quote:
Originally Posted by Jamie G
I cannot get this working on 4.2.0. I get the slider, the animation and the full bck image and the article text. However, I cannot get the images to display.
Additionally, the images link incorrectly. My site is stored in a folder, not root.
So, my installation is in root/V2. Article links point to domain.com/v2/content.php - but the slider points to domain.com/content.php - does this plugin not work unless the vB install is in the root?
Hopefully someone can help ASAP.
|
I have the same problem but a bit different in the img_dir I have
$slider_img_filepath = '/foros/slideshow/';
this works as it executes the jscript and displays the articles with the default image however the article images/attachments do not display when I look at the debug code the absolute path that it shows is incorrect as it shows /sitehomedir/foros/foros/slideshow/ and of course it doesn't find the images there.
if I change the img_filepath to remove the duplicate foros entry like this:
$slider_img_filepath = '/slideshow/';
then it doesn't find the rest of the script and only it looks worst.
this sounds like an easy fix but I just don't know where to specify the full server path even if I hardcode it in.