<?xml version="1.0"?><!-- 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 Showcase: Forum: WordPress Integration - Recent Topics</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Forum: WordPress Integration - Recent Topics</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 04:01:28 +0000</pubDate>

<item>
<title>mccawphoto on "Integrate two bbpress 1.1 installations with one wordpress installation?"</title>
<link>http://bbshowcase.org/forums/topic/integrate-two-bbpress-11-installations-with-one-wordpress-installation#post-3007</link>
<pubDate>Sat, 11 Feb 2012 19:47:58 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">3007@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Does anyone know if it is possible to have 2 bbpress 1.1 installations integrated with one wordpress installation?
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate"</title>
<link>http://bbshowcase.org/forums/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate#post-2961</link>
<pubDate>Mon, 30 Jan 2012 22:15:25 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2961@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;My bbpress 1.1 installation has been working fine until just now. When I try to go to a member profile page I get this error:&#60;/p&#62;
&#60;p&#62;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in&#60;/p&#62;
&#60;p&#62;Any ideas how to fix this?&#60;/p&#62;
&#60;p&#62;Any help is much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>digital_coach on "404 pages after integration w wordpress"</title>
<link>http://bbshowcase.org/forums/topic/404-pages-after-integration-w-wordpress#post-2006</link>
<pubDate>Mon, 02 Aug 2010 15:54:53 +0000</pubDate>
<dc:creator>digital_coach</dc:creator>
<guid isPermaLink="false">2006@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi, I just installed the latest version of bbpress (1.0.2) in a subdomain to my blog (WP 3.0.1) and did the integration steps.&#60;/p&#62;
&#60;p&#62;Now I have 404 pages on all posts and pages except the front page...&#60;/p&#62;
&#60;p&#62;What to do?&#60;/p&#62;
&#60;p&#62;I've tried to switch permalinks back and forth. No success.&#60;/p&#62;
&#60;p&#62;site is here: &#60;a href=&#34;http://vedvarende-energi.dk&#34;&#62;Vedvarende energi&#60;/a&#62;&#60;br /&#62;
forum is here: &#60;a href=&#34;http://forum.vedvarende-energi.dk&#34;&#62;Forum.vedvarende-energi.dk&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any feedback is most welcome!  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif" title=":-)" class="bb_smilies" /&gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>vlovers on "Freshly baked cookies urgent problem"</title>
<link>http://bbshowcase.org/forums/topic/freshly-baked-cookies-urgent-problem#post-1385</link>
<pubDate>Wed, 17 Jun 2009 14:46:35 +0000</pubDate>
<dc:creator>vlovers</dc:creator>
<guid isPermaLink="false">1385@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi... I m using freshly baked cookies for blog n forum integration.. Earlier it worked remarkably fine but since I upgraded blog version from 2.7.1 to 2.8 and bbpress to 0.9.0.5... now it is not working....... any help ??
&#60;/p&#62;</description>
</item>
<item>
<title>80giga on "Page "thank you" after after loggin ..."</title>
<link>http://bbshowcase.org/forums/topic/page-thank-you-after-after-loggin#post-1834</link>
<pubDate>Thu, 17 Jun 2010 03:31:56 +0000</pubDate>
<dc:creator>80giga</dc:creator>
<guid isPermaLink="false">1834@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i use this login form in my &#60;strong&#62;wordpress&#60;/strong&#62; to use &#60;strong&#62;bbpress login&#60;/strong&#62; :&#60;/p&#62;
&#60;p&#62;&#60;code&#62;	    &#38;lt;form class=&#34;login&#34; method=&#34;post&#34; action=&#34;forum/bb-login.php&#34;&#38;gt;&#60;br /&#62;
&#38;lt;label&#38;gt;Username: &#38;lt;input name=&#34;user_login&#34; type=&#34;text&#34; id=&#34;user_login&#34; size=&#34;13&#34; maxlength=&#34;40&#34; value=&#34;&#34; tabindex=&#34;1&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;label&#38;gt;Password: &#38;lt;input name=&#34;password&#34; type=&#34;password&#34; id=&#34;password&#34; size=&#34;13&#34; maxlength=&#34;40&#34; tabindex=&#34;2&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;input name=&#34;re&#34; type=&#34;hidden&#34; value=&#34;&#38;lt;?php echo $re; ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
		&#38;lt;?php wp_referer_field(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;input type=&#34;submit&#34; name=&#34;Submit&#34; id=&#34;submit&#34; value=&#34;Log in »&#34; tabindex=&#34;4&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input name=&#34;remember&#34; type=&#34;hidden&#34; id=&#34;remember&#34; value=&#34;1&#34; tabindex=&#34;3&#34; checked /&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This will redirect me to the original page after login succes -&#38;gt; OK&#60;/p&#62;
