Witam!
Tym razem mam problem, nie pytanie.
Chodzi o to że źle wrzuca mi treść do edytoru bbcode, tz. np.:
<strong>Treść</strong>
I tak zostaje, kod:
IPSText::getTextClass('bbcode')->parse_smilies = TRUE;
IPSText::getTextClass('bbcode')->parse_bbcode = TRUE;
IPSText::getTextClass('bbcode')->parse_html = FALSE;
IPSText::getTextClass('bbcode')->parse_nl2br = TRUE;
IPSText::getTextClass('bbcode')->bypass_badwords = FALSE;
IPSText::getTextClass( 'bbcode' )->parsing_mgroup = $this->memberData['member_group_id'];
IPSText::getTextClass( 'bbcode' )->parsing_mgroup_others = $this->memberData['mgroup_others'];
$text = IPSText::getTextClass('bbcode')->preEditParse($this->element['track']['content']);
Edytor:
$this->library->editor->show('_content', array('type' => 'full','height' => 200), $text)
Proszę o pomoc, sugerowałem się dokumentacją, ale i tak chyba coś źle robię.