PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   RSS Questions external.php (http://www.photopost.com/forum/classifieds-how-do-i/137300-rss-questions-external-php.html)

damon18 July 18th, 2008 01:49 PM

RSS Questions external.php
 
Looking at the new rss feed and the file external.php :

1 - What do lines 71-73 do? On mine I can't see that having comments makes any difference in the feed.

2- I'd like to shorten the description shown in the feed. I tried to use code similar to showcat.php like
Code:

Content visible to verified customers only.
but couldn't get it to work.

3- external.php can display a particular category, could other selects be done? I'd like to be able to create a feed for a particular users listings.

Thanks,

Damon

Chuck S July 18th, 2008 01:54 PM

1) 71-73 sees if an image is private.

2)
Code:

Content visible to verified customers only.
3) Not without modifying the code no

damon18 July 18th, 2008 03:09 PM

2 - worked! placed it just below the // Add Description comment around line 64.

3. I don't mind. ;)

4 - I noticed that bbcode tags are not stripped out of the description (or titles) as html tags are. Could we add that?

Chuck S July 18th, 2008 04:12 PM

why not just change this line

Code:

Content visible to verified customers only.
to say

Code:

Content visible to verified customers only.

damon18 July 18th, 2008 06:01 PM

That does convert the bbcode to actual css in the RSS feed, but I'd rather just strip it out if possible. Is there a strip_markups?

The only other problem I see now is that when someone used quote marks and an ampersand in the title it shows as
Code:

Content visible to verified customers only.
I tried putting the convert_markups around the title like the description, didn't make any difference.

Chuck S July 18th, 2008 09:36 PM

No there is no strip markups thing sorry.


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