Forum Replies Created
-
In reply to: WP Visual Editor dissapears after integration
yes thats how im going to “solve” this problem =]
ill jump back into the bug a few months down teh road, maybe by then there will be more people with this problem and it will be easier to find a solution..thanks again take it ez
In reply to: WP Visual Editor dissapears after integrationyes i believe so, but its strange that everything works fine, when i remove the bbpress integration…i can run wordpress with all my plugins (inlcuding next gen gallery) flawlessy, my visual editor displays fine, and i get no browser errors, but when i integrate bbpress it sparks all types of errors with my plugins, im giving up this afternoon, ive spent the last 3 days doing nothing but trying to correct this…i do appreciate your help tho..thanks
In reply to: WP Visual Editor dissapears after integrationif u take a look at that bug tracking page
https://trac.wordpress.org/ticket/3882
you will see the exact problem i am having..has something to do with the “realpath” function of PHP … the way this guy explained the bug is my problem 100%…i replaced my tiny_mce_gzip.php file with the revised one from that site, still no luck…this is very frustrating..
i have an error console running on my firefox, and i get this error every time i render the admin write page in WP
Error: tinyMCE is not defined
Source File: http://www.figmentrolling.com/wp-includes/js/tinymce/tiny_mce_config.php?ver=20070225
Line: 36
which is this line of code….
tinyMCE.loadPlugin(“NextGEN”, “http://www.figmentrolling.com/wp-content/plugins/nextgen-gallery/js/”);
which kind of makes since because that specific plugin (nextGen gallery) actually adds its own little button to the visual editor in order to add photos from your gallery to your posts….
In reply to: WP Visual Editor dissapears after integrationi found this site that looks promising…
https://trac.wordpress.org/ticket/3882
im going to try this guys steps to correct the problem, but it looks like he narrowed down my problem quite specifically….
ill let you know how i make out
thanks for your help
In reply to: WP Visual Editor dissapears after integrationok so according to my error console in firefox…
Error: realTinyMCE is not defined
Source File: http://www.figmentrolling.com/wp-includes/js/tinymce/tiny_mce_gzip.php?ver=20070326
Line: 43
thats the problem…any ideas on how to manually define realTineMce? or whats causing it not to be defined after integrating bbpress..?
In reply to: WP Visual Editor dissapears after integrationif ( !defined(‘BBDB_NAME’) )
require_once(ABSPATH.’/../forums/bb-load.php’);
thats the line that i got in wp-config
the admin write page references the TineMce for the editor i believe, does your install feature this directory? (tinymce)
its something strange..i need to locate the exact script that displays the icons and see what variables live there…i havnt done this yet, do you think it is possibly a cookie issue?
i dont quite understand how integrating bbpress from a completely seperate directory can even impact the admin write page…and im surprised noone else has had this issue..
maybe it has something to do with my webhost maybe? i hear see people have alot of issues with godaddy’s php hosting..
thanks for the help