bbPress Plugin Browser »

BB Wysiwig Editor (1.2.0)

Download

Version: 1.2.0

Last Updated: 2010-10-2

Requires bbPress Version: 1.0.2 or higher

Compatible up to: 1.0.2

Author Homepage »

Plugin Homepage »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(7)

Your Rating

Author: Detective


  1. radovanx

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    Hi thank you very much for your plug in
    I have a litle problem - I would like changing font family in input text but i dont now where is this ?
    I changing colours of table in the css its ok
    but where i can changing font family ?? thanks

    Posted: 1 year ago #
  2. this works well and seems to be a smaller solution than tinymce, so great - thanks!

    only issue is that it clashes with the bb-smilies plugin. It would be great to use both at once, any chance to integrate smilies into the wysiwyg box?

    Posted: 1 year ago #
  3. radovanx

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    please one more time can anyone help me with changing font family in this plug in ?? thank you

    Posted: 1 year ago #
  4. Hi Giovambattista!

    I have a MacBook Pro with Snow Leopard. When typing, I very often use the keyboard shortcut "Cmd + left/right arrow" in order to jump to the beginning/end of the current line. However, after I installed BB Wysiwyg this shorcut does not work anymore in the intended way. When I press "Cmd + left/right arrow" I get one step back/further in the browser history, which is very annoying since it makes me lose everything I have written so far.

    Would it be possible to fix this behaviour?

    Grazie mille!

    Guido

    Posted: 1 year ago #
  5. @coccoinoman: Ok, I just open an issue. :D

    Thanks for report

    Posted: 1 year ago #
  6. @coccoinoman -

    I don't think your problem has anything to do with the plugin? That command will depend what web browser you are using. Try the 'fn' key + left or right

    @radovanx -

    try adding a css value into the jquery.wysiwyg.css file or your template css file something like :

    div.wysiwyg {font-family: Arial, Helvetica, sans-serif;}

    Posted: 1 year ago #
  7. @radovanx: I just release 1.2.0 version with a customizable css file for editor window. For example you can use:

    body {
        font-family: Arial;
    }

    For reset clean the bb-wysiwyg-editor.css file.

    Posted: 1 year ago #
  8. My favorite settings are:

    body {
        font-family: Monaco,Lucida Console,monospace;
        font-size: 13px;
    }

    :)

    Posted: 1 year ago #
  9. Great plugin. I'd like to second the request to integrate the smilies. Also, could you implement the spoiler tags plugin?

    Posted: 1 year ago #
  10. @Malfhok: great suggest... I working on... :D Thanks

    Posted: 1 year ago #
  11. I think you should make use of wp_enqueue_script() functions.

    Posted: 1 year ago #
  12. you can add a new icon in the wysiwyg editor for smilies with something like smilieFace : { visible : true, tooltip : "Insert Smilies" }, in jquery.wysiwyg.js and some css edits BUT - how can you call the smilies function with that button?

    I am also finding the editor breaks the bbVideo plugin - if the editor could output the same code as the bbpress standard then I think that issue would be solved (for example, instead of using <p> to wrap lines like in the default posting function, the wysiwyg editor uses <div>)

    @g.fazioli - could you help me with these issues. If not the smilies one then definitely the second issue. If so, this plugin would be perfect!! Anyone who could help with this - I love you!!

    Posted: 1 year ago #
  13. i use tinymce on http://3viso.net/forum

    i like this wysiwyg ;)

    Posted: 1 year ago #
  14. I'm having some trouble with the quote function in FireFox 3.0 when clicking the quote link after a forum post, the reply box does set the blockquote up properly but it won't close out the blockquote on return. I have to manually hit the outdent button to close out the blockquote.

    It works properly with IE8, but not firefox. Suggestions?

    Posted: 1 year ago #
  15. Another question: is there a way to include a "code" button?

    This is a great plugin!

    Posted: 1 year ago #
  16. v cool
    but when i added to my forum i got 2 x reply boxes - the new one was for this plugin
    how do i stop 2 appearing

    also, i couldn't see any quote functionality which is what i was after. where does this appear in the editor?

    am using Firefox 3.6.3 if it makes any difference

    Posted: 1 year ago #
  17. vaantti

    Member

    I'm not sure whether this is a bbpress or plugin issue but I seem to be missing a few tag options from the wysiwyg toolbar. I'd like to at least get the 'remove formatting' tool as currently there is no way to go back if you select a formatting option e.g. h1 or h2. How can I enable more formatting options? Other missing tags include: copy, paste, cut, font size up/down, code and h4-h6.

    Posted: 1 year ago #
  18. vaantti

    Member

    A moment later I found a way to include some of the missing toolbar options. Open the jquery.wysiwyg.js, find where the tag is inserted and change the visible value from false to true. However I still can't get the Remove Format to work even though it's already set to be visible.

    Posted: 1 year ago #
  19. I uploaded this plugin a week or so ago and it was working fine. I uploaded a custom theme today and now it doesn't work at all, even after uninstalling, deleting the files and reinstalling. The developer who made the custom theme said he used the stock bbPress theme and just hacked the CSS. Any ideas on why the WYSIWYG buttons no longer appear over the editor?

    Posted: 1 year ago #
  20. All fixed - the problem and solution was covered in more detail at another thread: http://bbpress.org/plugins/topic/zaerl-editor/?replies=18#post-5741

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment »

You must log in to post.