Quote:
Originally Posted by mobilephonegame
yes , rss works perfect :-)
but when i try rss2 feed the <description> tag in the rss turns to <content:encoded> in rss2, and the articlebot doesnt show the post...only title of post
so any rss2 format i need to pull down with <content:encoded> tags is pretty useless....but the first post on here says its rss2 compatible etc..
|
The reason I asked if that worked was to confirm that feeder site was working and your mod was up & running.
The reason the "rss2" feeds don't work is because even though the output identifies itself as "RSS" / "2.0" it appears to be really the RSS 1.0 specs which used the Dublin Core standards. I don't think there is much use out of there of the 1.0 specs. Anyway, if that site is yours you could always modify the external.php file but if you're looking for a more generic solution then you'll need to modify the code in the rss_parse.inc file to look for the "content:encoded" tag under RSS instead of just the ATOM section.
Edit: From playing around with external.php the problem looks like a vbulletin issue, not a hack issue.