11
in XOOPS 2016 /class/wysiwyg/formwysiwygtextarea.ph
this doesnt exist from where to download it and put it there?a link or something ..i think because of that on my server is not working
i cannot find :
if ($instance->isNew()) {
$editelements = $instance->block->getOptions();
}
else {
$editelements = $instance->getOptions();
}
if ($editelements != false) {
$form->addElement(new XoopsFormLabel(_AM_OPTIONS, $editelements));
}
in the post of silver74!
i`ve downloaded xoops-class-xoopseditor.zip
i have now in class/xoopseditor
what to do next to work wysiwyg in blocks with 2016?!