<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: bbcode</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: bbcode</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 01:27:40 +0000</pubDate>

<item>
<title>chrishajer on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-21977</link>
<pubDate>Fri, 19 Dec 2008 02:13:31 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21977@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah, sorry.  The URL button specifically.  Missed that.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-21962</link>
<pubDate>Thu, 18 Dec 2008 23:55:59 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">21962@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am changing the behavior to be more intuitive.&#60;br /&#62;
If they have highlighted text, it will create a link for them by just asking for the link.&#60;/p&#62;
&#60;p&#62;If there is no highlighted text, it will first ask for the link, then it will ask for the text for the link.&#60;/p&#62;
&#60;p&#62;Replace this function by with it's one new line in BBcode-Buttons.js&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function edInsertLink(i, defaultValue) {
	if (!defaultValue) {defaultValue = &#38;#39;http://&#38;#39;;}
	if (!edCheckOpenTags(i)) {
		var URL = prompt(&#38;#39;Enter the URL&#38;#39; ,defaultValue);
		if (URL) {BBcodeButtons[i].tagStart = &#38;#39;[url=&#38;#39; + URL + &#38;#39;]&#38;#39;; edInsertTag(i);}
		if (edCheckOpenTags(i)) {var myValue = prompt(&#38;#39;Enter the text for the link&#38;#39;, &#38;#39;&#38;#39;); edInsertContent(myValue); edInsertTag(i);}
	}
	else {edInsertTag(i);}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or download 0.0.8 shortly.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-21960</link>
<pubDate>Thu, 18 Dec 2008 23:27:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">21960@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No I think they mean specifically the URL button.&#60;br /&#62;
I see the problem too.&#60;br /&#62;
Investigating...&#60;/p&#62;
&#60;p&#62;Okay the problem is you either have to highlight text you want to make into a link, or finish the link with the close URL button again. And there has to be text within the [url] [/url]. I guess I need to make it less sensitive/work more intuitively.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-21958</link>
<pubDate>Thu, 18 Dec 2008 23:21:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21958@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@fernandot: this worked fine for me.  I see the buttons and used them and it works just fine.  See my test post.  Firefox 3.0.5&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ayudawordpress.com/foro/&#34; rel=&#34;nofollow&#34;&#62;http://ayudawordpress.com/foro/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>fernandot on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-21956</link>
<pubDate>Thu, 18 Dec 2008 22:49:45 +0000</pubDate>
<dc:creator>fernandot</dc:creator>
<guid isPermaLink="false">21956@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Same problem. I see the markups but doesn't work :(
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19960</link>
<pubDate>Thu, 16 Oct 2008 05:53:42 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19960@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No.&#60;/p&#62;
&#60;p&#62;Kakumei is a theme (WordPress terminology) or a template (bbPress terminology) and controls the &#60;strong&#62;display&#60;/strong&#62; of the content on your site.  Any modifications you make to your site should be done in these template files, never in the core.  Changing core files makes it hard to upgrade to newer releases: you lose your changes with every upgrade.  So, if you make the changes in a template file, you can maintain them between releases.&#60;/p&#62;
&#60;p&#62;Also, by default, the stock kakumei theme is used and it's in the bb-templates directory.  I recommend creating a new directory called my-templates (if it's not there already) at the same level as bb-templates.  So, in a directory listing, they'd be at the same level.  Then, inside there, create a directory called mytheme or some other name that is descriptive for your forum.  This directory name does not matter.  (The &#60;code&#62;my-templates&#60;/code&#62; one DOES matter.)&#60;/p&#62;
&#60;p&#62;Now that you have a my-templates directory, and inside that a new directory with a name you choose, copy everything from inside the bb-templates/kakumei/ directory to this new directory you created.  Then, open up style.css and change the header to give this new template a unique name on line two.  You will see this there:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Theme Name: Kakumei&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change that to &#34;Theme Name: My Cool New Theme&#34; or whatever you want.  Then refresh your admin panel, and you will see a new theme.  You can change the rest of the lines in that header as well, to things that are meaningful to you.   Be sure not to modify the text before the colon, just change the text after, to your values.&#60;/p&#62;
&#60;p&#62;Now, modify the php and css files in this directory to change the look of your forum.  You can switch back and forth between themes here.  If you break something, just choose the default theme until you fix the one you were working on.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19959</link>
<pubDate>Thu, 16 Oct 2008 01:33:57 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">19959@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks! I got it.&#60;/p&#62;
&#60;p&#62;I guess I didnt understand how it all works. So Kakumei is a theme and these various 'templates' are just extensions that work off of it rather than their own themes.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19957</link>
<pubDate>Wed, 15 Oct 2008 22:20:02 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19957@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you just want to delete the &#60;strong&#62;display&#60;/strong&#62; of the information below the post form, don't remove that from a core file.  What you want to do does not require any modification of core files.  Stay out of there.&#60;/p&#62;
&#60;p&#62;You want to be in a template folder, by default bb-templates/kakumei/ but if you created a custom template, you may have a my-templates/yourtemplatename/.  In that folder, there should be a file post-form.php and edit-form.php.  In the 0.9.0.2 version, you want to look at &#60;/p&#62;
&#60;p&#62;./edit-form.php line 19&#60;br /&#62;
/post-form.php line 31&#60;/p&#62;
&#60;p&#62;Those lines contains the code to display &#34;Allowed markup&#34; below the post form.  Remove that line completely and the text will no longer appear under your post form.  Remove it in edit-form.php as well, and it won't appear below that form either.&#60;/p&#62;
&#60;p&#62;If you don't have those files in your template, or those lines in your template files, then I don't know what to say.  That's where the text comes from in a stock installation.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19954</link>
<pubDate>Wed, 15 Oct 2008 19:59:41 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">19954@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Got around to trying this in version 0.9.0.2 / template: bbOrg&#60;/p&#62;
&#60;p&#62;I didnt see those files you mentioned but searched a bunch of files and all I found was this strip of code in the includes/template-functions.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function allowed_markup( $args = &#38;#39;&#38;#39; ) {
	echo apply_filters( &#38;#39;allowed_markup&#38;#39;, get_allowed_markup( $args ) );
}

// format=list or array( &#38;#39;format&#38;#39; =&#38;gt; &#38;#39;list&#38;#39; )
function get_allowed_markup( $args = &#38;#39;&#38;#39; ) {
	$args = wp_parse_args( $args, array(&#38;#39;format&#38;#39; =&#38;gt; &#38;#39;flat&#38;#39;) );
	extract($args, EXTR_SKIP);

	$tags = bb_allowed_tags();
	unset($tags[&#38;#39;pre&#38;#39;], $tags[&#38;#39;br&#38;#39;]);
	$tags = array_keys($tags);

	switch ( $format ) :
	case &#38;#39;array&#38;#39; :
		$r = $tags;
		break;
	case &#38;#39;list&#38;#39; :
		$r = &#38;quot;&#38;lt;ul class=&#38;#39;allowed-markup&#38;#39;&#38;gt;\n\t&#38;lt;li&#38;gt;&#38;quot;;
		$r .= join(&#38;quot;&#38;lt;/li&#38;gt;\n\t&#38;lt;li&#38;gt;&#38;quot;, $tags);
		$r .= &#38;quot;&#38;lt;/li&#38;gt;\n&#38;lt;/ul&#38;gt;\n&#38;quot;;
		break;
	default :
		$r = join(&#38;#39; &#38;#39;, $tags);
		break;
	endswitch;
	return apply_filters( &#38;#39;get_allowed_markup&#38;#39;, $r, $format );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Would that get rid of the markup stuff underneath the posting area WITHOUT disrupting my BB Code Buttons functionality? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19665</link>
<pubDate>Mon, 06 Oct 2008 14:46:19 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19665@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You didn't mention what version you're using, but it's in your template files edit-form.php and post-form.php, at least.  Look in those files for the word &#34;markup&#34; and you'll find it.
&#60;/p&#62;</description>
</item>
<item>
<title>beernews on "Deleting 'Allowed Markup' info below posting field"</title>
<link>http://bbpress.org/forums/topic/deleting-allowed-markup-info-below-posting-field#post-19656</link>
<pubDate>Mon, 06 Oct 2008 03:41:12 +0000</pubDate>
<dc:creator>beernews</dc:creator>
<guid isPermaLink="false">19656@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hopefully this is an easy one for somebody.  I couldn't find the word 'markup' in any of the files I searched and was hoping that would lead me to the solution.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19098</link>
<pubDate>Tue, 09 Sep 2008 15:30:38 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">19098@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes _ck_
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19095</link>
<pubDate>Tue, 09 Sep 2008 12:14:16 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">19095@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you comment out the line I listed above in the plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>leoleoleo on "bbcode plugins URL not work"</title>
<link>http://bbpress.org/forums/topic/bbcode-plugins-url-not-work#post-19094</link>
<pubDate>Tue, 09 Sep 2008 11:34:26 +0000</pubDate>
<dc:creator>leoleoleo</dc:creator>
<guid isPermaLink="false">19094@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I installed BBcode Lite for bbPress and BBcode Buttons plugins in bbPress 1.0 Alpha. The URL button not work show the original code not URL.How to fix it? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19083</link>
<pubDate>Mon, 08 Sep 2008 19:49:55 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">19083@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;erf, the bbcodes are already not displayed  :'(  :'(&#60;/p&#62;
&#60;p&#62;i try to make:&#60;br /&#62;
code strong   test   /strong /code&#60;/p&#62;
&#60;p&#62;but i can't see the strong balise.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19077</link>
<pubDate>Mon, 08 Sep 2008 15:13:28 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">19077@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you want to also use  &#60;code&#62;[pre]&#60;/code&#62; then you have to also edit the bbcode plugin to translate that tag too.&#60;/p&#62;
&#60;p&#62;Hmm, this is strange, I have 'pre' in the allow extra tags list but it's not being added.&#60;/p&#62;
&#60;p&#62;Update: argh, bbPress unsets  &#34;pre&#34; and &#34;br&#34;&#60;/p&#62;
&#60;p&#62;Alright, if you want bbcode processed in code/backtick sections, simply comment out this line in the plugin:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// if (preg_match_all(&#38;quot;&#124;\&#38;lt;code\&#38;gt;(.*?)\&#38;lt;\/code\&#38;gt;&#124;sim&#38;quot;, $text, $backticks)) {foreach ($backticks[0] as $backtick) {++$counter; $text=str_replace($backtick,&#38;quot;_bbcode_lite_&#38;quot;.$counter.&#38;quot;_&#38;quot;,$text);}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It's right under&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$counter=0;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19076</link>
<pubDate>Mon, 08 Sep 2008 14:11:43 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">19076@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;with pre or code, bbcode are not displayed...&#60;/p&#62;
&#60;p&#62;i need to see bbcodes in code tags because on my forum i use pre-formatted posts, for many uses&#60;/p&#62;
&#60;p&#62;in example for:&#60;br /&#62;
pre   strong test /strong    /pre&#60;/p&#62;
&#60;p&#62;i would like to see strong and /strong ...&#60;/p&#62;
&#60;p&#62;there is no way?&#60;/p&#62;
&#60;p&#62;++
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19071</link>
<pubDate>Mon, 08 Sep 2008 11:50:13 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">19071@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't understand what you are trying to do.&#60;/p&#62;
&#60;p&#62;IMHO, anything between code (or backticks) should ALWAYS be seen raw, unfiltered.&#60;/p&#62;
&#60;p&#62;If you need a tag similar to CODE, why not add the PRE tag to bbPress's allowed tags.  bbCode will work between PRE tags.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19070</link>
<pubDate>Mon, 08 Sep 2008 06:16:08 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">19070@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ah ck, it is possible to have the choice for that? in example, i would like to propose &#34;posts templates&#34; for presentations or interviews, and i need that.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19069</link>
<pubDate>Mon, 08 Sep 2008 05:08:14 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">19069@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbcode is not displayed between code tags or backticks.&#60;br /&#62;
This is a purposely designed feature, not a bug.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19066</link>
<pubDate>Mon, 08 Sep 2008 04:19:55 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19066@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you post a screenshot showing the functionality that is missing, or what the plugin is doing wrong?
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode lite : display others bbcodes in code, into a code balise"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-display-others-bbcodes-in-code-into-a-code-balise#post-19064</link>
<pubDate>Sun, 07 Sep 2008 23:47:00 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">19064@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i have a little problem with the bbcode lite plugin: when i use the code bbcode, and when i display others bbodes into it, this bbcodes are not displayed in code.. so it is possible to correct that?&#60;/p&#62;
&#60;p&#62;Bye&#60;/p&#62;
&#60;p&#62;++
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Problem with the bbcode-lite plugin: remove br space after H1"</title>
<link>http://bbpress.org/forums/topic/problem-with-the-bbcode-lite-plugin#post-18778</link>
<pubDate>Fri, 29 Aug 2008 12:40:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18778@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Technically you're not supposed to have more than one H1 on any given html page (though browsers don't care and will render anyway). The trailing BR is a problem with bbPress's parser.&#60;/p&#62;
&#60;p&#62;Why don't you use the built in ability of BBcode to do SIZE instead?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[size=6]Large Text[/size]
[size=+1]text larger than default size[/size]
default size
[size=-1]text smaller than default size[/size]&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>meitershaker on "Problem with the bbcode-lite plugin: remove br space after H1"</title>
<link>http://bbpress.org/forums/topic/problem-with-the-bbcode-lite-plugin#post-18777</link>
<pubDate>Fri, 29 Aug 2008 10:31:23 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18777@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;help please, i'm very lost lol. &#60;/p&#62;
&#60;p&#62;so, it is possible to add colors in bbcode, like in phpbb or punbb?&#60;/p&#62;
&#60;p&#62;thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode-lite: add something at the CODE"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-add-something-at-the-code#post-18738</link>
<pubDate>Thu, 28 Aug 2008 11:39:32 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18738@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;no, no.&#60;/p&#62;
&#60;p&#62;i try to explain more:&#60;/p&#62;
&#60;p&#62;- with your mod, CODE tags are generated at the beginning and the end of text, no?&#60;br /&#62;
- so i want there is to more code generated :)&#60;br /&#62;
- in my example, &#34;test test&#34; is the text&#60;br /&#62;
- i would like, when i write &#34;test test&#34;, that the dl/dd are generated too :)&#60;/p&#62;
&#60;p&#62;-simply example: i would like to add a class at the code tag, in your mod, how to do that? :)&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;i hope that i'ts more clear :p&#60;/p&#62;
&#60;p&#62;bye!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbcode-lite: add something at the CODE"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-add-something-at-the-code#post-18736</link>
<pubDate>Thu, 28 Aug 2008 11:20:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">18736@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't follow.&#60;br /&#62;
You want to add dd/dt tags or do you want PHP code formatting/colouring?&#60;/p&#62;
&#60;p&#62;There already is another plugin to do code formatting/colours but due to the spectacularly bad search and lack of 3rd party tagging on plugins, I can't find it :-(&#60;/p&#62;
&#60;p&#62;Ah here it is:&#60;br /&#62;
BBPress:Syntax Hiliter&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbpresssyntax-hiliter/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbpresssyntax-hiliter/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "bbcode-lite: add something at the CODE"</title>
<link>http://bbpress.org/forums/topic/bbcode-lite-add-something-at-the-code#post-18725</link>
<pubDate>Wed, 27 Aug 2008 19:45:32 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18725@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;with the mod, we have a simply CODE balise, but i would like to modify like this: &#60;a href=&#34;http://pastebin.com/f7c45ff6d&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/f7c45ff6d&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;how to do that?
&#60;/p&#62;</description>
</item>
<item>
<title>meitershaker on "Problem with the bbcode-lite plugin: remove br space after H1"</title>
<link>http://bbpress.org/forums/topic/problem-with-the-bbcode-lite-plugin#post-18721</link>
<pubDate>Wed, 27 Aug 2008 17:46:48 +0000</pubDate>
<dc:creator>meitershaker</dc:creator>
<guid isPermaLink="false">18721@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi everybody,&#60;br /&#62;
i use the bbcode-lite plugin by ck, and i want to add a &#38;lt;h1&#38;gt; in the list !&#60;/p&#62;
&#60;p&#62;So, i have this:&#60;br /&#62;
&#60;code&#62;$simple = array(&#38;#39;b&#38;#39; =&#38;gt; &#38;#39;strong&#38;#39;,&#38;#39;i&#38;#39; =&#38;gt; &#38;#39;em&#38;#39;,&#38;#39;u&#38;#39; =&#38;gt; &#38;#39;u&#38;#39;,&#38;#39;center&#38;#39;=&#38;gt;&#38;#39;center&#38;#39;,&#38;#39;quote&#38;#39; =&#38;gt; &#38;#39;blockquote&#38;#39;,&#38;#39;strike&#38;#39; =&#38;gt; &#38;#39;strike&#38;#39;,&#38;#39;s&#38;#39; =&#38;gt; &#38;#39;strike&#38;#39;,&#38;#39;list&#38;#39; =&#38;gt; &#38;#39;ul&#38;#39;,&#38;#39;code&#38;#39; =&#38;gt; &#38;#39;code&#38;#39;,&#38;#39;h1&#38;#39; =&#38;gt; &#38;#39;h1&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but i have a br space after in the post: how to remove this? I think is the same thing that for li list&#60;br /&#62;
&#60;a href=&#34;http://plugins-dev.bbpress.org/changeset?old_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&#38;#38;old=1000&#38;#38;new_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&#38;#38;new=1311&#34; rel=&#34;nofollow&#34;&#62;http://plugins-dev.bbpress.org/changeset?old_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&#38;#38;old=1000&#38;#38;new_path=bbcode-lite%2Ftrunk%2FBBcode-lite.php&#38;#38;new=1311&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;bye!
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Problem with bbcode-lite"</title>
<link>http://bbpress.org/forums/topic/problem-with-bbcode-lite#post-18689</link>
<pubDate>Tue, 26 Aug 2008 20:40:33 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">18689@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;h4 is a block element and as such it should not be enclosed in a &#60;code&#62;&#38;lt;p&#38;gt;&#60;/code&#62; anyway.&#60;/p&#62;
&#60;p&#62;How are you adding the paragraph tags? That could be a source of trouble for your plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>csseur3 on "Problem with bbcode-lite"</title>
<link>http://bbpress.org/forums/topic/problem-with-bbcode-lite#post-18648</link>
<pubDate>Mon, 25 Aug 2008 14:19:02 +0000</pubDate>
<dc:creator>csseur3</dc:creator>
<guid isPermaLink="false">18648@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hey, i try to add my own bbcode with &#60;a href=&#34;http://bbpress.org/plugins/topic/93&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/93&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In BBcode-lite.php, i do that:&#60;br /&#62;
&#60;code&#62;$simple = array('t' =&#38;gt; 'h4','b' =&#38;gt; 'strong',   (etc)&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;but in my page, the source say that:&#60;br /&#62;
&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;/p&#38;gt;&#38;lt;h4&#38;gt;Quel statut?&#38;lt;/h4&#38;gt;&#60;br /&#62;&#60;/code&#62;&#60;br /&#62;
so, the normal code must be:&#60;br /&#62;
&#60;code&#62;&#38;lt;p&#38;gt;&#38;lt;h4&#38;gt;Quel statut?&#38;lt;/h4&#38;gt;&#60;br /&#62;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;no?&#60;/p&#62;
&#60;p&#62;why the formatting is not correct?&#60;/p&#62;
&#60;p&#62;Bye
&#60;/p&#62;</description>
</item>

</channel>
</rss>
