Quote:
|
Originally Posted by omegatron The variable is set in showphoto.php and if there is no medium it should display the large image tag |
Well,
it's not doing it Omegatron.
the "Trigger medium graphic height and width" option on the setup is "0" (should be 'null'??)
Coudl be something else wrong?
At the first installation (version 4.x) I had medium images but I changed it when I first upgrade to 5.0. Since then I never checked it until some members start complaing about the display not showing any images inside UBB.
This is the hard code on my showphoto.php
----
$ubburl = "{$Globals['datadir']}/$storecat/medium/$bigimage";
----
So looks like it always will put /medium/ there on the link.
What can be done?
Thank you