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?
What version did you install?
version 1.0.2
Or, are you trying to search bbPress from WordPress?
no
I am having same issue on fresh install of bbpress! Any Help please?
The issue arose when changing the domain from a devel url (example. devel.website.com) to the live site website.com
I changed the domain in every place I could find:
WP Options
WP / BBPress plugin for WP
bb-admin.php
I searched the database for any instances of devel.website.com and modified them (there were other instances in bb_meta, etc.
The user logs in through the WordPress admin, but is not logged into BB Press. Similarily, if the user logs out of WP Admin, they are not logged out of BB Press.
Anyone run into the same issue? Thanks for your help!
Well ugh, there is no space there! I’ve checked ten thousand times already.
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define( 'BBDB_NAME', 'michael_forum' );
/** MySQL database username */
define( 'BBDB_USER', 'michael_forum' );
/** MySQL database password */
define( 'BBDB_PASSWORD', '***' );
/** MySQL hostname */
define( 'BBDB_HOST', 'localhost' );
/** Database Charset to use in creating database tables. */
define( 'BBDB_CHARSET', 'utf8' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'BBDB_COLLATE', '' );
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* @since 1.0
*/
define( 'BB_AUTH_KEY', 'put your unique phrase here' );
define( 'BB_SECURE_AUTH_KEY', 'put your unique phrase here' );
define( 'BB_LOGGED_IN_KEY', 'put your unique phrase here' );
define( 'BB_NONCE_KEY', 'put your unique phrase here' );
/**#@-*/
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = 'bb_';
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called "my-languages" in the root
* directory of bbPress. For example, install de.mo to "my-languages" and set
* BB_LANG to 'de' to enable German language support.
*/
define( 'BB_LANG', '' );
?>
Why not just redirect any calls to register.php to your WordPress site via .htaccess?
Redirect 301 /forums/register.php http://paperviewzine.com/wp-login.php?action=register
Redirect 301 /forums/bb-reset-password.php http://paperviewzine.com/wp-login.php?action=lostpassword
I’m trying to edit register.php in my template file so that it will use my WordPress one instead, this is the code I have so far, but it doesn’t work, any help thanks.
<?php if ( !bb_is_user_logged_in() ) { ?>
<?php header("Location: http://paperviewzine.com/wp-login.php?act=register"); ?>
<?php } else { ?>
<?php header("Location: http://paperviewzine.com/forums/"); ?>
<?php }; ?>