Ah. Yes, I use “require_once(‘path/to/wp-blog-header.php’);” in my bbPress config.php.
I don’t know. I doubt it, because bbdb (the object used to do any database stuff) is hardcoded all over the place and you need a new bbdb object for every database you connect to, as far as I’m aware. So integration – which consists of sharing the users and usermeta table I think – would be impossible, unless you changed all references to the user tables to use your second bbdb object.
Why do you want to?
Has anyone tried to do a WordPress / BBPress integration using 2 separate databases?
Is it possible? Any caveats?
Doug
Is there a relatively easy “bbpress way” to add a radio button instead of a text field?
hello everyone
the bbpress is great and simple i love it thanks for developing it.
i installed and it works well.
i wanted to have an option in admin like i create 3 or 4 user as moderator or administrators and only those peoples have rights to answer the forum questions all other new users can register just to ask questions but they cannot post the answers.
is it possible any how ?
sorry for my english
Deva
How does this crazy devlist thing work? Signed up but got no emails, so I assume no-one’s talking. I send an email to bbdev@lists.bbpress.org? I don’t want to completely break etiquette or somesuch first time, so I thought I’d wait and see but there isn’t that much to see.
The TRAC version already uses jQuery.
Yup. I think it is, I heard about it in the context of bb a while back. No news, no secrets, although there seems to be some code for view management in the bb-includes which may mean that a proper views system will be introduced (… sometime).
WordPress 2.2 is out.
The team worked hard so they finally moved to jQuery wich I think is one of the major feature in 2.2 version. I wonder if bbPress will follow his cousin? By the way, is there any news about bbPress… Any secrets revealing?
Vili, sorry for the confusion caused, what I am asking is how you are including the headers. You cannot use WordPress functions without WordPress running. Some where along the line you are including something that loads the WordPress system. Are you using the wp-blog-header.php in the bbPress config.php method from https://bbpress.org/documentation/integration-with-wordpress/ or something different?
Why don’t you open the file, go to line 193, and systematically take out one $ at a time until it works?
WordPress. I have deleted Dan’s. When I try to activate it or on every single page when it is activated. Can you e-mail me the code so that I have the exact version or post it in the plugins bit. Awgandrews ATHIS gmail.com .
Same again through:
Parse error: parse error, unexpected $ in /homepages/27/d120217802/htdocs/wp-content/plugins/cmdavatar.php on line 193
I haven’t intergrated it with bbpress yet, but since I can’t get it to activate, this doesn’t seem to be the problem.
Thanks!
Thank you!
First time I’m using BBpress but I’m REALLY fond of WordPress so I hope that this can be a good relationship with the too.
I thought this pretty much explained it?
Basically, I use WordPress headers and footers throughout both WordPress and bbPress, with my headers and footers containing all the layout design, and whatever is in between only being the actual content to be shown (in the case of a post the post loop, in the case of a page the page loop, in the case of a forum page the forum loop, etc.).
Okay, more info:
• In Firefox, when I log into bbPress, I am logged in, but the log in form does not auto refresh to “Welcome, username! View your profile…” Same problem when I log out, it does not refresh to “Register or login…”
• In Safari and IE 7, it does refresh when logging into bbPress, but not when logging out.
• In any browser, it does not refresh when logging into WordPress, but does when logging out.
• In all instances if I hit refresh/reload, it displays the correct message.
• Cookie integration between WordPress and bbPress is otherwise successful, once I’m logged into one, I’m logged into both, and vice-versa.
• Identical problems on multiple computers/ users.
I had the same partial 404-links.
For me the right htaccess solved the issue.
It was really the missing Options +MultiViews in the .htaccess (root or bbpress-folder – both works). So maybe You’ve a further look?
I’m starting to wonder if my problem is different, as it is also occurring with a WordPress install on the same server. WordPress was fine until I did a clean install with WP/BB in the same database. I’m guessing it’s a cookie issue? An identical bbPress install on a different server works fine, reset FF, etc.
I’m also trying to make a bit of a list, so if you have an installation up and running, let me know, I’ll add it over at proforums.
very sleek. I’m a big fan.
Manually query the category database and output it? Not that it matters.
Is this on a WordPress or a bbPress page, dyaddydad? Have you done a full bbPress integration, including the “functions” section? Do you use the $forumpage variable as suggested in my post with the code? Did you uninstall Dan’s plugin before uploading mine?
I’m just working on a new site and going to use WordPress and bbpress running alone side each other. I have started the coding on the WordPress and I’ll start the BB soon too. I just thought I’d give a small (unfinished) preview to get some feedback. http://www.flickr.com/photos/sulcalibur/tags/ipwd/show/ many thanks
Joomla 1.5 Beta 2 is pretty nice platform so I believe making a bridge from bbPress to J1.5 shouldn’t be very difficult.
Biggest deal breaker was that parts of the sidebar are generated WP category list. There’s no way to fake that.