PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   changing the look of the feed (http://www.photopost.com/forum/photopost-pro-how-do-i/127307-changing-look-feed.html)

chriszep September 16th, 2006 01:51 PM

changing the look of the feed
 
hello
rss feed works fine in my photopost
it show

Quote:

<item>
<title>MaquetteIssoire1</title>

<link>
http://www.xxxxx.com/galerie/showphoto.php?photo=1012
</link>

<description>
<a href="http://www.xxxxx/galerie/showphoto.php?photo=1012" target="_blank"><img border="0" src="http://www.xxxxx.com/galerie/data//566/thumbs/MaquetteIssoire1.jpg" alt="MaquetteIssoire1.jpg" /></a><br /><br />Posted by: Bruno GILARD
</description>
<author>gilard@club-internet.fr</author>
<pubDate>Sat, 16 Sep 2006 09:09:56 +0100</pubDate>
</item>

can I change the file just to display the thumb with the link inside
I try some change in rss.php but no change


another question:
the classic rss feed is
first thumb
second thumb
third thumb

if i want
first second third
instead of
first
second
third

what I have to do ?

thanks

Chuck S September 16th, 2006 04:23 PM

The RSS is formatted in a way to be compliant. There must be a link statement as it is.

I am not understanding your second question.

chriszep September 16th, 2006 04:44 PM

no problem for the link

I just want that

Quote:

<item>

<description>
<a href="http://www.xxxxx/galerie/showphoto.php?photo=1012" target="_blank"><img border="0" src="http://www.xxxxx.com/galerie/data//566/thumbs/MaquetteIssoire1.jpg" alt="MaquetteIssoire1.jpg" /></a>
</description>
</item>

Chuck S September 16th, 2006 07:33 PM

The thumb is already coded as a link

chriszep September 17th, 2006 04:31 AM

yes I know that
i want to know how to clean removing the other thing in

Quote:

<item>
<title>MaquetteIssoire1</title>

<link>
http://www.xxxxx.com/galerie/showphoto.php?photo=1012
</link>

<description>
<a href="http://www.xxxxx/galerie/showphoto.php?photo=1012" target="_blank"><img border="0" src="http://www.xxxxx.com/galerie/data//566/thumbs/MaquetteIssoire1.jpg" alt="MaquetteIssoire1.jpg" /></a><br /><br />Posted by: Bruno GILARD
</description>
<author>gilard@club-internet.fr</author>
<pubDate>Sat, 16 Sep 2006 09:09:56 +0100</pubDate>
</item>

to have just

Quote:

<item>
<description>
<a href="http://www.xxxxx/galerie/showphoto.php?photo=1012" target="_blank"><img border="0" src="http://www.xxxxx.com/galerie/data//566/thumbs/MaquetteIssoire1.jpg" alt="MaquetteIssoire1.jpg" /></a>
</description>
</item>[/b]

so what files I need to edit ?
thanks

Chuck S September 17th, 2006 09:11 AM

I have already explained to have a valid RSS feed there must be a link statement period. This is how RSS works.

Therefore there is nothing we can answer on this. I suggest you read on the RSS to understand it

http://www.rssboard.org/rss-specification


All times are GMT -5. The time now is 02:23 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