PhotoPost vBGallery External feeds.
Quote:
This hack will create external data feeds for Photopost vBGallery.
- Image title
- Image: thumbnail, large, original
- Image description
Valid format strings are:
RSS0.91, RSS1.0, RSS2.0, PIE0.1, MBOX, OPML, ATOM0.3, HTML, JS
|
Tested:
vBulletin 3.6x
-
http://www.vbulletin.com
vBGallery 2.3
-
http://www.photopost.com
FeedCreator v1.7.2
-
http://www.bitfolge.de
----------------------------------------
Ok lets get down to operations.
Feeds:
---------------------------
RSS0.91 - rss.php
RSS1.0 - rss.php?type=rss1
RSS2.0 - rss.php?type=rss2
PIE0.1 - rss.php?type=pie
HTML - rss.php?type=html
JS - rss.php?type=js
MBOX - rss.php?type=mbox
ATOMO.3 - rss.php?type=atomo3
OPML - rss.php?type=opml
Image sizes:
---------------------------
Large - rss.php?go=lrg (only if $go_lrg set to 1)
Original - rss.php?go=xlrg (only if $go_xlrg set to 1)
Choose a category:
---------------------------
Category 2 - rss.php?catid=2
Item count:
---------------------------
There are 2 settings that control the Maximum ($maxcount) and Default($mincount)
Show me one - rss.php?count=1
Show me eight - rss.php?count=8
If "count" limit is not set then default $mincount is set. If request larger than
$maxcount cutoff back to $mincount is displayed.
Example:
rss.php?type=rss2&catid=2&go=lrg&count=1
---------------------------
Show me 1 large image from Category2 in RSS2.0
Done for now
================================
================================
TODOs:
- Choice of no images
- Fix <Item pubDate>
- clean up the code.