franky2006
Member
Posted 5 years ago #
Hello everyone,
my problem is that the visual rich editor does not show up anymore. i enabled it in my user options (admin) and pressed ctrl-f5 like the faq says - no result.
in my other blog with the same settings it works perfectly (so it cannot be the browser i guess (firefox)).
any ideas?
edit: i use wordpress 2.0.4 in both blogs.
Is your browser possibly blocking javascript from the site?
franky2006
Member
Posted 5 years ago #
no, i use noscript and adblock, but both sites are on the 'whitelist' / not blocked.
i already checked that (i also disabled the extensions, but i had the same error as before).
thank you for your help anyway.
franky2006
Member
Posted 5 years ago #
anybody any idea how i could solve this problem?
franky2006
Member
Posted 5 years ago #
ok, i got it.
i manually changed the value "advanced_edit" from the table "wp_options" to "1". now it works (after ctrl-f5).
the sql-query for this is:
UPDATE wp_options SET option_value = '1' WHERE option_id =43 AND blog_id =0 AND option_name = 'advanced_edit' LIMIT 1 ;
maybe you have to remove this part:
"option_id =43 AND blog_id =0 AND "
i don't know if this is blog specific or not.
thanks anyways.
Isn't that the same as going to Users -> Your Profile and checking/unchecking the "Use VRE editor" option?
franky2006
Member
Posted 5 years ago #
maybe, but it didn't work. i also tried to disable/enable the checkbox and save each time so that wordpress could rewrite its config, but as i said this had no effect.
now it works pretty good. don't know why it didn't work before...
mcldan10
Member
Posted 5 years ago #
Thanks HandySolo, Had a long post with all my config detailed and thought best to do a quick search first...
Isn't that the same as going to Users -> Your Profile and checking/unchecking the "Use VRE editor" option?
Sorted :-)