Quote:
Originally Posted by KirbyDE
PHP Code:
echo "\t\t<content:encoded><![CDATA[". htmlspecialchars_uni($thread['preview']) ."]]></content:encoded.\r\n";
This should give you the full post, including all bbcodes.
|
Thank you for your response!
We gave that a shot, but it's the opposite of what we were going for. That includes the BBCODEs, but none of the original formatting.
For instance it looks like this:
PHP Code:
[b]Author: [/b] [i]09/19/03[/i] [SIZE=3][B]IP Tracker Issues[/B][/SIZE] [SIZE=2][COLOR=DarkOrange] [B]The following in an email sent by Christal Skaggs, Lead Desktop Analyst, on 1/29/03 regarding IP Tracker.[/B][/COLOR][/SIZE] Here are some steps you can take in troubleshooting IPTracker issues:
I had to put it as code so the formatting didn't come through. Notice the line breaks are missing on it. At this point we'd settle for something that pulled the HTML over and the linebreaks.
Thanks for any and all help you can provide.