|
#1
|
||||
|
||||
|
atom and rss link to thumbnail
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"; |
|
#2
|
|||
|
|||
|
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.. |
|
#3
|
||||
|
||||
|
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.
__________________
Photoblog: http://pblog.raminia.com Powered by Pixelpost 1.7 |
|
#4
|
||||
|
||||
|
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. |
| Thread Closed |
| Thread Tools | |
|
|