How do i get this work on bbportal?
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
Average Rating





Your Rating
Author: _ck_
-
Posted: 5 months ago #
-
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 # -
_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: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 # -
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 # -
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 # -
Is there a working version of this for bbPress 1.0.2? URL formatting doesn't work for me.
Posted: 2 months ago # -
Anyone in there? Where could I find a replacement for this vital plugin for latest bbpress 1.0.2?
Posted: 1 month ago #
Add a Comment
You must log in to post.