Maybe the database you used for WordPress has a different collation, but WordPress didn’t care about the difference where bbPress does care and gives you an error?
Do you have access to the database with something like phpMyAdmin?
New WordPress MU 1.5 release candidate is now out:
http://ocaoimh.ie/2008/04/19/wordpress-mu-15-rc1/
Who are the bbpress designers that you know of that can convert a template I choose into a bbpress design? Thanks in advance.
To make bbPress look like your WordPress theme, you are going to have to do some XHTML and CSS work with a new template for your bbPress forum. It doesn’t sound like you will need user integration, so you can skip that part of the installation/integration, but will will need to either include WordPress in bbPress to get access to your WordPress header and foot or manually add those items to your bbPress template.
If you search this forum for integration or view topics tagged integration, you will find lots of integration advice. Here’s a good thread (started a while ago so some of the advice may not apply):
There are also a couple WordPress forum plugins:
http://www.stuff.yellowswordfish.com/simple-forum/
http://www.xdweb.net/wordpress/xdforum2/
(might not work anymore with WordPress 2.5)
Never tried either of those but they might be options instead of creating your own theme to make bbPress look like your WordPress installation.
Courtesy of _ck_ http://ckon.wordpress.com/2007/07/12/bbpress-plugin-bb-tweaks/
<?php
/*
Plugin Name: Target Blank
Description: append target="_blank" to all links
Plugin URI: http://ckon.wordpress.com/2007/07/12/bbpress-plugin-bb-tweaks/
Author: _ck_
Version: 0.04
*/
//add target=_blank to post links
function bb_target_blank( $text ) {
$text = preg_replace('|<a (.+?)>|i', '<a $1 target="_blank">', $text);
return $text;
}
add_filter('pre_post', 'bb_target_blank');
?>
Hello everyone. I am attempting to incorporate bbpress into my current wordpress site at http://www.atriskstoriesofhope.com/wordpress. I don’t want bbpress and wordpress to share any user data as the wordpress site will only be available to members who pay for the service. In short, the bbpress forum will be a kind of online mentoring tool. What I want to is to basically embed bbpress into my wordpress so that when someone navigates threw the site, it will appear as a smooth transitition.
Thanks
Does anyone know where I can still download ThemePress?
Or is there any similar theme for bbPress 0.9?
When I was not logged in, no errors. When logged in, I see a Javascript error:
Error: favoritesToggle[1 === isFav ? "removeClass" : "addClass"] is not a function
Source File: http://trashmedia.co.za/forums/bb-includes/js/topic-js.php?ver=20080401
Line: 55
I have a 0.9.0.1 installation and I checked there and I have the same exact same error.
It looked like the error was related to favorites, so I figured I would mark something as a favorite and see if the error would go away, but it didn’t.
There is already a ticket filed for this problem with a solution posted there as well:
https://trac.bbpress.org/ticket/851
I use this little plugin and my users love it. However, it stops working when using _ck_’s “Change Number of Front Page Topics” plugin.
How to restrict number of Latest Discussions on front page
Not sure which one is causing the problem, but thought it would be worth posting here, in case somebody wants to troubleshoot it.
I see some threads of integrating/patching earlier version of bbpress to accommodate Categories for forums. However- that was for version of 0.8xxx. I have version 0.901 and want to group my forums into categories. How do I do this? I’m shocked that this isn’t part of the standard install…
I’m testing my new BBPress installation; I created a second – “normal” – user account for me, and am posting things to test everything. I noticed that, in Firefox, so far so good. However, I noticed something in IE: when I am not logged in, everything loads fine. But once I’m logged in (as a “normal” member), and navigate to various threads, the page loads, but with “errors” (as seen at the bottom of IE’s status bar). The CSS seems to mess up slightly, but otherwise everything loads correctly.
If I click on the report, it says that the “object doesn’t support this property or method”, on line 56, character 2.
Why is this, and how do I fix it?
What is this, and how do I fix it?
**************
bbPress database error: [Illegal mix of collations (utf8_general_ci,COERCIBLE) and (latin1_swedish_ci,IMPLICIT) for operation ‘find_in_set’]
SELECT user_id, meta_value FROM bb_usermeta WHERE meta_key = ‘favorites’ and FIND_IN_SET(‘3’, meta_value) > 0
Warning: Cannot modify header information – headers already sent by (output started at /usr/www/users/trashm/forums/bb-includes/db-mysql.php:106) in /usr/www/users/trashm/forums/bb-includes/pluggable.php on line 224
I’ve updated this theme. If you’ve been having registration issues, please download it again and replace the following files:
login-form.php
register.php
register-success.php
I think you would probably want to edit the template files to include those blocks of code from your static page into bbPress, not the other way around. bbPress needs to do its thing, but you can edit the template files and include the sidebar and header into the bbPress pages.
Hi everyone, i want to know if is possible to integrate bbPress into static HTML webpage, if yes how ? Thanks in advance. To see an example :
This is my site :
http://freewaregeeks.com/
This is what i’m trying to do :
http://www.imagebin.eu/pics/6a0285a7c31bf34bd8522cae809fa74f.png
Feeds access the database just the same as page views, so there should be no delay in new posts/topics showing up in the feeds from bbPress.
I don’t know how often RSS forward or similar services grab those feeds though.
You’re right, it’s the new user notification plugin that I had forgotten about downloading.
I am also developing my wordpress site locally….is it possible to do the same with BBPress.
Have just discovered the bbpress installer page….Its asking for Database Name etc. DO I HAVE TO CREATE A NEW DATABASE???