Hello with all the inconvenience and noise width Adabe service
Portal BBpress
My name Sajjad Aghaee student in Informatics
Am. Beings that I am proud Iranian.
From long ago with your Association Management System
Met use and am very happy and satisfied. All projects in the Open
Iran welcomed by a very good face. Including the project can be referred WordPress
That Iran was known as the most popular system.
Willingness to open a harsh slave database
I am from Iran for BBPress. I opened with
Commissioning of this base to develop this system in need for. And I
Say that within a few months I system to rank the best management system 1 to 3
Society in Iran would become.
Summary that I can
BBPress not in place yet and need more support than
Is.
If you wish to setup a database to support
BBPress for Iran to have contact with me.
aghaee.sajjad @ gmail.com
(BBPress the best and strongest
Portal Management Association in the world)
Thanks Sajjad
من به ایرانی بودنم افتخار می کنم. با تشکر سجاد آقائی
http://www.eyran.net
So… I’m thinking the secret lies somewhere here:
bb-includes/functions.bb-users.php Lines 171+:
if ( count( $wordpress_roles_new ) ) {
bb_update_usermeta( $user, $wordpress_table_prefix . 'capabilities', $wordpress_roles_new );
bb_update_usermeta( $user, $wordpress_table_prefix . 'user_level', max( $wordpress_userlevels_new ) );
Can I just change the 3rd argument to keep it null?
Of course, there is also the next few lines dealing with: function bb_apply_wp_role_map_to_orphans()
In short — how can I prevent bbpress from messing with my WPMU settings ever!? And I mean – never ever! If I want to change the MU settings, I’ll do it in MU.
Bad bbpress! No! Bad program. Go to your room.
Even when a new user registers in BBpress – let em be orphaned in MU… whats the harm?
(Stop… think… how will the affect cookies… if a user goes to MU, and there is no setting for them, but they have a shared cookie saying they are logged in, MU will FREAK OUT!… So, something needs to change on MU’s end to say: if this happens, (cookie says logged in, but no role for you!) no biggie, stay cool, just pretend the user is not logged in…. Oooooh…. am I on to something?)
I find the AUTH_SALT etc. in my wp-config.php file. But I still can’t share the cookies after I have done all stuff.
Here is my bbPress admin image:
http://www.waterlin.org/tmp/bbPress_Cookies_integration.png
I notice that there is on sentence in bbPress document:
https://bbpress.org/documentation/integration-with-wordpress/
Here is the sentence:
This feature requires your WordPress and bbPress installations to exist in the same domain name, or at least in sub-domains of the same domain name.
I install WPMU into the root of my virtual host; then I install bbPress into the path /forum/
I don’t know if bbPress will work when it is in the sub-folder of WPMU?
What versions of bbPress and WordPress MU are you using?
More information:
Actually, all a user has to do is log in to bbpress, and it changes their role at WPMU from “–no role for this blog–” to “subscriber.”
Grr.
@lifestrikes – Is it possible that your browser is caching the old admin CSS?
Sorry that was due to some other problem. Now it works without any problem. So the key is to change the URL in the general options and physically relocating the files. Thanks
Modify the theme files: header.php and footer.php — I think the logo is actually called in the CSS (style.css)
I installed 1.0.1. Forum works as usual, but admin CSS is not working.
DO I have to do any additional changes to files to get CSS fixed?
Hi – there are several threads relating to this. Short answer:
The multiple keys are used in both — notably in bb-config.php:
define( ‘BB_AUTH_KEY’, ‘xxxxxxxxxxxxxxxxxx’ );
define( ‘BB_SECURE_AUTH_KEY’, ‘xxxxxxxxxxxxxxx’ );
define( ‘BB_LOGGED_IN_KEY’xxxxxxxxxxxxxxxxxxx’);
Should match the similar keys (of the five or so) listed in your wp-config.php file.
https://bbpress.org/forums/topic/login-in-problems-with-wordpressbbpress
https://bbpress.org/forums/topic/basic-integration-screencast/page/3
So, this seems to be a bbpress action (but I’ll also try at wpmu):
I’ve integrated the user db and cookies only. Works pretty good.
HOWEVER – every time someone posts in bbpress, their user role on my WPMU site changes. I currently have all users set to “–no role for this blog–” for the main (#1) blog on MU. When someone posts in bbpress, that role gets changed to “subscriber” or “contributor” or anything else, almost at random.
Can someone at least direct me to where in the bbpress files this call to the database is happening, and maybe I can work on fixing this myself?
Actually, I am not sure if it doesn’t work and come to this forum to confirm. What I did though, I have a spam post sample that Akismet can catch with Simplemachine forum. So, I post the exact same post on bbpress to test.
i’ve read through the forums to no avail. here’s the scenario…i have wordpress installed and hosted. right now the database is set up as http://mydomain.com/wordpress. i created a new directory called “forums” and installed bbpress in that folder. then i go to http://mydomain.com/wordpress/forums/bbpress (which is crazy) to proceed with the install. i enter the dabase name, database user name and password which i’m taking directly from the wp-config file and i get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m assuming either the directory set up is wrong or i’m entering the wrong database info. Any help is appreciated. Thanks.
Hi,
I install bbpress Version 1.0.1 that comes with Akismet. I saw most people got Akismet working automatically, but for me it’s never working and I would appreciate if someone can tell where to look such as a log or some clue why it’s not working. I test it with akismet-test-123 and viagra-test-123, but still I can post the topics. Please someone kindly give me a hint where to start.
Thanks,
Chawarong
Can I integrate my bbress database into my WordPress database after they were separate (but sharing the same WordPress usernames)?
Can I just copy the bb_ tables into my WordPress database and them tell bbpress to look at my WordPress database?
Thanks so much!
Marina
“Is there any easy way to search for plugins that are compatible with the bbPress 1 branch?”
BBcode, Add image, the video plugin all worked perfectly for me.
Second issue:
Currently my BBPress and WordPress are on two different databases. I would very much like to integrate users. However, the forum has about 50 users and the blog has about 20 users. Some are duplicates.
My main concern is making this as simple as possible for the users.
If I use the integration settings, how does that handle existing users?
To integrate BBPress with WordPress cookies, I need a secret key.
I have four keys in my wp-config file, and none of them are called “Secret Key”. So where do I get this?
I need help FAST, so please!
I currently use 09.5 but would like to upgrade this weekend. I do need to clarify a couple of things first.
To begin with I set up a temp/test forum and tested the plugins I currently use. All seemed to work just fine.
OK, not to the trickier part.
Originally I installed BBPress through SimpleScripts, which my host makes available on dashboards.
Then, changing my plans I moved the forum to a subfolder of a WordPress instillation.
I will ask my host, but I don’t think there is a way to change the SimpleScripts info, which thinks the forum is located at the original location.
Does anybody know if SimpleScripts adds anything that could complicate a normal upgrade? I am a very cautious upgrader and will of course back up the data base. But I want to go into this knowing about any potential problems.
can i somehow make simple force login without addons?
resolved by google: http://buddypress.org/forums/topic/bbpress-force-login-for-buddypress
‘code’
<?php
/*
Plugin Name: Force Login
Description: No one can see your forums unless they are logged in.
Plugin URI: http://bbpress.org/forums/topic/117
Author: Michael D Adams *voodoo code from Trent Adams and Sam Bauers*
Author URI: http://blogwaffe.com/
Version: 0.8
*/
function force_login_init() {
if ( !bb_is_user_logged_in()
&& 0 !== strpos($_SERVER, bb_get_option( ‘path’ ) . ‘bb-login.php’)
&& 0 !== strpos($_SERVER, bb_get_option( ‘path’ ) . ‘bb-reset-password.php’)
&& 0 !== strpos($_SERVER, bb_get_option( ‘path’ ) . ‘register.php’)
&& 0 !== strpos($_SERVER, bb_get_option( ‘path’ ) . ‘xmlrpc.php’)
) {
nocache_headers();
header(“HTTP/1.1 302 Moved Temporarily”);
bb_safe_redirect( bb_get_uri( ‘bb-login.php’, null, BB_URI_CONTEXT_HEADER + BB_URI_CONTEXT_BB_USER_FORMS ) );
header(“Status: 302 Moved Temporarily”);
exit();
}
}
add_action( ‘bb_init’, ‘force_login_init’ );
?>
‘/code’
i’m having a problem with unescaped characters showing up in my forum entries – for instance, if there’s an apostrophe in an entry, it gets displayed as '
when people read the forum. if you later edit that entry, the next display is \'
and so forth. it seems as if the engine isn’t un-escaping the characters.
i’m using bbPress 1.0.1 and wordPress 2.8.1 at http://trashfilmorgy.com/
I recently upgraded my site http://trashfilmorgy.com/ to a WP/BB integration, and I wrap bbPress in the WP theme, arras, which creates a fairly seamless integration between the two. Check it out!
No, especially because not all plugins that work with 1 are labeled as such