So, I get to be a newbie (it’s been a while …)
The problem: I did the integration, but in the bbAdmin area (where you determine the User Values), I merged the administrator of WordPress (uh, me), somehow, with a value that doesn’t have access to the ‘Settings’ link within bbPress.
Not sure how I did it, or how to fix it. But while I seem to be recognized as the ‘admin’ on bbPress, the ‘Settings’ tab is no longer visible.
Help!
Thanks guys,
Nate
I’ve just setup BBPress and integrated it with my WordPRess blog (www.vizworld.com and vizworld.com/forum ). The integration worked perfectly.
However, I find myself today unable to access the Admin area. I could get in yesterday by doing the recommended logout/purge cookies/login , but Today every time I click “Admin” it just bounced back to the main forum page.
Any help would be appreciated.
I tried to include my Header.php content (some codes of it) to my bbpress header.php but always got trouble with the scripts.
It seems the codes are different and wont work together.
Maybe someone can help us because i am a beginner too.
Maybe there´s a way to create a new Page in WP and include bbPress there?
I hope so.
If you take a look on the forum there has been quite a lot of discussion, ck would seem to think and probably rightly that 1.0 will not be out before the year is over, so it could be that alpha 7 pops up at some point but beta is a way of I would assume as they have made quite slow progress because only 1/2 of them are working on it however I believe another person has returned from the wordpress camp to help out.
I am sure ck will chime in soon enough!
Hey guys. Guymed here, sheesh I haven’t been here since, like, early 2008. Tell me if I am posting this in the wrong forum, but, Talkpress? I visited Talkpress.com. It was up, not bbqponysomgomg like it was last year. But, I looked for a sign-up button or a certain page or something. NOT THERE! Is it VIPs only like wordpress.com when that first came up?
Um, thanks, I guess.
~Guymed-
http://guymed.org/ (AWESOME CSSs BY ME!)
How about taking the latest topic RSS feed and using an RSS widget or plugin in WordPress to display those topics?
I think I saw another topic about the avatars so I will look for that rather than address this here.
0.9.0.4 is recommended for live sites.
I get the funny feeling that I am a lonely bozo out here. I cannot post with my wordpress username johanhorak and now I am ignored as well. Did you notice that I am feeling sorry for myself.
Thanks _ck_! and thanks for your great plugins! I`m using some of them.
fernandot: gracias! Me llevo buen tiempo, y aún lo sigo laburando de a poco. Buen blog ayudawordpress… he estado por ahi varias veces. Si tienes alguna pregunta sobre la integración, etc, no dudes en preguntar. Saludos!
2. https://codex.wordpress.org/Function_Reference/wp_nonce_field
Don’t worry about the nonce field, it’s just for WP side and doesn’t translate, as of yet, to BB.
3. I think it’s just the internal http referrer, but I could be wrong.
Hey, everybody.
Agitainment.Comics ( http://agitainment.com/ics/ ) is an online graphic novel anthology dedicated to presenting the finest in comics entertainment from some of the best up-and-coming creators in the field.
My bbPress forum ( http://agitainment.com/ics/forum/ ) has been modified to match the old-school comic book format of my WordPress site. Have a look and let me know what you think.
Ex animo!
Rick
Thank you, second question is it possible to link up (same logins) between WordPress and BBPress without installing the Alpha Version?
There is no need to post the question in several places at once. Just ask it once.
There are several problems with your question and the solution posed in that other topic but we can talk about it on this topic:
https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
Yes but that wouldn’t work from the WordPress side.
The correct way to do it directly would be to either use the topic table which has the topic_poster_name (not bb_posts) or to use a LEFT JOIN on the user table to fetch the user_login.
The LEFT JOIN will also get you the display name.
But there are several problems with your question.
First of all, you mean Display Name, not Nice Name, unless you are trying to use it in a way I don’t understand.
Secondly 0.9 doesn’t use Display Name.
Third,
“SELECT * FROM bb_posts WHERE topic_id=$topic_id AND post_id != $first_reply_id AND post_status=0 ORDER BY post_time DESC”
is a very inefficient query, there’s no LIMIT, you are using *
what exactly are you trying to find?
1. To add anything to the login page, just edit the login.php or login-form.php in your template folder. Since the login form is just a tiny space, you might just have a small text link there to a full disclaimer file.
2. Yes, with the 0.9.0.4 version and the latest WordPress (well, 2.7 anyway), you can use one of these two solutions:
http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/
https://bbpress.org/plugins/topic/freshly-baked-cookies/
1. What versions did you integrate? If you integrated 0.9.0.4 with WordPress 2.7.1 or similar, the logins won’t work. You need one of these two solutions:
http://superann.com/2009/02/26/wordpress-26-27-bbpress-09-cookie-integration-plugin/
https://bbpress.org/plugins/topic/freshly-baked-cookies/
If your keymaster just lost permissions, you might be able to use this plugin to restore them.
https://bbpress.org/plugins/topic/fix-admin-access/
How do I add in a legal disclaimer to a login page, Can i still integrate logins with wordpress even though I am installing the non alpha version of the software.
Hey guys! I can’t make $result->topic_poster_name work in my 0.9.0.4 instalation.
Is this the right function for this version?
// REPLIES
$query_replies="SELECT * FROM bb_posts WHERE topic_id=$topic_id AND post_id != $first_reply_id AND post_status=0 ORDER BY post_time DESC";
$results_replies=$wpdb->get_results($query_replies);
$replies_text = "";
foreach ($results_replies as $result) {
echo $result->post_text;
echo $result->topic_poster_name;
}
The post_text works perfectly, but the poster_name returns me nothing. Any idea?
If like me you have been struggling endlessly to integrate the two feeling like a dumb ass because you followed the video countless times and still could not get it you may have noticed that wordpress cookies are called ‘wordpress_’ where as bbpress integration creates cookies ‘wordpress_……’ this is the issue I had and spent and age trying to resolve, if you read this article to the letter ignoring the buddypress stuff it will 100% work.
http://umwblogs.org/wiki/index.php/Integrating_WPMu%2C_BuddyPress%2C_and_bbPress
I have installed the wordpress in http://example.com/
and bbpress in http://example.com/forum
The database is successfully integrated. wp user can use the same username and password to login bbpress. There is some weird cookies going on. Users login to wordpress but they need to login again in bbpress. However, when they logout wordpress and it will automatically logout in bbpress too. I have read some of the post so I add this to wp-config.php
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/’);
And I also add this to bbpress bb-config.php
$bb->path = ‘/forum/’;
$bb->usercookie = ‘wordpressuser’;
$bb->passcookie = ‘wordpresspass’;
But no luck and it doesn’t work. I see someone who can see their cookies in the computer…. And I am not sure how to see if the site create a cookies for me. I am using Mac OSX 10.4. Firefox. I am not sure how to see the cookies is created in my computer or not. It would be great if someone can guide me through like a newbie…. Thank you very much for any of your help.
Even BuddyPress.org uses deep integration, so I think that for right now, the only way to tightly integrate the two platforms is to use deep integration.
Maybe tomorrow there will be a universal theme directory, and underneath that will be buddypress themes, bbpress themes, and wordpress themes, with wordpress mu sub themes for users.
There are ways that you can make a plugin for one application to mimic what the other application does, but for things like the BuddyPress buddybar, there’s no way to load that without loading the BuddyPress classes and functions, and you can’t get that info without the WordPressMU classes and functions on the ready.
Basically different strokes for different folks.
I’m dealing with 2 databases for my site, one for wordpress and a different one for the forum.
I have converted my phpbb3 forum to bbPress recently, (they were both installed on the same database to enable the conversion).
When I tried to integrate my WordPress blog with my bbPress forum it went bad. I want to backup my bbPress forum via phpmyadmin (as a sql file) and start all over with the install. I’d like to install bbPress on the same database that WordPress is on & also integrate it with WP when I install.
Is there a way I can restore my sql file of my bbPress forum so I don’t lose anything? If so, how do I restore do the restore into bbPress? I’m unable to access the control panel of bbPress now because of the failed integration. I’m still able to log into WordPress.