PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   RSS Feed Problem (http://www.photopost.com/forum/photopost-pro-how-do-i/142389-rss-feed-problem.html)

anthroa March 16th, 2010 05:10 AM

RSS Feed Problem
 
Hi Chuck i have a problem with the rss feeds from photopost. When i open the rss feed from the gallery the thumbnail and image name appear fine but the link the image name doesn't work but the link from the thumbnail does

see Photographysites.com

when i look at your site ReefTalk.com

the link on the image name works fine as it does on other sites i have looked at - here you can see your feed and my feed side by side which shows the problem

RSS TEST

i have tested this in FF 3.6 IE 8.0.7 and Opera 10.5 with the same problem in each so its not a browser related problem.

Perhaps i have some setting wrong or need an updated version can you please advise - regards Anthony

Chuck S March 16th, 2010 05:21 AM

Not sure have you tried redownloading the code and updating your files? I am using 7.01

anthroa March 16th, 2010 06:46 AM

Chuck thanks for your quick reply - i am running 7.01 - so maybe i'll try downloading the script again then uploading it again - Anthony

Chuck S March 16th, 2010 08:33 AM

no problem

anthroa March 17th, 2010 05:35 AM

Chuck - nope a new version of external.php didn't help any other suggestions

Chuck S March 17th, 2010 07:50 AM

Maybe make sure the pholink line is this

Code:

Content visible to verified customers only.

anthroa March 18th, 2010 04:39 AM

Chuck - therewas a difference between the code in the file i uploaded and that which you posted


yours
$pholink = htmlspecialchars( construct_newppurl( "showphoto.php", array('photo' => $data['id'], 'title' => $data['title'], 'cat' => $data['cat']) ) );

the one uploaded
$pholink = htmlspecialchars( construct_newppurl( "showproduct.php", array('product' => $data['id'], 'title' => $data['title'], 'cat' => $data['cat']) ) );

unfortunately changing the code to the one you indicate didn't help - same problem the link on the image name still goes to http://www.photographysites.com/Resource%20id%20#24



any other suggestions ?? Anthony

Chuck S March 18th, 2010 08:43 AM

The line should be this

Code:

Content visible to verified customers only.

anthroa March 19th, 2010 06:11 PM

Sorry to post this whole thing but now i may be starting to lose track of things and still have the image name link which is incorrect :0 - so i have made the change from your last bit of advice is this correct

REMOVED!! PLEASE DO NOT POST OUR CODE OPENLY LIKE THAT

Chuck S March 19th, 2010 07:28 PM

Use a default external.php from the download and make sure the $pholink is as I posted in post 8.

anthroa March 19th, 2010 08:37 PM

Well i replaced

$pholink = htmlspecialchars( construct_newppurl( "showproduct.php", array('product' => $data['id'], 'title' => $data['title'], 'cat' => $data['cat']) ) );

with #8 and still no luck

http://www.photographysites.com/galleries/external.php

is it possible that when we moved the content from the old site to the current one there was some change in the database as reflected by the image title - grasping at straws here ??


All times are GMT -5. The time now is 11:50 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97