A kunena post does not retain its styling when posted onto the wall.
I primarily see this with lists.
I primarily see this with lists.
$topic->message = KunenaHtmlParser::parseBBCode( $topic->first_post_message , $parent , 250 );
$topic->message = $this->filterContent( $topic->message );
$topic->message = KunenaHtmlParser::parseBBCode( $topic->first_post_message , $parent , 0);