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
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