42
hi
Quick fix for myLinks
> textarea is empty when you edit an item
> edit /mylinks/admin/index.php file
Replace (line 273...)
le="color: #000000"><?php echo "<tr><td valign="top">"._MD_DESCRIPTIONC."</td><td>"; xoopsCodeTarea("description",60,8); xoopsSmilies("description"); //echo "<textarea name=description cols=60 rows=5>$description</textarea>"; echo "</td></tr>";
By :
le="color: #000000"><?php echo "<tr><td valign="top">"._MD_DESCRIPTIONC."</td><td><textarea type=text name=description cols=45 rows=5>$description</textarea></td></tr>n"; echo "<tr><td></td><td>"; xoopsSmilies("description"); echo "</td></tr>";
@+
ps : we've got same matter with Newbbex module (empty field). This
topic could be useful to repare it ?
Still learning CSS and... english