1
Hi there,
anyone know how to remove the XOOPS text editor from certain module pages? For example, in xdirectory, I want to change the "Description" form field on the "edit listing" page so that it is just a plain text box, with none of the text formatting options available in the normal text editor. In the modlink.php file of this module (so,the page where you modify your link, I found this code:
$modlinkform->addElement(new XoopsFormDhtmlTextArea(_MD_DESCRIPTIONC , 'moddesc' , $moddesc , 8, 50 ), false);
I tried switching out the "XoopsFormDhtmlTextArea" with "XoopsFormText",and that seemed to create a text field, but I couldn't figure out how to change the size of the text area..does anyone know?
Thanks,
Jeff