Original author: nassim99 (abandoned the project)
Author: cYbercOsmOnauT
Version: 1.7.7
Travis CI build status:
Description: Replaces the normal posting form with SCEditor (a WYSIWYG editor)
Screenshots: none, just take a look on the SCEditor homepage
Github Repository: https://github.com/cYbercOsmOnauT/wysiwygsceditorphpbb
Download: https://github.com/cYbercOsmOnauT/wysiw ... master.zip
Installation: Copy the folder cosmo into the ext folder of your phpBB and activate the extension on your ACP.
Note: The phpBB developers are working on making SCEditor beeing a part of phpBB 3.2. So when 3.2 comes out it can be that this extension will probably become obsolete and needs to be deactivated.
Improvements since nassims last commit:
- SCEditor below the notification layer
- SCEditor above options tab and posts history on maximize mode
- CSS and JS are only loaded when needed
- Hid the standard posting buttons
- Optimized JS and PHP
- phpBB smilies are loaded into SCEditor
- Clicking smilies on "view more smilies" popup possible
- Selectable fontsize considers max fontsize set on the ACP
- Named quotes
- Version check
- Load a slim version on quickreply
- Teach phpBB to parse nested color tags
- Teach phpBB to parse nested size tags
- Show SCEditor with current user language
- SCEditor considers enabled/disabled smilies
- SCEditor considers enabled/disabled BBCode
- Revamped footer script to use closures and OOP
- CSS importer which imports all CSS from phpBB into the SCEditor iframe
- Teach SCEditor custom BBCodes which were set on the ACP (this will be a hard one I guess)
- Use a config file to give the possibility to turn on/off the extension for posts, pms or quickreplys. (Temporary solution)
- Create an ACP page for the above settings (in future)