<?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: minimalism</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: minimalism</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:52:38 +0000</pubDate>

<item>
<title>chrishajer on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2438</link>
<pubDate>Wed, 20 Dec 2006 02:25:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2438@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No problem - glad it worked for you.  If it makes your topics closed to replies, let me know, since I will have the same problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Basinalders on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2437</link>
<pubDate>Wed, 20 Dec 2006 02:04:38 +0000</pubDate>
<dc:creator>Basinalders</dc:creator>
<guid isPermaLink="false">2437@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That works great! Thanks so much, now that i know how to do that it makes stripping everything else down to only use one forum so much easier! thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2436</link>
<pubDate>Wed, 20 Dec 2006 01:40:02 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">2436@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was able to edit that file and the option is removed when creating a new topic, and old threads will still accept replies.&#60;/p&#62;
&#60;p&#62;Here is the change I made:&#60;/p&#62;
&#60;p&#62;Remove lines 22 through 28:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php if ( is_tag() &#124;&#124; is_front() ) : ?&#38;gt;&#60;br /&#62;
        &#38;lt;label for=&#38;quot;forum_id&#38;quot;&#38;gt;&#38;lt;?php _e(&#38;#39;Pick a section:&#38;#39;); ?&#38;gt;&#60;br /&#62;
                &#38;lt;?php forum_dropdown(); ?&#38;gt;&#60;br /&#62;
        &#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and insert:&#60;br /&#62;
&#60;code&#62;&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;forum_id&#38;quot; id=&#38;quot;forum_id&#38;quot;  value=&#38;quot;1&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;so that it looks like this:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;forum_id&#38;quot; id=&#38;quot;forum_id&#38;quot;  value=&#38;quot;1&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;p class=&#38;quot;submit&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That assumes your forum_id is 1.  You can check the HTML source of your rendered page to verify the forum_id.&#60;/p&#62;
&#60;p&#62;Making those changes worked for me.  The drop down for selecting a forum to move a topic is still available for admin.
&#60;/p&#62;</description>
</item>
<item>
<title>Basinalders on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2434</link>
<pubDate>Wed, 20 Dec 2006 00:57:19 +0000</pubDate>
<dc:creator>Basinalders</dc:creator>
<guid isPermaLink="false">2434@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried that first thing. The problem is that removing that section of the code makes every thread appear &#34;closed&#34; to replies.
&#60;/p&#62;</description>
</item>
<item>
<title>ardentfrost on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2312</link>
<pubDate>Fri, 15 Dec 2006 22:08:42 +0000</pubDate>
<dc:creator>ardentfrost</dc:creator>
<guid isPermaLink="false">2312@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Look in post-form.php in bb-templates directyr.  Copy the file, change it, and put the changed file into my-templates directory.  It's pretty obvious which section it is.
&#60;/p&#62;</description>
</item>
<item>
<title>Basinalders on "Removing "Pick a section" menu in post-form.php"</title>
<link>http://bbpress.org/forums/topic/removing-pick-a-section-menu-in-post-formphp#post-2308</link>
<pubDate>Fri, 15 Dec 2006 20:12:35 +0000</pubDate>
<dc:creator>Basinalders</dc:creator>
<guid isPermaLink="false">2308@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi I only have one forum so the &#34;pick a section&#34; dropdown menu in  post-form.php is useless and confusing to people. Anyone know how I can hard-define that parameter or remove it altogether?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
