Search Results for '"wordpress'
-
Search Results
-
Hopefully you folks can help me. I have a few questions about integration and bbPress. What I have right now is a custom built populated member database with passwords, usernames, emails, etc.
What I would like to do is get bbPress to “hook” into this database instead of having to have two member/user tables to keep synchronized. Is there a certain way you’d go about doing this, that perhaps isn’t too messy? Or will it require rewriting a lot of code?
I’ve found a lot of WordPress integration help here, but really not much on integrating with other types of websites (aside from template editing). So any help would be great, even if you just give me a little push in the right direction. Thanks.
Hi,
I don’t mean to post twice, but I realized that I replied this to a thread that had already been resolved.. so I am posting a new topic.
I am trying to integrate bbpress(0.8.3.1) with wordpress mu (1.3.3), and I am having some issues with cookies for login/logout.
I’ve tried setting this: (“MD5hash” replaced with my MD5)
$bb->usercookie = 'wordpressuser_MD5hash';
$bb->passcookie = 'wordpresspass_MD5hash';However, that didn’t seem to allow single sign-on login(meaning, if I am log into wp, go to bbpress and find myself already logged and vice versa)
Watching the cookies during the login/out process on WP MU, I found that the cookie names that WP MU uses are: “wordpresspass” and “wordpressuser”
So in config.php for bbpress, I used:
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';This works somewhat, let me explain:
This scenario works:
Log into WPMU, refresh bbpress page, I find myself already logged into bbpress.
Log out of WPMU, refresh bbpress page, I find myself logged out of bbpress.
Log into BBpress, refresh WPMU, I find myself logged into WPMU
This doesn’t work:
Log into BBpress, refresh WPMU (I find myself logged into WPMU) AND THEN when I try to log out from WPMU, I can’t log out.
I refresh BBpress page, and I am not logged out either.
If I log out from BBpress at this point, then I am logged out of WPMU as well.
I have a feeling it might be something with WPMU, but I thought I’d post here first since this is where I found all the information about the integration. Thanks for your help. I am appending my config.php relevant to the integration part.
$bb->wp_table_prefix = 'wp_';
$bb->wp_home = 'http://achillesblog.com';
$bb->wp_siteurl = 'http://achillesblog.com';
$bb->usercookie = 'wordpressuser';
$bb->passcookie = 'wordpresspass';
$bb->cookiepath = '/';thanks for your help.
Topic: bbPress 0.9 release date
[Update: this release will now be version 0.9 instead of 0.8.4]
bbPress 0.9 will be released on the 10th of March, 2008 to coincide with the release of WordPress 2.5
A full blog post on the bbPress blog will outline all the changes in the near future.
In the meantime if anyone wants to give the latest 0.9 beta a test run, simply download a zip package of the current version of the “0.8 branch” at the bottom of this page.
If you find any problems then please login to the bbPress Trac site and create a new ticket to report it as a bug. Alternatively, you can see if either sambauers or mdawaffe is in the #bbPress IRC channel on irc.freenode.net and report the problem directly to them.
Topic: Fatal Error?
I am getting the following error and I don’t understand why:
Fatal error: main() [function.require]: Failed opening required ‘./wordpress/wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’) in /homepages/19/d158184300/htdocs/index.php on line 4
Please help me solve this.
At first I uploaded the folder bbpress-0.8.3.1.zip to
/home/”mywordpressblogsname”/public_html/wp-content /plugins
where I unzipped it and modified the necessary files. Obviously, that didn’t work, as it’s not a plugin (I think I was on autopilot, as I’ve only installed plugins up to now).
So, where do I upload bbpress to exactly? I have some ideas, but I’d rather get some help than bumble around again.
FYI I am not integrating my forum users with my wordpress blog users (actually, my blog doesn’t allow user login at all).
Thanks!
Topic: get_bloginfo in bbpress
does anyone know the bbpress equivalent of wordpress’s get_bloginfo function?
Thanks
Topic: Integration questions
Hi!
I’ve been searching through this forum like a maniac and my bad – I didn’t find any answers for my questions.
I somehow managed to “integrate” my bbpress with WP (the part of users, cookies), BUT:
1) How can I wrap the forum inside my WP blog (like in wordpress.com) ?
2)…. well, the first one actually was the big one