PDA

View Full Version : RSS Feeds for a VBulletin forum 2.*


Aaron1
06-03-2006, 02:14 PM
Hi,

I am still using 2.# version of Vbulletin and very happy with it. But I would like to have an RSS feature that works alright. I already have something made for my forum, but it's not parsing html in Feedreaders properly. It remains to show html tags like <img <a href etc. Has anyone here got it, or perhaps had it running succesfully on their vbul 2.*.? Any help would be appreciated!

I already tried looking at the code, and this line below seems to be the problem propably. I can't figure out whats wrong with it. I am not really great coding php :(

echo "\t\t<content:encoded><![CDATA[". htmlspecialchars_uni(fetch_trimmed_title(strip_bbc ode($thread['firstpost']['pagetext'], false, true), $vboptions['threadpreview'])) ."]]></content:encoded>\r\n";

Anyone got a clue?

Regards,

/Aaron

peterska2
06-03-2006, 04:04 PM
The only one I can find is news2vb - Moreover news headlines to vBulletin discussion thread (https://vborg.vbsupport.ru/showthread.php?t=36174&highlight=news) but I've never used it (I've never used vB2). It sounds a bit like what you want.