Hello Steve,
In view mode the text loses some formatting (in my case bullets). See attachment 1 which is in edit mode. Bullet list has been saved correctly. Now the 2nd attachment. Even if the text coloring is ok, the bullet list appears as normal text lines.
The code that I've wrote:
PHP file
Code:
// Format Bodytext
$bodytext = $item["bodytext"];
$bodytext = convert_wysiwyg_html_to_bbcode($bodytext);
$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
$bodytext = $bbcode_parser->parse($bodytext, $post['allowsmilie']);
Template
Code:
<tr>
<td colspan="4" class="blockrow" align="left" width="100%">
{vb:raw bodytext}
</td>
</tr>
Thank you
Maria