bbPress Plugin Browser »

Wysiwyg CKEditor (0.5)

Download

Version: 0.5

Last Updated: 2010-12-22

Average Rating

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

Your Rating

Author: Alex Galashov


  1. timeanomaly

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    really...
    sorry, i completely forgot that such things as colour and size should be also defined in PHP code. Soon i'll try to make it work.
    Now i can recommend you nothing but wait for the future version.

    Posted: 1 year ago #
  2. How to add header tags and what about integrating this [video][/video] tag for "easy video embedd" is it somehow possible to integrate it?

    Posted: 1 year ago #
  3. timeanomaly

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    yes, it's possible to add video, headers and colors, but currently i have no time to do it, sorry.
    soon or late, i'll try to find some time for this.

    Posted: 1 year ago #
  4. liniker

    Member

    All features wysiwyg-CKEditor can be released.

    in the "bb-includes" directory in the main forum, search the archive
    "Defaults.bb-filters.php"

    change the lines

    add_filter ('pre_post', 'bb_encode_bad');
    add_filter ('pre_post', 'bb_filter_kses', 50);

    To

    / / Add_filter ('pre_post', 'bb_encode_bad');
    / / Add_filter ('pre_post', 'bb_filter_kses', 50);

    Save the file and send it by ftp.

    plug-in wysiwyg CKEditor, open the file 'bb-wysiwyg-ckeditor.php "
    and change the lines

    ['Source', 'PasteText','-',' Undo', 'Redo','-',' Find', 'Replace'],
    ['Link', 'Unlink', 'Image', 'Smiley'],
    ['Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', 'RemoveFormat'],
    ['NumberedList', 'BulletedList', 'JustifyLeft', 'JustifyRight']

    FOR

    ['PasteText','-',' Undo', 'Redo','-',' Find', 'Replace'],
    ['Link', 'Unlink', 'Image', 'Smiley'],
    ['Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', 'RemoveFormat'],
    ['NumberedList', 'BulletedList', 'JustifyLeft', 'JustifyRight'],
    '/',
    ['Styles', 'Format', 'font', 'FontSize'],
    ['TextColor', 'BGColor', 'Maximize']

    Save and upload via ftp.

    Pronto!

    * Do not use 'Source' option because it will show the source code and the members
    can put iframes, and is not recommended.

    developer of Brazil

    Posted: 1 year ago #
  5. DKB

    Member

    Hi, this plugin has a difficulty to go to the last post. If i click on "go to last post" its initially goes to the last post but then it redirects to the beginning of the page.

    Posted: 1 year ago #
  6. I got this plug in for my forums and it installed correctly but it won't show up in FireFox 4. Does anyone know why that would be? It shows up in FireFox 3.6.16 and in Google Chrome.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.