bbPress Plugin Browser »

zaerl Editor (0.3.2)

Download

Version: 0.3.2

Other Versions

Last Updated: 2010-4-29

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
(2)

Your Rating

Author: Francesco Bigiarini


  1. Ioloman please notice that your is an HTML question and it doesn't belong to the bbPress forum. Anyway maybe this CSS snippet will do the work.

    .za_button
    {
       border:none;
       background: #ffffff url ('/img/button.png') no-repeat top left;
       padding: 2px 8px;
    }
    
    .za_button:hover
    {
       border:none;
       background: #ffffff url ('/img/hover-button.png') no-repeat top left;
       padding: 2px 8px;
    }

    keep in mind the you need the two png files at the location specified.

    Posted: 2 years ago #
  2. ioloman

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    sorry for the inappropriate place i posted the question in, i was lil confused :(
    thanks for the reply, i tried the code above, but it couldn't give effect, i also noticed that when i paste the code and save the changes, the urls switch from ('/img/hover-button.png') to (\'/img/hover-button.png\')

    Posted: 2 years ago #
  3. Fixed in 0.3.1.

    Posted: 2 years ago #
  4. Hi zaerl!

    Is it possible to add the buttons to the "create topic" form? I installed it and the buttons are only shown when replying to an existing topic. But when i create a new one they aren't displayed.

    bbpress 1.0.2
    Theme: own creation, based on a blank bbpress theme by refueled.

    Posted: 2 years ago #
  5. I have uploaded the 0.3.2 that add support for the "Create Topic" form. Grab it when the SVN refresh.

    Posted: 2 years ago #
  6. Great, zaerl! Thank you very much!

    Posted: 2 years ago #
  7. @zaerl: Where is your SVN repository ? I would also like to download v0.3.2. Thanks!

    Posted: 2 years ago #
  8. @zaerl: Found it. Thanks.

    Posted: 2 years ago #
  9. Hi there. Unfortunately it seems that this forum is completely broken. Sometimes it doesn't output the zip link, sometimes it outputs a wrong link. It's a mess. Anyway: http://bbpress.org/plugins/topic/zaerl-editor/zaerl-editor.0.3.2.zip

    The svn is at http://plugins-svn.bbpress.org/zaerl-editor/

    Posted: 2 years ago #
  10. I've been using BBcodes on my forum. I like this plugin better. Do you have a solution for bbcodes already on the hundreds of post before it?

    Posted: 1 year ago #
  11. Parsing BBCode on existing posts (and transforming them) is beyond the scope of my plugin. Sorry.

    Posted: 1 year ago #
  12. Can you add

    Underline
    Strike-through
    URL (make a link)

    Posted: 1 year ago #
  13. URL is already there. It's the "a" button.

    I can add support for underline e strike-through but you need to add those tags to the allowed tags. I covered only the bbPress default tags + img which is widely used.

    Posted: 1 year ago #
  14. I keep clicking to different locations in the reply box and it keeps adding the strong code. Is that normal?

    Posted: 1 year ago #
  15. Maybe it's a bug in the theme. Kakumei has a bug in edit-form.php line 10. <label> should be <label for="post_content"> as it is in post-form.php.

    My plugin solve this bug if it detects that the user is using Kakumei but don't do anything for other themes (for obvious reasons.)

    Without the for directive a click in the textarea automatically trigger the first button.

    Posted: 1 year ago #
  16. Ok. That stupid entities bug in this forum. I hate it.

    Posted: 1 year ago #
  17. mr_pelle

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    I keep clicking to different locations in the reply box and it keeps adding the strong code. Is that normal?

    It's happening to me too, but only in my local forum. In the online one, it focuses the strong button but does not insert the tags.
    Very strange, since the template is the same!

    EDIT: yeah, it was the missing for bug. Resolved.

    EDIT2: I've submitted a TRAC ticket for the Kakumei bug: #1307.

    Posted: 1 year ago #
  18. Plugin author here. It seems that bbPress development will end at 1.1. Given this I will not upload new updates of my plugins nor I will provide support for existing versions. Have a nice day.

    Posted: 1 year ago #

RSS feed for this topic

Add a Comment

You must log in to post.