anonislis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML button in TinyMCE missing in WP 2.1You can try to insert
“
header(“Content-type: text/javascript; charset: UTF-8″);”after
“@ require(‘../../../wp-config.php’);”in the file “/wp-includes/js/tinymce/tiny_mce_config.php”
Forum: Fixing WordPress
In reply to: WYSIWYG Not Working?Actually the problem comes from /wp-includes/js/tinymce/tiny_mce_config.php and ads supported web sites.
header(“Content-type: text/javascript; charset: UTF-8”); is required otherwise the ads supported websites will add their ads after.
So just insert “header(“Content-type: text/javascript; charset: UTF-8″);” after “@ require(‘../../../wp-config.php’);” in this file and it will do it!
Forum: Fixing WordPress
In reply to: WYSIWYG not working on 2.1Forget about this one.
Actually the problem comes from /wp-includes/js/tinymce/tiny_mce_config.phpheader(“Content-type: text/javascript; charset: UTF-8”); is required otherwise the ads supported websites will add their ads after.
So just insert “header(“Content-type: text/javascript; charset: UTF-8″);” after “@ require(‘../../../wp-config.php’);” in this file and it will do it!
Forum: Fixing WordPress
In reply to: wysiwyg editor in 2.1Actually it does not work on some systems (too many!!!), not sure exactly where the problem is located…
Forum: Fixing WordPress
In reply to: WYSIWYG Not Working?I activated the “Visual editor” in the Profile but then all buttons disappear. I tried on 2 different systems (1 one was a totally new installation), and I get exactly the same results.