 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
January 9th, 2010, 08:10 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
| 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?
Last edited by greenflag; January 9th, 2010 at 08:31 AM.
|
| |
January 9th, 2010, 09:08 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
| ReefTalk.com PhotoPost.Com
Do you have an example thanks I am not seeing any issues.
|
| |
January 9th, 2010, 01:54 PM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
| example for you I Love Dogs
also how can i edit the title of the rss page? (I Love Dogs now)
|
| |
January 9th, 2010, 02:15 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
The title of your page is going to be your site name you have placed in your admin global options.
|
| |
January 9th, 2010, 02:40 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
What is the error your trying to show me your feed looks completely fine to me.
|
| |
January 9th, 2010, 03:08 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
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
|
| |
January 9th, 2010, 04:07 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
well in rss.php this line Code: Content visible to verified customers only.
should read Code: Content visible to verified customers only.
|
| |
January 9th, 2010, 05:46 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
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?
Last edited by greenflag; January 9th, 2010 at 06:27 PM.
|
| |
January 9th, 2010, 06:30 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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.
|
| |
January 9th, 2010, 06:35 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
remove this line from external.php Code: Content visible to verified customers only.
|
| |
January 9th, 2010, 07:03 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
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.
|
| |
January 9th, 2010, 07:35 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
| ReefTalk.com
The title is not a link please remove the guid line.
|
| |
January 9th, 2010, 07:40 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
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?
|
| |
January 9th, 2010, 08:33 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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.
|
| |
January 10th, 2010, 08:34 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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.
|
| |
January 10th, 2010, 09:08 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
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
|
| |
January 10th, 2010, 09:38 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
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
|
| |
January 10th, 2010, 04:12 PM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jun 2006
Posts: 46
|
i had it fixed but had to pay a coder. thx for help
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | |
Similar Threads | | Thread | Thread Starter | Forum | Replies | Last Post | | RSS feeds | mike1892 | ReviewPost How do I...? | 3 | November 10th, 2009 08:27 AM | | RSS Feeds | Al3xy | Photopost Pro How Do I...? | 1 | September 26th, 2006 03:27 PM | | RSS Feeds | PhoenixDown21 | vBGallery Suggestions | 2 | March 6th, 2006 09:09 AM | All times are GMT -5. The time now is 12:02 AM. | |