Developers area is now opened!
Posted 1 month ago # |
Yes, Do it! That would make it a LOT better than having to make a topic ourselves.
|
Posted 1 month ago # |
Ziad, imho that is a "nice2have", but aren't there more important things on the list? I.E. we still need a way to add scripts and css to the header. And wouldn't it be nice to have the settings type wysiwyg back?
|
Posted 1 month ago # |
What do you mean by settings type wysiwyg?
|
Posted 1 month ago # |
I think he means, that right now, you have the wysiwyg editor pretty limited for options that one can use, where as before you had all the options, like making tables, and much more using the editor
|
Posted 1 month ago # |
No, not quite. In SD 2, there was the option to have the settings type wysiwyg (like the other types text, textarea, yesno). When you gave a setting the type of wysiwyg, the appropriate form field in the admin was substituted by the wysiwyg-editor. Is that clearer? Should be realized without any effort, since all it needs is to add a CSS class to the textarea (and to give the load_wysiwyg variable a value of 1, if it hasn't allready that).
|
Posted 1 month ago # |
Okay, I understand now.
|
Posted 1 month ago # |
While thinking of this, it would be great, if we could find a possibility to translate the tinyMCE into a desired language. To not blow up SD with unused language files, you probably could incorporate a mainsetting for that. I am thinking of a select box, wich options are automatically generated by the number of files in the folder admin/tiny_mce/langs. Per default there is only en.js, so the select box has only the option "en". But if I translate that file to de.js and upload it to that folder, another option "de" becomes available. How's that?
While I am writing that, another Idea comes up. If you realize such a possibility, it probably makes sense to enhance the developer area with a third option: language file. The other structure could be exactly the same as for plugins or skins, so this should be easy to achieve. This could be a good place to store SD language files as well |