View Full Version : atom and rss link to thumbnail
fotogram
05-12-2005, 05:03 AM
seems like there is a missing "/" on the path to the thumbnail in both the rss and the atom functions:
$image = $cfgrow['siteurl']."thumbnails/thumb_$image";
should read:
$image = $cfgrow['siteurl']."/thumbnails/thumb_$image";
Connie
05-12-2005, 05:55 AM
I am not so sure about this...
which version do you use?
there was a lot of discussion around and so I am confused...
will look into it this evening..
raminia
05-12-2005, 07:17 AM
the code is correct! you should add '/' in admin>>options>>general in the site URL! search the forum in the Bug Report 1.4.x and you'll find a lot of discussions.
fotogram
05-13-2005, 10:06 PM
Sorry. raminia is right... I did not have the trailing slash set on my admin>options>general (and it even says right there to *not* forget it, ooops).
Thanks all.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.