TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: IchBin on September 21, 2009, 05:56:30 PM
BBC code does not get parsed when frontpage is set to
display news from forum. I searched a bit through the code
and found that the board news is coming from
TPBoardNews() in the TPmodules.php file. According to the
function it is supposed to parse BBC code?
$row['body'] = parse_bbc($row['body'],
$row['smileys_enabled']);
You can refer to this topic if needed for any additional info.
http://www.tinyportal.net/index.php/topic,30920.0.html
I cannot reproduce this error.
But yes, its supposed to parse BBC code, it uses one of SMF internal functions for it.
hmm... doesn't seem to happen on TPbeta5, but it does happen on my beta4 install. I guess it's a non-issue if it works in the latest version. :) I'll close this if I can.