Thank you for your time. =)
--------------- Added [DATE]1326693867[/DATE] at [TIME]1326693867[/TIME] ---------------
PHP Code:
$pagetext = $feed['xml']->parse_template($body_template, $item);
$pagetext = html_entity_decode($pagetext);
if ($feed['rssoptions'] & $vbulletin->bf_misc_feedoptions['html2bbcode'])
{
I have tried putting the 2nd line (line 2) in-between, but it didn't work.
I still see output html code in both the subject and the body of the post. Any advice?