<?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: wordpress and bbpress</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: wordpress and bbpress</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 21:32:55 +0000</pubDate>

<item>
<title>peiqinglong on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5634</link>
<pubDate>Mon, 19 Mar 2007 22:54:09 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">5634@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The first problem is in your header, you have:&#60;br /&#62;
&#60;code&#62;&#38;lt;php bloginfo(&#38;#39;stylesheet_url&#38;#39;); ?&#38;gt;&#60;/code&#62;, it should be &#60;code&#62;&#38;lt;?php bloginfo(&#38;#39;stylesheet_url&#38;#39;); ?&#38;gt; and with the second import, I&#38;#39;m not sure why style.css is just floating around outside. It should be pointing to your forum so it should be:&#60;/code&#62;@import url(&#34;/archas/ram/wordpress/forum/bb-templates/&#60;em&#62;your theme&#60;/em&#62;style.css&#34;);`&#60;/p&#62;
&#60;p&#62;The second problem is you have to edit &#60;strong&#62;EVERY&#60;/strong&#62; file in the template. Make a new folder in bb-templates, call it whatever you want and copy all the files from kakumei theme except for images directory into your new folder and change all the files that have &#60;code&#62;&#38;lt;bb_get header()&#38;gt;&#60;/code&#62; to &#60;code&#62;&#38;lt;get_header()&#38;gt;&#60;/code&#62; and don't forget the footer and sidebar.&#60;/p&#62;
&#60;p&#62;The third problem is you need to style the bbpress stylesheet to match your theme...
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5629</link>
<pubDate>Mon, 19 Mar 2007 20:13:29 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5629@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;in bb-admin panel, it shows only the code of php file.&#60;/p&#62;
&#60;p&#62;what bout other questions ?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5628</link>
<pubDate>Mon, 19 Mar 2007 19:19:11 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5628@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is no activation required for bbPress plugins.  Just drop them into a folder called my-plugins and they start working automatically.  If you don't already have that directory, go ahead and create it in your forum root.
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5625</link>
<pubDate>Mon, 19 Mar 2007 17:21:15 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5625@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok, i did something like that in my front site, and everything seem to be working ok, but:&#60;br /&#62;
- look at forum and at wordpress- there is a little difference between them. text in forum is on the left, out from the table.&#60;br /&#62;
- in my bb-admin page i have bad encoding (im polish), i have to use the unicode, dunno what bbpress uses&#60;/p&#62;
&#60;p&#62;how to add (activate) plugins for bbpress? i want to have display-name plugin to change moderators names :)
&#60;/p&#62;</description>
</item>
<item>
<title>peiqinglong on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5624</link>
<pubDate>Mon, 19 Mar 2007 16:33:59 +0000</pubDate>
<dc:creator>peiqinglong</dc:creator>
<guid isPermaLink="false">5624@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Make sure that when you enter: require_once( '../wp-blog-header.php');, it's &#60;strong&#62;absolute&#60;/strong&#62; path. For example: /home/&#60;em&#62;username&#60;/em&#62;/archas/ram/wordpress/&#60;/p&#62;
&#60;p&#62;To find out what your absolute path is:&#60;br /&#62;
1) make a file and call it path.php&#60;br /&#62;
2) add this code into the path.php: &#60;code&#62;&#38;lt;?php $p = getcwd(); echo $p; ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
3) upload it to your wordpress directory and access it &#60;a href=&#34;http://www.cs.elomza.pl/archas/ram/wordpress/path.php,&#34; rel=&#34;nofollow&#34;&#62;www.cs.elomza.pl/archas/ram/wordpress/path.php,&#60;/a&#62; that will output your path.&#60;/p&#62;
&#60;p&#62;For more info: &#60;a href=&#34;http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.bui4ever.com/web-itecture/how_to_integrate_wordpress_and_bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5623</link>
<pubDate>Mon, 19 Mar 2007 10:28:07 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5623@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;installed wordpress here: &#60;a href=&#34;http://www.cs.elomza.pl/archas/ram/wordpress&#34; rel=&#34;nofollow&#34;&#62;www.cs.elomza.pl/archas/ram/wordpress&#60;/a&#62;&#60;br /&#62;
installed bbpress here: &#60;a href=&#34;http://www.cs.elomza.pl/archas/ram/wordpress/forum&#34; rel=&#34;nofollow&#34;&#62;www.cs.elomza.pl/archas/ram/wordpress/forum&#60;/a&#62;&#60;br /&#62;
installed plugin which integrates registrations in wordpress and bbpress.&#60;br /&#62;
i want to have same design in wordpress and bbpress, i added in my bbpress config a line require_once( '../wp-blog-header.php');&#60;br /&#62;
doesnt work. in my bbpress links on the left dont work too.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5619</link>
<pubDate>Sun, 18 Mar 2007 19:04:27 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5619@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What have you done?   You have to give details of what you did because I (maybe others) cannot translate what you did into a fix without you telling us what exactly you have done.....&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5618</link>
<pubDate>Sun, 18 Mar 2007 17:46:23 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5618@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;what can i do
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5604</link>
<pubDate>Fri, 16 Mar 2007 23:15:33 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5604@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What do you mean?   The second link from so10?     I don't know why it didn't work for you.  Search around the forums as there are people have have gotten the integration with a wordpress theme done. &#60;/p&#62;
&#60;p&#62;As I stated above, I use the first link and built a theme from scratch.   In my opinion, there is no real 'easy' way to build a theme by including a file from WP that I have found, but I will stand correctly if someone can explain to me now.     Good luck!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5603</link>
<pubDate>Fri, 16 Mar 2007 22:34:55 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5603@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i did what u wrote. look at this... : &#60;a href=&#34;http://cs.elomza.pl/archas/ram/wordpress/forum&#34; rel=&#34;nofollow&#34;&#62;http://cs.elomza.pl/archas/ram/wordpress/forum&#60;/a&#62;&#60;br /&#62;
links on the left don't work. no header.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5602</link>
<pubDate>Fri, 16 Mar 2007 21:27:35 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">5602@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Many people including myself have implemented the themes of bbPress and Wordpress by actually making a theme in bbPress that looks like Wordpress.    There is information creating theme available &#60;a href=&#34;http://bbpress.org/documentation/themes/&#34;&#62;here&#60;/a&#62;.    As well, doing what you wanted has been tried and documented on these forums before, so I would suggest a quick search.    I know so10 has a patch on his site at:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/&#34; rel=&#34;nofollow&#34;&#62;http://www.adityanaik.com/blog/bbpress-and-wordpress-integration/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope that helps!&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5599</link>
<pubDate>Fri, 16 Mar 2007 19:37:41 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5599@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;doesn't work :( whats wrong ://
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5595</link>
<pubDate>Fri, 16 Mar 2007 17:45:07 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">5595@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Possibly you need to go up two or three directories, since &#60;code&#62;config.php&#60;/code&#62; is called somewhere else? I have no idea really. Just try an absolute or base URL, such as &#60;code&#62;&#60;a href=&#34;http://www.example.com/wordpress/wp-blog-header.php&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/wordpress/wp-blog-header.php&#60;/a&#62;&#60;/code&#62; or &#60;code&#62;/wordpress/wp-blog-header.php&#60;/code&#62;, hopefully that will work :) If it doesn't you can probably be sure it's something else.
&#60;/p&#62;</description>
</item>
<item>
<title>archasek on "integration with wordpress..."</title>
<link>http://bbpress.org/forums/topic/integration-with-wordpress#post-5591</link>
<pubDate>Fri, 16 Mar 2007 14:20:48 +0000</pubDate>
<dc:creator>archasek</dc:creator>
<guid isPermaLink="false">5591@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi.&#60;br /&#62;
everything works well but i just cant add header from wordpress. i add to my bbpress config:&#60;br /&#62;
require_once( '../wp-blog-header.php' )&#60;br /&#62;
my directories look like this:&#60;br /&#62;
/wordpress - here is the wordpress&#60;br /&#62;
/wordpress/forum - here is the bbpress&#60;br /&#62;
whats wrong :)?&#60;/p&#62;
&#60;p&#62;and i want to remove 'views part' .
&#60;/p&#62;</description>
</item>

</channel>
</rss>
