PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 9th, 2010, 08:10 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
Question 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.
greenflag is offline   Reply With Quote
Old January 9th, 2010, 09:08 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
ReefTalk.com

PhotoPost.Com

Do you have an example thanks I am not seeing any issues.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 01:54 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
Exclamation example for you

I Love Dogs

also how can i edit the title of the rss page? (I Love Dogs now)
greenflag is offline   Reply With Quote
Old January 9th, 2010, 02:15 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
The title of your page is going to be your site name you have placed in your admin global options.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 02:16 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
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

Last edited by greenflag; January 9th, 2010 at 02:28 PM.
greenflag is offline   Reply With Quote
Old January 9th, 2010, 02:40 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
What is the error your trying to show me your feed looks completely fine to me.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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
greenflag is offline   Reply With Quote
Old January 9th, 2010, 04:07 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
well in rss.php this line

Code:
Content visible to verified customers only.
should read

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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.
greenflag is offline   Reply With Quote
Old January 9th, 2010, 06:30 PM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 06:35 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
remove this line from external.php

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 07:03 PM   #12 (permalink)
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
Exclamation

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.
Attached Images
File Type: jpg pp.jpg (13.2 KB, 8 views)
greenflag is offline   Reply With Quote
Old January 9th, 2010, 07:35 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
ReefTalk.com

The title is not a link please remove the guid line.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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?
greenflag is offline   Reply With Quote
Old January 9th, 2010, 08:33 PM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 9th, 2010, 09:05 PM   #16 (permalink)
Member
Verified Customer
 
Join Date: Jun 2006
Posts: 46
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?
greenflag is offline   Reply With Quote
Old January 10th, 2010, 08:34 AM   #17 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
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.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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
greenflag is offline   Reply With Quote
Old January 10th, 2010, 09:38 AM   #19 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,941
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old 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
greenflag is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


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 09:27 AM.

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