8
hello
I use Googlemaps with Xoops 2.5.1 and I would like to replace Xoops textarea form by the simpliest textarea (I mean a simple field to enter my descriptions, without Xoops buttons on the top and smilies on the bottom).
I've found this part of code (admin/index.php)
le="color: #000000"><?php echo "<tr valign='top' align='left'><td class='head'>"._MD_DESCRIPTIONC."</td>"; echo "<td class='even'>"; xoopsCodeTarea("html",60,8); xoopsSmilies("html"); echo "</td></tr>n";
Is there something simple replace XoopsForm ?
Tx in advance :)