<?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: post form</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: post form</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 13:07:34 +0000</pubDate>

<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18386</link>
<pubDate>Mon, 18 Aug 2008 02:43:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18386@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you have an issue with the alpha release, please file a ticket at trac.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/newticket&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/newticket&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will need to log in before you can file a ticket.  Be sure to choose the correct version when submitting the ticket.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18379</link>
<pubDate>Sun, 17 Aug 2008 19:48:17 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18379@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok all that's not working now is posting. The box shows and you can enter everything, but clicking submit just sends you back to the index with no changes. Any help?&#60;/p&#62;
&#60;p&#62;I just tested removing the line &#34;require('/var/www/html/wp-blog-header.php');&#34; in config, and it works again, so that fix you  gave works, this is another issue caused by integration.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18303</link>
<pubDate>Fri, 15 Aug 2008 00:01:43 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18303@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yeah one thing seems to be it stops access to the admin panel. Its listed on the nav section, but clicking it bounces you back to the index. Whilst bearable, I expect there are other issues (like profile editing) so would you happen to have any idea how to correct this?&#60;/p&#62;
&#60;p&#62;Thanks for all your help this far!&#60;/p&#62;
&#60;p&#62;Edit: Yup it breaks posting too. I hope you can help me!
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18302</link>
<pubDate>Thu, 14 Aug 2008 23:26:10 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18302@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well that works perfect as you said! Is the fact it doesn't retrieve the primitive capability first an issue for running the board?
&#60;/p&#62;</description>
</item>
<item>
<title>bendalton on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18295</link>
<pubDate>Thu, 14 Aug 2008 18:37:15 +0000</pubDate>
<dc:creator>bendalton</dc:creator>
<guid isPermaLink="false">18295@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In retrospect... that fixed the issue, but I'm pretty sure the issue is in the capabilities file bb_current_user_can does not reference the bb_map_meta_cap to retrieve primitive capability... &#60;/p&#62;
&#60;p&#62;so, my solution works, but the bb_current_user_can should be able to retrieve the primitive capability first.
&#60;/p&#62;</description>
</item>
<item>
<title>bendalton on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18290</link>
<pubDate>Thu, 14 Aug 2008 16:44:04 +0000</pubDate>
<dc:creator>bendalton</dc:creator>
<guid isPermaLink="false">18290@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I had the EXACT same problem...&#60;/p&#62;
&#60;p&#62;In bb_includes/template-functions.php&#60;/p&#62;
&#60;p&#62;there were several references to bb_user_can 'write-post' and 'write-topic'... however, when comparing this to the capabilities.php doc in bb_includes/backpress/capabilities.php, these capabilities are defined with the strings in plural: 'write-posts' and 'write-topics'... in the template_functions.php doc, I changed all the references... and now all is peachy!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18277</link>
<pubDate>Thu, 14 Aug 2008 03:35:26 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18277@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Very odd.  I can see what you're talking about now.  There is the &#38;lt;h2&#38;gt;Reply&#38;lt;/h2&#38;gt; but then something goes wrong.&#60;/p&#62;
&#60;p&#62;This is in the source:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;h2 class=&#38;quot;post-form&#38;quot;&#38;gt;New Topic&#38;lt;/h2&#38;gt;

		&#38;lt;/div&#38;gt;

		&#38;lt;!--
			If you like showing off the fact that your server rocks,
			&#38;lt;h3&#38;gt;0.150 - 15 queries&#38;lt;/h3&#38;gt;
		--&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;nbsp;&#60;br /&#62;
Looks like bbPress has it until the &#60;code&#62;&#38;lt;h2 class=&#38;quot;post-form&#38;quot;&#38;gt;New Topic&#38;lt;/h2&#38;gt;&#60;/code&#62; part, then WordPress takes over for some reason.  At least it looks like that's what's happening.  If you look at the source of the page you'll see what I mean.&#60;/p&#62;
&#60;p&#62;Sorry I don't know what's causing the problem, but it's interesting to look at nonetheless.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18269</link>
<pubDate>Wed, 13 Aug 2008 22:52:16 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18269@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I fixed that, must have been a bug in the original skin. The issue is apparent on all skins- I've just reinstalled the default skin and set that as the current skin if you can have a look.&#60;/p&#62;
&#60;p&#62;I'm really at a loss as to what is causing it to cut off :s.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18260</link>
<pubDate>Wed, 13 Aug 2008 18:34:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18260@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Why is this listed as a stylesheet in the source?  It gives a 404 then includes the whole WordPress page as a stylesheet:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;link rel=&#38;quot;stylesheet&#38;quot; href=&#38;quot;http://www.audioscribbler.co.uk/oldboards/my-templates/bbpress-forum/style2.css?v=8&#38;quot; type=&#38;quot;text/css&#38;quot; /&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#38;nbsp;&#60;/p&#62;
&#60;p&#62;I don't know if that has anything to do with it, but it's not right.&#60;/p&#62;
&#60;p&#62;Also, does the problem you're describing happen with the stock template as well?
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18254</link>
<pubDate>Wed, 13 Aug 2008 16:46:03 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18254@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh, sorry, yes I did until I can get this working. You can access it at &#60;a href=&#34;http://www.audioscribbler.co.uk/oldboards&#34; rel=&#34;nofollow&#34;&#62;http://www.audioscribbler.co.uk/oldboards&#60;/a&#62; now.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18248</link>
<pubDate>Wed, 13 Aug 2008 13:01:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">18248@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's a PunBB installation right now.  Did you switch it?
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18229</link>
<pubDate>Wed, 13 Aug 2008 00:19:21 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18229@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can also add that clicking &#34;edit&#34; or &#34;favourites&#34; in a user profile just sends you to the board index when the line is included.
&#60;/p&#62;</description>
</item>
<item>
<title>holloway on "New topic not displaying"</title>
<link>http://bbpress.org/forums/topic/new-topic-not-displaying#post-18228</link>
<pubDate>Wed, 13 Aug 2008 00:18:37 +0000</pubDate>
<dc:creator>holloway</dc:creator>
<guid isPermaLink="false">18228@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have a strange error. I'm running 1.0, however it may not be solely an issue caused by 1.0. I've noticed that whenever the line &#34;require('/var/www/html/wp-blog-header.php'); &#34; is in my config file, the new topic/ post form will not display. On the topic listings and in threads it will simply have the header (eg: New Topic in this Forum) and nothing below it and accessing the new topic page directly just returns a white blank page.  &#60;/p&#62;
&#60;p&#62;For reference, my board is &#60;a href=&#34;http://www.audioscribbler.co.uk/boards&#34; rel=&#34;nofollow&#34;&#62;http://www.audioscribbler.co.uk/boards&#60;/a&#62; and I currently have the line in my config so you can see the new topic issue.  Obviously this kills any chance of integration until this is resolved.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>refueled on "add custom field to post form"</title>
<link>http://bbpress.org/forums/topic/add-custom-field-to-post-form#post-15722</link>
<pubDate>Wed, 23 Apr 2008 18:45:19 +0000</pubDate>
<dc:creator>refueled</dc:creator>
<guid isPermaLink="false">15722@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would like to add a  drop down list to the post-form.php file, and I found &#60;a href=&#34;http://bbpress.org/forums/topic/custom-fields#post-9153&#34;&#62;the following&#60;/a&#62; on how to do this, but I am not understanding on how to grab the value after someone has posted a new thread.&#60;/p&#62;
&#60;p&#62;Would it be possible to get additional help with this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
