1. My nivo-slider files and fallback_slider.png are at this location: ..stories.com/forum/slider/
2. Similarly all my VB files for cms, blog, forum are in: ..stories.com/forum/
( meaning slider and all files are in a folder named forum.)
3. I created php widget by making following changes in your code:
$fallback_img = $slider_img_filepath . 'fallback_slider.png';
$slider_img_filepath = '/slider/';
4. But the linked images and linked articles are not showing up. They are being linked as follows:
..stories.com/content.php?r=50-destination
..stories.com/slider/fallback_slider.png
5. While the actual location of articles and images are:
..stories.com/forum/slider/fallback_slider.png
..stories.com/forum/content.php?r=50-destination
6. Question: Where and what change should I be making to correct this problem? Thank you so much for your help.
|