Hello,
We are working to get external.php to spit out a feed that has full messages in it. We've managed to get it to include the whole message by replacing the thread preview part with thread.
Right now we're getting the formatting stripped out. I am sure it's in this line, but I am at a loss as to what to change now.
Quote:
echo "\t\t<content:encoded><![CDATA[". htmlspecialchars_uni(fetch_trimmed_title(strip_bbc ode($thread['preview'], false, true), $vboptions['thread'])) ."]]></content:encoded.\r\n";
|
Can someone tell me how to have it just put the message in there without stripping anything?