<?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: reply</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: reply</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:36:18 +0000</pubDate>

<item>
<title>Jaxxx on "template for post-form label"</title>
<link>http://bbpress.org/forums/topic/template-for-post-form-label#post-11389</link>
<pubDate>Thu, 11 Oct 2007 12:20:55 +0000</pubDate>
<dc:creator>Jaxxx</dc:creator>
<guid isPermaLink="false">11389@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;never mind I found it. looks like i need to hack template-functions.php
&#60;/p&#62;</description>
</item>
<item>
<title>Jaxxx on "template for post-form label"</title>
<link>http://bbpress.org/forums/topic/template-for-post-form-label#post-11388</link>
<pubDate>Thu, 11 Oct 2007 10:44:15 +0000</pubDate>
<dc:creator>Jaxxx</dc:creator>
<guid isPermaLink="false">11388@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks, but that wasn't exactly what I meant. I'm less concerned about wanting to change the wording of the text, and more interested in replacing the &#60;code&#62;&#38;lt;h2&#38;gt;&#60;/code&#62; tags around it with something else.
&#60;/p&#62;</description>
</item>
<item>
<title>agentmaximus on "template for post-form label"</title>
<link>http://bbpress.org/forums/topic/template-for-post-form-label#post-11385</link>
<pubDate>Thu, 11 Oct 2007 08:45:56 +0000</pubDate>
<dc:creator>agentmaximus</dc:creator>
<guid isPermaLink="false">11385@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try editing &#60;em&#62;topic.php&#60;/em&#62; in the default template and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php post_form(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php post_form(&#38;#39;Reply to this topic:&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is a simple way to make the change you want.&#60;/p&#62;
&#60;p&#62;Note that rather than editing the default template, you can make use of the powerful templating behaviour of bbPress if you create your own theme. With custom themes, bbPress will always pick up missing template files from the default kakumei theme! That means custom themes can be quite simple!&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;Create a directory called &#60;em&#62;my-templates&#60;/em&#62;.&#60;/li&#62;
&#60;li&#62;Create a directory in that directory called &#60;em&#62;myfirsttheme&#60;/em&#62;.&#60;/li&#62;
&#60;li&#62;Copy &#60;em&#62;style.css&#60;/em&#62;, &#60;em&#62;screenshot.png&#60;/em&#62; and &#60;em&#62;topic.php&#60;/em&#62; from &#60;em&#62;bb-templates/kakumei&#60;/em&#62; to your &#60;em&#62;my-templates/myfirsttheme&#60;/em&#62; directory.&#60;/li&#62;
&#60;li&#62;Edit &#60;em&#62;my-templates/myfirsttheme/style.css&#60;/em&#62; and change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Theme Name: Kakumei&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Theme Name: myfirsttheme&#60;/code&#62;&#60;/pre&#62;
&#60;/li&#62;
&#60;li&#62;Change &#60;em&#62;my-templates/myfirsttheme/topic.php&#60;/em&#62; with the change described above to &#60;em&#62;topic.php&#60;/em&#62;.
&#60;/li&#62;
&#60;li&#62;At this point you should see your own custom template in the admin backend.
&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;That allows you to setup your own theme. Then when new versions of bbPress come along you may not have to reedit the default templates  - just copy your custom theme into the new/upgraded bbPress installation. &#60;/p&#62;
&#60;p&#62;I hope that makes sense.&#60;/p&#62;
&#60;p&#62;&#60;em&#62;&#60;br /&#62;
Note:&#60;br /&#62;
Sometimes new functionality in bbPress will mean that it is best to copy the default template files and re-apply your changes in your custom theme.&#60;/em&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Jaxxx on "template for post-form label"</title>
<link>http://bbpress.org/forums/topic/template-for-post-form-label#post-11378</link>
<pubDate>Wed, 10 Oct 2007 19:11:49 +0000</pubDate>
<dc:creator>Jaxxx</dc:creator>
<guid isPermaLink="false">11378@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm currently editing the default theme template for the latest version. Everything is going well, except I can't find the code reference for the &#34;Reply&#34; label (it shows up as &#60;code&#62;&#38;lt;h2 class=&#38;#39;post-form&#38;#39;&#38;gt;Reply&#38;lt;/h2&#38;gt;&#60;/code&#62; in the HTML output. The rest of this section is editable in post-form.php. Where do I need to look to find the section (basically I just want to either remove this label and add a new one separately, or else be able to wrap some more code around it). The only other thing which may shed some light on this is the preceeding code: &#60;code&#62;do_action( &#38;#39;post_form_pre_post&#38;#39; );&#60;/code&#62; but I have no idea what this function does.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "blockquote?"</title>
<link>http://bbpress.org/forums/topic/blockquote#post-9248</link>
<pubDate>Mon, 23 Jul 2007 15:58:56 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">9248@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#60;code&#62;verbatim in my bb-admin/style.css file does no good&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;because there are no blockquotes in bb-Admin. Apply them to your theme, which should be in my-templates/themename/style.css. I agree, kakumei needs default blockquote support. I'll add a trac ticket or sumthin'.
&#60;/p&#62;</description>
</item>
<item>
<title>azizpoonawalla on "blockquote?"</title>
<link>http://bbpress.org/forums/topic/blockquote#post-9243</link>
<pubDate>Mon, 23 Jul 2007 15:41:37 +0000</pubDate>
<dc:creator>azizpoonawalla</dc:creator>
<guid isPermaLink="false">9243@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just installed bbpress yetserday on a new domain and have integrated it with wordpress using the plugin, etc. I also have found that the default template has no blockquote support. Even by including the blockquote definition given above by Trent verbatim in my bb-admin/style.css file does no good, here is a view source excerpt of the source file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;blockquote&#38;gt;&#38;lt;p&#38;gt;[Shakir 5:57] O you who believe! do not take for guardians those who take your religion for a mockery and a joke...&#38;lt;/p&#38;gt;&#38;lt;/blockquote&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;as a test... &#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;testing blockquote here in bbpress support&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;nope. above line doesnt render in blockquoted indent either. &#60;/p&#62;
&#60;p&#62;i think the problem is the insertion of &#38;lt;p&#38;gt;&#38;lt;/p&#38;gt; tags around every paragraph. Since blockquote is an inline style, the p tags override it. we could get around this by using a div class=blockquote kind of construction instead but wouldt it be nicer if blockquote just worked out of the box?
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Keymaster's Reply Doesn't Show"</title>
<link>http://bbpress.org/forums/topic/keymasters-reply-doesnt-show#post-7754</link>
<pubDate>Wed, 30 May 2007 21:34:18 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7754@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If they are, install &#60;a href=&#34;http://bbpress.org/forums/topic/822?replies=16&#34;&#62;this plugin&#60;/a&#62;, mark yourself and anyone else as 0 in the bozo field and update the profiles. That should fix it. :)
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Keymaster's Reply Doesn't Show"</title>
<link>http://bbpress.org/forums/topic/keymasters-reply-doesnt-show#post-7745</link>
<pubDate>Wed, 30 May 2007 15:40:08 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">7745@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like your keymaster may be accidentally marked as a bozo. Check the edit profile page for the keymaster and see if they are marked as a bozo.
&#60;/p&#62;</description>
</item>
<item>
<title>woozyking on "Keymaster's Reply Doesn't Show"</title>
<link>http://bbpress.org/forums/topic/keymasters-reply-doesnt-show#post-7739</link>
<pubDate>Wed, 30 May 2007 12:38:31 +0000</pubDate>
<dc:creator>woozyking</dc:creator>
<guid isPermaLink="false">7739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I found this problem with posting new topics as a keymaster as well. The topics and replies appear as yellow and wouldn't show if not login as a keymaster. Topics can be shown by clicking &#34;undelete&#34; underneath, but for replies there aren't any options like that.&#60;/p&#62;
&#60;p&#62;Normal memeber wouldn't have this kind of problem.&#60;/p&#62;
&#60;p&#62;Please help.
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Topic Closed message after new replies"</title>
<link>http://bbpress.org/forums/topic/topic-closed-message-after-new-replies#post-5737</link>
<pubDate>Thu, 22 Mar 2007 17:25:05 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5737@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;it is doing it again now... Trent, please stop by and see if it does it for you.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.lne97.com/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.lne97.com/bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Topic Closed message after new replies"</title>
<link>http://bbpress.org/forums/topic/topic-closed-message-after-new-replies#post-5729</link>
<pubDate>Thu, 22 Mar 2007 15:09:39 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5729@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Trent, it is at &#60;code&#62;lne97.com/bbpress/&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;However, it isn't doing it anymore.  I have no idea what changed.  My only guess is that I logged out as the keymaster, logged in as a &#34;dummy&#34; subscriber, and then logged back in as an administrator.&#60;/p&#62;
&#60;p&#62;???
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Topic Closed message after new replies"</title>
<link>http://bbpress.org/forums/topic/topic-closed-message-after-new-replies#post-5708</link>
<pubDate>Wed, 21 Mar 2007 23:12:29 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5708@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Where is your forum located?   I would like to test it out myself (of which you can kill my user afterwards if you want!)&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>wittmania on "Topic Closed message after new replies"</title>
<link>http://bbpress.org/forums/topic/topic-closed-message-after-new-replies#post-5706</link>
<pubDate>Wed, 21 Mar 2007 22:32:48 +0000</pubDate>
<dc:creator>wittmania</dc:creator>
<guid isPermaLink="false">5706@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For some reason, any time a member posts a reply to a topic, the page they go to after posting tells them that the topic is closed.  It doesn't actually close the topic, so I can't figure out what's going on.&#60;/p&#62;
&#60;p&#62;Any help would be appreciated.  Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "dont u agree some function are not necessary."</title>
<link>http://bbpress.org/forums/topic/dont-u-agree-some-function-are-not-necessary#post-5358</link>
<pubDate>Sat, 10 Mar 2007 15:11:02 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5358@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like your admin is marked as a bozo, and you need to use this plugin: &#60;a href=&#34;http://bbpress.org/forums/topic/822&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/822&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You do not normally need to moderate all the admin's posts.
&#60;/p&#62;</description>
</item>
<item>
<title>bbpressfans on "dont u agree some function are not necessary."</title>
<link>http://bbpress.org/forums/topic/dont-u-agree-some-function-are-not-necessary#post-5356</link>
<pubDate>Sat, 10 Mar 2007 14:40:55 +0000</pubDate>
<dc:creator>bbpressfans</dc:creator>
<guid isPermaLink="false">5356@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;actually, I'm bbpress fans,  even I dislike the bugs, so I try the latest version, 0.8.1, but It still have some bull shit function, why admin post new reply still need to be moderate? after logout show no new reply.&#60;br /&#62;
is it necessary?&#60;/p&#62;
&#60;p&#62;so sorry I lost control myself for looking just a simple forum app for my blog.&#60;br /&#62;
why so hassle to use it.
&#60;/p&#62;</description>
</item>
<item>
<title>bakedlogdotcom on "blockquote?"</title>
<link>http://bbpress.org/forums/topic/blockquote#post-2321</link>
<pubDate>Sat, 16 Dec 2006 03:23:27 +0000</pubDate>
<dc:creator>bakedlogdotcom</dc:creator>
<guid isPermaLink="false">2321@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "blockquote?"</title>
<link>http://bbpress.org/forums/topic/blockquote#post-2215</link>
<pubDate>Mon, 11 Dec 2006 16:47:41 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">2215@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You should be able to change your style.css to reflect how you want your blockquote to work.   I changed mine and see no problems with it.   Take a look at:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forum.trentadams.ca/topic.php?id=313&#38;#38;replies=1#post-483&#34; rel=&#34;nofollow&#34;&#62;http://forum.trentadams.ca/topic.php?id=313&#38;#38;replies=1#post-483&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Used:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;blockquote {&#60;br /&#62;
	border-left: 1px solid #c00;&#60;br /&#62;
	border-right: 1px solid #c00;&#60;br /&#62;
	border-top: 1px solid #c00;&#60;br /&#62;
	border-bottom: 1px solid #c00;&#60;br /&#62;
	background: #fff;&#60;br /&#62;
	width: 300px;&#60;br /&#62;
	margin-left: 1.5em;&#60;br /&#62;
	padding: 5 5 5 5px;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is that what you mean or could you give an example?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>bakedlogdotcom on "blockquote?"</title>
<link>http://bbpress.org/forums/topic/blockquote#post-2210</link>
<pubDate>Mon, 11 Dec 2006 11:55:34 +0000</pubDate>
<dc:creator>bakedlogdotcom</dc:creator>
<guid isPermaLink="false">2210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know if I'm missing something here or what, but when replying or posting, I see no difference if when I surround a block of text with &#60;code&#62;&#60;strong&#62;&#60;code&#62;&#38;lt;blockquote&#38;gt;&#60;/code&#62;&#60;/strong&#62;&#60;/code&#62; or not...&#60;/p&#62;
&#60;p&#62;It's a pain because there is no way to create line separation when posting... you can't use &#38;lt;br&#38;gt; .. is there a way to customize the 'Allowed tags'? Please help &#38;#38; thx in advance.&#60;/p&#62;
&#60;p&#62;-BHensley&#60;br /&#62;
-http://Bakedlog.com
&#60;/p&#62;</description>
</item>

</channel>
</rss>
