bbPress

Simple, fast, elegant

bbPress Plugin Browser »

BBcode Lite for bbPress (1.0.3)

Download

Version: 1.0.3

Last Updated: 2008-10-15

Requires bbPress Version: 0.8.2 or higher

Compatible up to: 0.9

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

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

Your Rating

Author: _ck_

Tags: ,

  1. How do i get this work on bbportal?

    Posted: 5 months ago #
  2. Hello, just a quick comment that you should rewrite you li preg_replace

    replace:
    [code]
    $text=preg_replace('/(\<br \/\>|[\s])*?\[(\*|li)\](.+?)(\<br \/\>|[\s])*?(\[\/(\*|li)\](\<br \/\>|[\s])*?|(?=(\[(\*|li
    )\](\<br \/\>|[\s])*?|\[\/list\])))/sim','<li>$3</li>',$text);
    [/code]

    to:
    [code]
    $regexp = '/(<li(?:\s*.*?)?>.*?<\/li>\s*)+/is';
    $text = preg_replace($regexp, "
    <ul>$0</ul>
    \n", $text);
    [/code]

    so it always gets closed with ul to forcome forum error's and such :)

    Posted: 4 months ago #
  3. _ck_ First thanks for this and the other great plugins.
    I have an issue with urls that have brackets [] I didn't knew that was allowed in URLs but it seems it is:

    http://www.agenciadenoticias.unal.edu.co/index.php?id=2&tx_ttnewspointer=2&tx_ttnewstt_news=20015&tx_ttnewsbackPid=1&tx_cegallery_pi1album=0&cHash=05aff81f46

    The output for that URL was:

    =2&tx_ttnews[tt_news]=20015&tx_ttnews[backPid]=1&tx_cegallery_pi1[album]=0&cHash=05aff81f46]No llegarán recursos a la UN

    Posted: 4 months ago #
  4. Beavix

    Member

    I am getting a "404 File not found" error when trying to download this plugin. :(

    EDIT: Must be a server thing, at this moment none of the bbPress plugins can be downloaded.

    Posted: 4 months ago #
  5. I have a problem with the "CENTER" function. If I "center" something all posts and replies afterwards are also centered.

    This problem appears only when this plugin is active and only with INTERNET EXPLORER (IE 7) with Firefox (FF) everything works fine. The problem is that 55% of my visitors use IE. Therefore I need a fix of that problem. Could you please have a look on it?

    Posted: 4 months ago #
  6. Paamayim

    Member

    Is there a working version of this for bbPress 1.0.2? URL formatting doesn't work for me.

    Posted: 2 months ago #
  7. Paamayim

    Member

    Anyone in there? Where could I find a replacement for this vital plugin for latest bbpress 1.0.2?

    Posted: 1 month ago #

RSS feed for this topic

Add a Comment

You must log in to post.

Code is Poetry.