Error:
* Enter A Comment (isn't that the point?)
tinyMCE won't even show up to the party hhmmm.... so back to plain old textarea input...

just thought i would ask
mark
Code: Select all
$this->smarty->assign_by_ref('inputcomment', $this->CreateTextArea(false, $id, $content, 'content', $id));
Code: Select all
$this->smarty->assign_by_ref('inputcomment', $this->CreateTextArea(true, $id, $content, 'content', $id));
Code: Select all
$this->smarty->assign_by_ref('inputcomment', $this->CreateTextArea(true, $id, $content, 'content', $id, '', '', '', 65));