<?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: content</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: content</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 02:54:00 +0000</pubDate>

<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-19366</link>
<pubDate>Mon, 22 Sep 2008 02:39:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">19366@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Shagalaga, what version of bbPress are you using, and what is the server setup?  LAMP or other?&#60;/p&#62;
&#60;p&#62;What sort of content were you actually trying to post?  Can you try to post it here?
&#60;/p&#62;</description>
</item>
<item>
<title>Shagalaga on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-19358</link>
<pubDate>Sun, 21 Sep 2008 16:07:07 +0000</pubDate>
<dc:creator>Shagalaga</dc:creator>
<guid isPermaLink="false">19358@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ive got the same problem, i cant post links, because &#34;You need to actually submit some content!&#34;&#60;/p&#62;
&#60;p&#62;wtf?!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15437</link>
<pubDate>Wed, 16 Apr 2008 20:41:46 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15437@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Right, I see that you don't have permalinks on.&#60;/p&#62;
&#60;p&#62;Do you have access to server logs where you can see what is happening with those requests?  At the very least, I should be able to log in.  That makes two problems (yours and this logging in one.)&#60;/p&#62;
&#60;p&#62;Also, what does that first rewrite rule do?  Just curious, I've never seen it before.&#60;/p&#62;
&#60;p&#62;How about caching?  Is it possible WordPress caching is causing your trouble?
&#60;/p&#62;</description>
</item>
<item>
<title>JaneLitte on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15432</link>
<pubDate>Wed, 16 Apr 2008 18:10:34 +0000</pubDate>
<dc:creator>JaneLitte</dc:creator>
<guid isPermaLink="false">15432@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't have pretty permalinks on.  I don't have an .htaccess file in the bbpress install.  My root .htaccess is this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;php_flag register_globals off

RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=&#38;#38;monthnum=&#38;#38;day=&#38;#38;name= [QSA,L]

# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /

	RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
	RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
	RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
	RewriteCond %{HTTP:Accept-Encoding} gzip
	RewriteCond %{DOCUMENT_ROOT}/wordpress/wp-content/cache/supercache/%{HTTP_HOST}/index.html.gz -f
	RewriteRule ^(.*) /wordpress/wp-content/cache/supercache/%{HTTP_HOST}/index.html.gz [L]

	RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
	RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
	RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
	RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/index.html -f
	RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/index.html [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;

# END WordPress

&#38;lt;Files 403.shtml&#38;gt;
order allow,deny
allow from all
&#38;lt;/Files&#38;gt;
#AddHandler php5-script .php&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>chrishajer on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15428</link>
<pubDate>Wed, 16 Apr 2008 16:43:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15428@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I registered and received my email, but I can't log in, no message, it just refreshes the page.   I would say it has something to do with the rewrite rules.  I would turn off slugs or permalinks in your bb-config.php.&#60;/p&#62;
&#60;p&#62;I just looked in my bb-config-sample.php though, and there is no mod_rewrite line in there?  Weird.  Not sure how to tell you to turn off pretty permalinks, but I suspect that's the problem.  That, or something in an .htaccess file that is causing weirdness.
&#60;/p&#62;</description>
</item>
<item>
<title>JaneLitte on "Redirect problem"</title>
<link>http://bbpress.org/forums/topic/redirect-problem#post-15423</link>
<pubDate>Wed, 16 Apr 2008 15:17:59 +0000</pubDate>
<dc:creator>JaneLitte</dc:creator>
<guid isPermaLink="false">15423@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've set up a new forum and I when I add &#34;replies&#34; it redirects and gives an error message:&#60;/p&#62;
&#60;p&#62;You need to actually submit some content!&#60;/p&#62;
&#60;p&#62;But the post actually goes through.  Thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>WiBu on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-1519</link>
<pubDate>Sat, 18 Nov 2006 17:47:12 +0000</pubDate>
<dc:creator>WiBu</dc:creator>
<guid isPermaLink="false">1519@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If anyone gets anywhere with this it would be nice to see an implementation. I'm planning (currently working on) a wordpress/bbpress site that will probably need a wiki somewhere along the line.
&#60;/p&#62;</description>
</item>
<item>
<title>mjfiszman on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-1501</link>
<pubDate>Fri, 17 Nov 2006 08:14:19 +0000</pubDate>
<dc:creator>mjfiszman</dc:creator>
<guid isPermaLink="false">1501@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Experimenting with AuthPress, but having some probs.&#60;/p&#62;
&#60;p&#62;Authentication seems to work fine, but users are unable to change and save their MediaWiki preferences. When users click &#34;save&#34; after changing a pref, some processing goes on but nothing gets saved. Any ideas?&#60;/p&#62;
&#60;p&#62;Running bbPress 0.73 and MediaWiki 1.68.
&#60;/p&#62;</description>
</item>
<item>
<title>ergate on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-750</link>
<pubDate>Sun, 29 Oct 2006 06:25:24 +0000</pubDate>
<dc:creator>ergate</dc:creator>
<guid isPermaLink="false">750@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Theere is this,&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/User:RobLa/bbPress_Auth_for_MediaWiki&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/User:RobLa/bbPress_Auth_for_MediaWiki&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it might be a little old, but I think it is relevant.  MediaWiki / WP /bbPress
&#60;/p&#62;</description>
</item>
<item>
<title>AphelionZ on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-739</link>
<pubDate>Sun, 29 Oct 2006 03:28:46 +0000</pubDate>
<dc:creator>AphelionZ</dc:creator>
<guid isPermaLink="false">739@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thats neat. Makes my eyes water with joy.&#60;/p&#62;
&#60;p&#62;Everything has been slowly gravitating toward WordPress on my site, i can't wait until everything i need is right in that admin panel and I can kiss major PHP overhauls goodbye.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-717</link>
<pubDate>Sat, 28 Oct 2006 18:53:54 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">717@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't know about other wiki software, but I happen to know that the blicki plugin for WP is under active development.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dev.wp-plugins.org/browser/blicki/trunk/&#34; rel=&#34;nofollow&#34;&#62;http://dev.wp-plugins.org/browser/blicki/trunk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I couldn't find a real webpage for it yet.  Soon, I'm sure.
&#60;/p&#62;</description>
</item>
<item>
<title>XXP on "Wiki Integration: WordPress &#038; bbPress"</title>
<link>http://bbpress.org/forums/topic/wiki-integration-wordpress-038-bbpress#post-700</link>
<pubDate>Sat, 28 Oct 2006 15:13:09 +0000</pubDate>
<dc:creator>XXP</dc:creator>
<guid isPermaLink="false">700@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Does WordPress or WordPress MU directly integrate with any Wiki engines? &#60;/p&#62;
&#60;p&#62;How about bbPress?&#60;/p&#62;
&#60;p&#62;I see that you guys use Trac, so I'm guessing that the answer currently is &#34;no&#34;, but just want to go to the source to be sure.&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;&#34;directly integrate&#34; = e.g.:&#60;br /&#62;
     - share user database and authentication&#60;br /&#62;
     - share tags&#60;br /&#62;
     - have directly shareable presentation modules for CMS purposes (e.g., for nav blocks, ad blocks, footer blocks)&#60;br /&#62;
     - share a common design / performance philosophy &#38;#38;/or strategy.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
