• 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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Is your browser possibly blocking javascript from the site?

    Thread Starter franky2006

    (@franky2006)

    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.

    Thread Starter franky2006

    (@franky2006)

    anybody any idea how i could solve this problem?

    Thread Starter franky2006

    (@franky2006)

    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?

    Thread Starter franky2006

    (@franky2006)

    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

    (@mcldan10)

    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 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Visual Rich Editor not showing up’ is closed to new replies.