<?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 Topic: template for post-form label</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: template for post-form label</description>
<language>en</language>
<pubDate>Mon, 13 Oct 2008 05:56:51 +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>

</channel>
</rss>
