@ Rocketeer..
That looks like the default CMS design..!?
You dont need a slider for that.
Quote:
Originally Posted by Mooff
@Gamelobby
I'm not sure i understand what your question is.
This addon provides a bridge between vb4 articles and the nivo slider. Therefore it is an article slider widget.
The image which the CMS automatically pulls from the article is used for the slider.
If it doesn't right now do that in your case please refer to post 227.
|
Quote:
Originally Posted by Mooff
Seems like error messages are suppressed in your php settings.
Some questions for you guys then:
- Is the slider folder writeable for your webserver?
- Do you have the php GD libary installed?
- Is allow_url_access set to false in your php settings?
@Gamelobby
The slider does pull your article preview images and automatically resizes and saves them to the slider folder.
|
I'm not sure, how/where do i check
this..? (is it in the widget.?)
Here is what i found.. (this part is untouched from what you have above, that we are supposed to put in php widget)
Code:
//Debug Messages
if($debug_modus)
{
echo "<span style='color:red;'>DEBUG MODE is ON! </span><br />";
echo "slider_img_filepath: $slider_img_filepath <br />";
echo "width: $maxwidth height: $maxheight <br />";
echo "show_articles_without_image: ";
var_dump($show_articles_without_image);
echo " <br />";
echo "fallback_img: $fallback_img <br />";
echo "#img: $number_of_articles_shown <br />";
echo "description_length: $description_length <br />";
echo 'directory ' . DIR . '<br />';
}
Here is what i get..
The UF image with my article text:
ALSO..
I just noticed that when i click on an image it takes me to the wrong url.. its not showing the"forum" folder in the path.?
Code:
http://www.mysite.com/content.php?r=251
Should be:
Code:
http://www.mysite.com/forum/content.php?r=251
Could that be part of the problem.?