Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter djoep

    (@djoep)

    I found the problem with buddypress…
    this plugin tests for is_single() before application of the editor. Apparently is_single() is false for all of the pages where one might want a wysiwyg editor to show up in buddypress.
    By the way, you can put a comma delimited list of element selectors in line 25… might be nice to put this in a setup parameter so it doesn’t get lost in case of a plugin upgrade.
    example:
    $(“#new-topic-post textarea, #new-post textarea, #whats-new-textarea textarea, #post-topic-reply textarea”).cleditor();
    joe

    Plugin Author Azim Hikmatov

    (@seezer)

    OK, thank you for your comments, I’ll try to update it soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: CLEditor for WordPress] works in bbPress 2.0!’ is closed to new replies.