Hi,
I added some new functionality to bueditor, which i think are worth to share. I mainly did three things:
- Added translation catalog and Dutch translation of BUEditor
- Added translation support to the "bueditor_insert_latest" function so it's now also possible to add translated button captions on the default editor
- Added a link to the admin/settings/bueditor form that enables you to quickly add a new editor with all default buttons already in place. It does this by calling the bueditor_insert_latest function that i copied from buedotor.install to bueditor.admin.inc
Because the inclusion of the bueditor_insert_latest function in the admin.inc file actually results in a double implementation of the same function, which is not preferable, I suggest that we remove it from the (bueditor.install file), because it is not really needed in there anymore.
Would anyone be interested in a patch? Or am i the only person who thinks this functionallity is missing in the current version of BUEditor? Please let me know...
Comments
Comment #1
ufku commentedIt is always good to share patches. Please submit :)
Comment #2
ufku commented