&#60;p&#62;now, i need display thank you message after loggin like &#34;thank you, clic here to return where you comming from&#34; with link to referer page, else, it will redirect it to original page (with a http refresh ...)   &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_rolleyes.gif" title=":roll:" class="bb_smilies" /&gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>abhinavsood on "Deep Integration results in Blank Page on bbPress side"</title>
<link>http://bbshowcase.org/forums/topic/deep-integration-results-in-blank-page-on-bbpress-side#post-1732</link>
<pubDate>Fri, 20 Nov 2009 16:02:29 +0000</pubDate>
<dc:creator>abhinavsood</dc:creator>
<guid isPermaLink="false">1732@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I am Abhinav. I am facing a slight problem deep integrating the latest stable versions of WordPress ( 2.8.6 ) with bbPress ( 1.0.2 ) on a website - I have completed the user and cookie integration and it works perfectly. All the settings are configured and saved properly. However after I add the line :&#60;br /&#62;
&#60;code&#62;require_once(/absolute/path/to/wp-load.php);&#60;/code&#62;&#60;br /&#62;
to the top of bb-config.php .. Forums page goes blank! No errors, no warning messages.. Just a blank page with no code at all..&#60;/p&#62;
&#60;p&#62;Before installing the bbPress live on the server, I developed the theme on my system locally and tested deep integration thoroughly a few times - everything works just fine locally but it's creating trouble live on the server.&#60;/p&#62;
&#60;p&#62;I have checked echoing values from the WordPress files that are loaded into bbPress.. that confirms that WordPress is being loaded properly.. But why isn't bbPress loading after that !&#60;/p&#62;
&#60;p&#62;I suspect that having WordPress installed and running since a long time already is causing the problem! I have deep integrated various websites where WordPress was already installed and running for quite sometime without any issues..&#60;/p&#62;
&#60;p&#62;Can it be a plugin conflict? The website is using 37 ( :-O ) plugins at the moment.. (Please find attached: List of active plugins)&#60;/p&#62;
&#60;p&#62;Can anyone help me out, please?&#60;br /&#62;
I'd be very grateful..&#60;/p&#62;
&#60;p&#62;Regards..
&#60;/p&#62;</description>
</item>
<item>
<title>Stunt on "Log-In to WordPress, Log-Out of bbPress"</title>
<link>http://bbshowcase.org/forums/topic/log-in-to-wordpress-log-out-of-bbpress#post-1485</link>
<pubDate>Sun, 19 Jul 2009 07:22:11 +0000</pubDate>
<dc:creator>Stunt</dc:creator>
<guid isPermaLink="false">1485@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;This is kind of annoying. I just integrated WordPress and bbPress and am having a little dilemma. Whenever I log-in on the WordPress blog, I won't be logged into the bbPress forum. Then whenever I log-in on the bbPress forum, I'll be logged out of the WordPress blog.&#60;/p&#62;
&#60;p&#62;I've integrated the cookis and stuff so why does it do this?
&#60;/p&#62;</description>
</item>
<item>
<title>80giga on "Related topics in article, related articles in topics ?"</title>
<link>http://bbshowcase.org/forums/topic/related-topics-in-article-related-articles-in-topics#post-1654</link>
<pubDate>Thu, 10 Sep 2009 15:54:39 +0000</pubDate>
<dc:creator>80giga</dc:creator>
<guid isPermaLink="false">1654@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello !&#60;/p&#62;
&#60;p&#62;All is in the title : can we get a plugin that work in wordpress to show in article a related topics on bbpress? and the same in bbpress ( plugin that show related articles to current topic ?)&#60;/p&#62;
&#60;p&#62;THANK's
&#60;/p&#62;</description>
</item>
<item>
<title>Argancel on "Quotes are escaped with a backslash in topic title and text"</title>
<link>http://bbshowcase.org/forums/topic/quotes-are-escaped-with-a-backslash-in-topic-title-and-text#post-1620</link>
<pubDate>Thu, 20 Aug 2009 15:47:17 +0000</pubDate>
<dc:creator>Argancel</dc:creator>
<guid isPermaLink="false">1620@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I have this very annoying issue that gives me backslashes when for example I post a new topic and there are some quotes on it.&#60;/p&#62;
&#60;p&#62;Quotes are escaped, so for example is I write : &#34;That's so cool&#34;, then I get &#34;That\'s so cool&#34; and it's not cool at all!&#60;/p&#62;
&#60;p&#62;I am aware about the magic quotes and I checked already that they are off in every directory of my bbpress install.&#60;/p&#62;
&#60;p&#62;I've put php.ini files with &#34;magic_quotes_gpc = Off&#34; in every directory of my bbpress install and checked with a php script containing the code below :&#60;br /&#62;
if(get_magic_quotes_gpc()==1)&#60;br /&#62;
{&#60;br /&#62;
echo “its on”;&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
{&#60;br /&#62;
echo “its off”;&#60;br /&#62;
}&#60;br /&#62;
and it is always returning 'off'&#60;/p&#62;
&#60;p&#62;Furthermore I also did a grep in every php.ini file in my system and the variable is equal to off everywhere!&#60;/p&#62;
&#60;p&#62;So I'm pretty sure this problem is coming from somewhere else.&#60;/p&#62;
&#60;p&#62;Also this problem started to appear when I migrated my site in another server which I usually administrate via Plesk.&#60;/p&#62;
&#60;p&#62;I use version 9 of bbPress at the moment, with a deep integration with wordpress, which has also the same kind of php.ini file in it.&#60;/p&#62;
&#60;p&#62;I hope someone can help to solve this mystery!!
&#60;/p&#62;</description>
</item>
<item>
<title>dimadin on "Users profiles after integration"</title>
<link>http://bbshowcase.org/forums/topic/users-profiles-after-integration#post-1242</link>
<pubDate>Wed, 29 Apr 2009 12:32:47 +0000</pubDate>
<dc:creator>dimadin</dc:creator>
<guid isPermaLink="false">1242@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I didn't use bbPress a lot, except for testing it for translating for &#60;a href=&#34;http://sr.forums.wordpress.org/&#34;&#62;locale WP forum&#60;/a&#62;, where I'm now administrator. But now I have situation with a little more complex integration with WP.&#60;/p&#62;
&#60;p&#62;There is WordPress 2.7.1 filled with content and forum in /forum running on SMF 1.1.6. I found &#60;a href=&#34;http://www.flifnotes.com/17-moving-to-wordpress-bbpress/&#34;&#62;solutions&#60;/a&#62; for moving it to bbPress (although I didn't try them, I hope they work :)). Plan is to integrate bbPress users to WordPress so that they can subscribe to e-mail newsletters and to comment on posts (which are locked for commenting for unregistered users), and also for posting some kind of classifieds (pages that will be moderated by administrators).&#60;/p&#62;
&#60;p&#62;So users will be logged on both parts of site with one username/password and I think that this is not problem to achieve. Why I'm asking here is this: there should be additional fields for showing users details, like we have now location, occupation, interests etc. I found &#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-user-extra-fields/&#34;&#62;this plugin&#60;/a&#62; for WordPress (see &#60;a href=&#34;http://wordpress.org/extend/plugins/cimy-user-extra-fields/screenshot-1.png&#34;&#62;screenshot&#60;/a&#62;; note that I didn't tried it) that have something like that but could this data be printed on bbPress? Or is there solution to achieve this on bbPress directly, I searched and didn't find similar plugin? &#60;/p&#62;
&#60;p&#62;On SMF there is solution to add this additional fields.&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
</item>

</channel>
</rss>

