Sorry.
I meant I wanted to pull the latest replies for topics (bbpress, not wordpress) into my sidebar.
Nah, I’ve been sitting up all day long the last few days, editing the look of bbpress. I’m gonna use it.
Can you be more specific? Do you want to pull the latest comments from your wordpress site into your forums?
It can be frustrating, I would recommend another forum product (I don’t know if it’s okay to put the URL here????? can someone give me the okay?) which is a plugin. the only problem with this product is that they don’t have widgets to show on WP.
Whatever variation of requiring wp-blog-header.php makes the whole screen blank.
I guess no one here supports WPMU & BBpress theme integration?
All the sites I seen that has the integration the top is just HTML, no login form/status etc etc.
@Ipstenu,
I know it is standalone app. but can’t there be a bbpress forum plugin version for wordpress users?
I follow the http://labs.b5media.com/ and I leaved the buddybar portion.
I successfully install and place the wordpress header and footer in bbpress theme. Than I copy rename bbpress theme style.css to forum.css and place it on wordpress theme directory and put an import function in wordpress style.css. The forum frontpage looks fine but not the others pages/post.
How do you guys do it to look exactly like the wordpress theme eg buddypress site?
I want to place the buddypress nav bars in bbpress forum theme. How do I do it?
Make sure you update the settings in the bbPress Integration plugin as well and then copy the new code it produces into wp-config.php
Thats too complicated for me. I’m not an expert coder at all.
I barely manage to change colors and sizes in the CSS. Just moving the search-bar is a several hour project for me lol.
I was hoping there was an easy way out, just to make the forum load in the normal page-window, like a normal post would have. Give it the value of a post or something. But recreating a brand new template, and all that stuff, is way too hard for me.
Hi,
I had the exact same problem and found a solution after investigations:
Bbpress knows it is integrated to wordpress so it set both its own cookies and the WP cookies. But on the other side, WP does not know bbpress is integrated so it only set its own cookies and forget to set BBpress cookies as well.
How to fix it will you ask…
Well, install this plugin in WP:
https://wordpress.org/extend/plugins/bbpress-integration/
And voilĂ ! Just logout and re-login after the plugin installation to make it work.
When I edited the Kakumei files, I recreated a sidebar to match the look of the blog with the forum tags and other stuff (blog latest posts, etc.), but without the widgets. The look still matches the blog, though the content of the sidebar is different. Whatever you have as text widgets in the blog you can always hard code in the forum sidebar.
The “sidebar” is in front-page.php, under
<div id=”hottags” role=”main”>
hard code any sidebar content there, then match the css in the stylesheet. You can even float the div to the right, rather than the left, depending on your blog’s theme.
I just created a page called Forum, and indeed it redirected me to the forum.
But, I can’t make a theme that fits into my website. I use two columns, with one being the sidebar with widgets. It’s not possible having the forum appear like a normal page, with the sidebar intact is it?
@ Marius – If you create a wordpress page with the same name of the directory where the forum is, it will automatically take you there, because the directory overrides the page.
If the forum is in a directory called “forums”, just create a page called “forums” and publish. The tab will appear in the blog menu as a new page and when you click on it, it will take you straight to the forums. I have done it this way too.
Theme the forums like your wordpress template, like Ipstenu and gerikg have suggested and it will look perfectly integrated. To do this, you can use the Kakumei default theme, edit the header and footer files to look like the blog header and footer (background image, etc.), and match the css in the stylesheet where needed.
Hope this helps.
When I do the:
// Include WordPress functionality
$currDir = dirname(getcwd());
// Make sure this isn’t install or admin (go up if it is)
if(!file_exists(“$currDir/wp-blog-header.php”))
$currDir = dirname($currDir);
if(!file_exists(“$currDir/wp-blog-header.php”))
die(“Cannot find WordPress integration files.”);
require_once(“$currDir/wp-blog-header.php”);
my forum disappears…. This goes into the bb-config.php file right?
Sorry, Everything is running fine. “the page not found” was simply because of the wordpress custom code in the title. I just type in title name and it run fine.
THANK YOU, i was going insane trying to wait for someone to reply!
you make the forum template look like the wordpress one. Then you add a link on the header.php file in wordpress to your forum. if it’s the same page as your profile it shouldn’t be too hard since your login is just a link.
Mine show show up the header and the footer but the page is displayed on the browser bar as “Page not found” and the page screen is darkened ( not as on my homepage http://nagapress.com) You will see what i am talking about when you see my page- http://nagapress.com/community/
I followed this tutorial http://labs.b5media.com/
How can I turn a page into a redirection?
And is it possible to remove the header completely, and just have the forum posts appear? With nothing else? Or else, it will look like I have two headers below each other.
This is just a custom theme.
You could do it by making either a page with a redirect to the forum, or just a link to the forum in the header, and then theme your forums to look like your site.
All the cool kids do it
Is this possible? Lets say I have a link to the forum, and it loads like a normal page?
I have quite good space for pages and posts in my blog (580 px wide), and I think it would be nice if I could load the forum inside the main site.
In that case – Is there a way to get rid of the top menu like you guys have on this site?
I’m trying to integrate the themes together, like I did before but now the same things I used to do doesn’t work.
I used
if (file_exists(‘../wp-blog-header.php’))
require_once(‘../wp-blog-header.php’);
in bb-config.php
but when I insert that the frontpage disappears (blank screen).
Anyone run into this?
WPMU 2.8.3
BP 1.0.3
BB 1.0.2
SQL 5
Any custom template I put in my-templates folder does not work anymore.
I have
WordpressMU 2.8.3
BuddyPress 1.0.3
BBpress 1.0.2
1and1 Hosting
MySQL 5
It seem it has a hard time finding the CSS and when you’re in the Admin the thumbnails do not show up.
So did you see the tables created in the database?
I don’t know, but maybe it is because of the GoDaddy ads causing something weir.
I remember installing WordPress 2.6 in their free hosting once, and when I logged in to the admin page there was an infinite loop that didn’t let me do anything.
Do you have PHP4 or 5 set in your hosting account? (with PHP4 it doesn’t create the first forum, and that’s the reason why it doesn’t allow you to log in to the admin panel, but in that case, it show a page to upgrade bbPress, not to install it again, so I guess this is not your problem).
Was there any error shown in the log it appears at the end of the installation?