[Plugin: WP Super Edit] WP – No visible
-
I’m pasting this reply in hopes we can a solution. So far the only issues I have that I can reproduce are:
- Turn off TinyMCE 2.x compatibility plugin.
- Some problems with translations on multi-site configurations.
- Some older configurations may need to have the database files reinstalled.
This version of WP Super Edit has been tested on WordPress 3.1 and I may have introduced some issues affecting older versions of WordPress. If so you may want to check the “Other Versions” and downgrade to an older version.
https://www.ads-software.com/extend/plugins/wp-super-edit/download/
I’m also interested to see if this is a PHP4 issue.
So, I would appreciate if you can use a tool like Firebug to check for javascript errors. Also check the source in your edit post / page screen and check for any unusual includes or errors for other plugins. I am often seeing other plugins introduce errors. There are some older plugins that were introduced to work with WP Super Edit, but I don’t think they have been upgraded.
Javascript issues can be found on the post / page edit screen either between the <head> tag or before the closing <body> tag. You will find the primary controlling javascript for the editor associated with the tinyMCEPreInit values present toward the end of the html before the closing body tag.
I was finally able to reproduce an issue causing the editor to malfunction on older websites using WP Super Edit.
I couple versions ago I moved the “Custom CSS Classes” and “Super Emoticons” from being just “TinyMCE” plugins to being separate “WordPress Plugins”. This was done because those two (and other personal ones) have functionality that requires more access to the WordPress internals, so they have to be activated as separate WordPress plugins.
This fixed an issue dealing with callback functions that I shouldn’t have been doing in the first place. Unfortunately it looks like it broke some sites that may have had these active for a long time.
The easiest solution is to reload WP Super Edit.
- Make a note of the Editor Plugins activated and the position of the buttons for your editor.
- Go to the WP Super Edit Options tab and press the Uninstall WP Super Edit Database Tables button. This will remove the tables for WP Super Edit from your database.
- Go to the WordPress plugins area and make sure that WP Super Edit is the only active plugin. If the Theme Classes or Emoticon plugins are active, deactivate them.
- Go back to the Settings > WP Super Edit area and press the Install WP Super Edit button.
- If you want to use the WP Super Edit Theme Classes or Emoticon plugins, go back to the WordPress plugin area and activate those plugins.
Unfortunately this will clear out all settings for the buttons and plugins that you may have had previously. You have my sincerest apologies.
If you are brave, before you do any of this do a backup of the wp_super_edit_users table in your database. That table stores the actual button configurations, so you may be able to replace that table AFTER the reinstall and get some of your user’s configurations working as before. I haven’t tested this, but it should work.
- The topic ‘[Plugin: WP Super Edit] WP – No visible’ is closed to new replies.