3
i cant find get_xoopsSmilies function anywhere.
where is that?
i just find xoopsSmilies and use it like this:
xoopsSmilies($this->getName())
but it always shows at the top
of topic perfix and not bottom of editor.
i put it where ever in the dhtmlext editor render function but still it persist to be on top:
function render()
{
$ret = '';
$ret .= $this->_codeIcon()."
n";
$ret .= $this->_fontArray();
$ret .= "XoopsCheckLength('".$this->getName()."', '".$this->_maxlength."', '"._ALTLENGTH."', '"._ALTLENGTH_MAX."');" value=' ? ' />";
$ret .= "
nn".xoopsSmilies($this->getName());
$ret .= "
n";
$ret .= xoopsSmilies($this->getName());
return $ret;
}