Hi folks,
here's a list of things I think should be changed:
1. When integrating the WYMeditor (wysiwyg module) I had problems because I wasn't able to manipulate the save button via the module.
--
I would like to see the save button move in the module:
this (currently hardcoded in
/modules/wysiwyg/modify.php)
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="padding-bottom: 10px;">
<tr>
<td align="left">
<input type="submit" value="<?php echo $TEXT['SAVE']; ?>" style="width: 100px; margin-top: 5px;" />
</td>
<td align="right">
</form>
<input type="button" value="<?php echo $TEXT['CANCEL']; ?>" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
</td>
</tr>
</table>
should move into the show_wysiwyg_editor(); function of the wysiwyg-editor the user uses.
2.
I really would like to see global vars for templates that can be changed via the backend for every page individually and globally.
I would volunteer to do #1 (I don't have the skills for #2) , but I'm not involved in the development.
What do you think?