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 feeds issue (http://www.photopost.com/forum/photopost-pro-how-do-i/141669-rss-feeds-issue.html)

greenflag January 9th, 2010 08:10 AM

rss feeds issue
 
in my pp rss feed, the thumbnail link is correct, but the picture name link is not:

title link format: mysites.com/pictures/Resource%20id%20#93

(in feed source <link>Resource id #93</link> )

which is not a url!

i am using seo settings - again - thumbail link in feed is correct.

also - when I refresh feed the title name changes for every photo - every refresh

how to fix?

Chuck S January 9th, 2010 09:08 AM

ReefTalk.com

PhotoPost.Com

Do you have an example thanks I am not seeing any issues.

greenflag January 9th, 2010 01:54 PM

example for you
 
I Love Dogs

also how can i edit the title of the rss page? (I Love Dogs now)

Chuck S January 9th, 2010 02:15 PM

The title of your page is going to be your site name you have placed in your admin global options.

greenflag January 9th, 2010 02:16 PM

ok thanks - but please look at this feed and tell me how to fix please!

http://www.i-love-dogs.com/dog-pictures/external.php

Chuck S January 9th, 2010 02:40 PM

What is the error your trying to show me your feed looks completely fine to me.

greenflag January 9th, 2010 03:08 PM

2 things:

1) every title is the same and changes when you refresh the page

2) the title links are all broken - click on title link and see

Chuck S January 9th, 2010 04:07 PM

well in rss.php this line

Code:

Content visible to verified customers only.
should read

Code:

Content visible to verified customers only.

greenflag January 9th, 2010 05:46 PM

u mean external.php right?

titles are now correct - but when u click on title it is not a valid link -

please help - links are like below

mysites.com/pictures/Resource%20id%20#93

(in feed source <link>Resource id #93</link> )

here is code from external.php:

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

is it the pholink that line that is the link from the title?

Chuck S January 9th, 2010 06:30 PM

Is your external.php script current?

ReefTalk.com

see mine there is no title because the title line was not correct. The title should not be a link to anything.

Chuck S January 9th, 2010 06:35 PM

remove this line from external.php

Code:

Content visible to verified customers only.

greenflag January 9th, 2010 07:03 PM

1 Attachment(s)
i used the one in the 7.1 release.

and the rss in reeftalk the picture title is a broken link too!

that last <guid isPermaLink="true">{$pholink}</guid> remove did not work.

see screenshot attached where link is bad.

Chuck S January 9th, 2010 07:35 PM

ReefTalk.com

The title is not a link please remove the guid line.

greenflag January 9th, 2010 07:40 PM

ok i removed it - still same issue. let me ask another way:

how could i get the picture title link to link to the same url as thumbnail is linked to?

Chuck S January 9th, 2010 08:33 PM

If your title line reads what I wrote and you remove the guid line as I noted there should be no link. The image is the actual photo link. There is nowhere in the file that the title is a link nor should it be.

ReefTalk.com

Your free to modify your script in any manner you wish but that would probally mean you define things differently maybe the pholink line

Code:

Content visible to verified customers only.
should maybe be

Code:

Content visible to verified customers only.

greenflag January 9th, 2010 09:05 PM

thanks for all the help.

but look here: ReefTalk.com

click on the 1st photo title (DSCN0725) - it is linked and is a 404 - http://www.reeftalk.com/gallery/Resource%20id%20#25

but thumbnail is properly linked:

http://www.reeftalk.com/gallery/memb...-dscn0725.html

as are all title links - just like my feed - as I am using the new 7.1 version of external.php

what code controls the title link?

Chuck S January 10th, 2010 08:34 AM

My titles are NOT clickable in any manner in the code.

why not lets ask this what browser are you using?

I see your issue. In Safari, Mozilla, Opera things work as they should in the rss feed. You are using IE8 which has a bug I would think. Google Chrome does not do RSS.

I dont really have anything that I can post about an IE 8 bug but I will search and see if I find anything.

greenflag January 10th, 2010 09:08 AM

ie 8. thanks

also in chome i dont see a feed - just html on the page

i still see error in mozilla as well...

ill ask i coder i know as well, but ty for help thus far

Chuck S January 10th, 2010 09:38 AM

If I use Mozilla Safari or Opera the title is not clickable and there is no reason it should be.

Chrome is a new browser as previously posted it does not do rss feeds because they are pure xml.

Let me know if you find anything out about IE8 as they seem to handle rss a little different

greenflag January 10th, 2010 04:12 PM

i had it fixed but had to pay a coder. thx for help


All times are GMT -5. The time now is 07:06 AM.

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