Search Results for 'code'
-
Search Results
-
Hello,
I updated my test install with svn and get
Warning: Missing argument 1 for __construct() in /foo/bar/bbpress/bb-includes/backpress/class.bp-roles.php on line 11and trying to post a messages issues :
Warning: Cannot modify header information - headers already sent by (output started at /foo/bar/bbpress/bb-includes/backpress/class.bp-roles.php:11) in /foo/bar/bbpress/bb-includes/pluggable.php on line 213Hi,
with the mod, we have a simply CODE balise, but i would like to modify like this: http://pastebin.com/f7c45ff6d
how to do that?
Hi everybody,
i use the bbcode-lite plugin by ck, and i want to add a <h1> in the list !
So, i have this:
$simple = array('b' => 'strong','i' => 'em','u' => 'u','center'=>'center','quote' => 'blockquote','strike' => 'strike','s' => 'strike','list' => 'ul','code' => 'code','h1' => 'h1');but i have a br space after in the post: how to remove this? I think is the same thing that for li list
thanks
bye!
Topic: Private Message Popup
Topic: Limit Latest Discussions
Hello,
I like the Latest Discussions on the frontpage, to have a quick look of the active topics, but I’d like to limit it to max. 5 topics.
Is there a way to do this? I tried several plugins found on the internet/this website, but none of them works.
Is there a way by changing the code? If yes, in which file should I look?
Btw, what is the default amount of ‘Latest Discussions’ on the frontpage?
Thanks.
Topic: Problem with bbcode-lite
Hey, i try to add my own bbcode with http://bbpress.org/plugins/topic/93
In BBcode-lite.php, i do that:
$simple = array('t' => 'h4','b' => 'strong', (etc)but in my page, the source say that:
<p></p><h4>Quel statut?</h4>so, the normal code must be:
<p><h4>Quel statut?</h4>
</p>no?
why the formatting is not correct?
Bye