So I have a fresh install of WordPress and bbPress(latest stable versions)
Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.
I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.
…I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?
So I have a fresh install of WordPress and bbPress(latest stable versions)
Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.
I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.
…I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?
So I started from scratch, and it seems they were never working. I don’t understand how Buddypress can defunk the role mapping? I don’t even really know if thats what the issue is. I’m going to start over again and do it without buddypress.
I only wanted Buddypress for the rich profiles and activity stream.
So I started from scratch, and it seems they were never working. I don’t understand how Buddypress can defunk the role mapping? I don’t even really know if thats what the issue is. I’m going to start over again and do it without buddypress.
I only wanted Buddypress for the rich profiles and activity stream.
I had that issue, and I had to manually paste the data between the config.php files. >.> Also, integrating the two well after actually installation was something I had to do aswell.
And there is a plugin you should look for in WP, it’s called “bbPress integration” and it tells you whats needed in your config file to share cookies.
I had that issue, and I had to manually paste the data between the config.php files. >.> Also, integrating the two well after actually installation was something I had to do aswell.
And there is a plugin you should look for in WP, it’s called “bbPress integration” and it tells you whats needed in your config file to share cookies.
The problem with the Global-Forum plugin, is not everyone has the spare cash.
The problem with the Global-Forum plugin, is not everyone has the spare cash.
Hi,
I’m trying to integrate bbPress 1.03 into WordPress 3.1.1. I’ve followed all the instructions but I can’t seem to get the cookie integration to work. Before I hack away at it I thought it would be worth asking whether this is a known issue?
Thanks.
Download:
http://www.fstube.org/tinymce.zip
install help is included there.
Download:
http://www.fstube.org/tinymce.zip
install help is included there.
Where have you put the script? Put it in the root and also check if /forums2/bb-load.php exists.
Hi Gautam, I have the converter installed, but have a quick question for you.
My wordpress is in the root directory, my bbpress forums are in
http://www.sitename.com/forums2
Here is the part of your code:
define( ‘W2BC_WP_PATH’, ” ); /** With Trailing Slash, if required */
define( ‘W2BC_BB_PATH’, ‘/forums2/’ ); /** With Trailing Slash, if required */
define( ‘W2BC_CONVERT_PINGBACKS’, true ); /** Convert pingacks too? true or false */
*** Continue my question ***
I keep getting “bbPress loader file (bb-load.php) doesn’t exist in the path specified!”
I have tried defining the w2bc_bb_path to ./forums2/ I have left it as the default like you had it and I have tried it as it is in the example above … it still tells me the path doesn’t exist
Could you let me know what path I need to define, if my forums are located at
http://www.sitename.com (this is where wordpress is installed)
http://www.sitename.com/forums2 (this is where my bbpress is installed)
Thank you again for the help and for the file. I am hoping I can get it to work:-)
Awesome, thank you very much Gautam for your help!
Hey all.
Due to outdated, slow, failing and not working WYSIWYG plugins, i wanted to create a new version.
The goals:
-Let TinyMCE work on all post pages (100% already
)
-Add new button which adds the [video] tag for youtube and a few more video sites. (0% since i havent treid it yet.)
-Turn TinyWYSIWYG off or on. (75% because i can hide it, but then it says no text is submitted. But quick fix: write in html, then turn Tinymce on and submit. It works as html, but a little iritating to do this way.)
Features:
-Can be easily updated, source is TinyMCE’s.
-Good experience, and loads of things work, like ,<span>
-Has easy UI same as MS Office 2007.
So any volunteers to help out the small things and make this as a plugin.
Note: The [video] PHP coding part is ready, needs to add button which wraps the [video]url-of-video[/video]
The video part will be a lose part too.
i am making the plugin better and better now
But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.
What is needed before the first WYSIWYG TinyMCE release for bbpress:
-Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.
-Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.
-Clean-up code, since it is untouched code from their website.
-Now uses no-jquery, but dont know if it is handy.
Hope some people want to help 
I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .
Greetins silasje1, fstube.org.
i am making the plugin better and better now
But tomorow (utc +1) morning i will try to create a fast first build with notes, on how too install.
What is needed before the first WYSIWYG TinyMCE release for bbpress:
-Somebody who can make it a plug-in, i have the pieces of codes which should be added to let it work.
-Adding a new button for the [video] tag whch i use. I want to release that too aftwards and include it to this version.
-Clean-up code, since it is untouched code from their website.
-Now uses no-jquery, but dont know if it is handy.
Hope some people want to help 
I will make a demo soon, but you can register @ forum.fstube.org or fstube.org/forums .
Greetins silasje1, fstube.org.
hello I just finished Deep integration of my WordPress with BBpress.
I had no errors with installation so everything was right from that part.
but when I’m trying to view forum on the header I got eror :
Deprecated: Assigning the return value of new by reference is deprecated in /customers/a
And when Im trying log in or go to bb-admin Im geting that error :
Deprecated: Assigning the return value of new by reference is deprecated in
Anyone could help me with that ;/ cuzz Im noob from php and I would like to make it working ;/
please for help ;/
So I guess I’m going to just start from scratch… again.
So I guess I’m going to just start from scratch… again.
hey asboyd do you have phpmyadmin or any other database management? if so select the database and go to execute and execute the same exact code that gave u the error… should be the same as mine. Only this time change the last line to:
ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';
basically changing TYPE to ENGINE. That will correct everything. good luck.
PS thanks to Super Artsy in the topic below for posting the solution.
https://bbpress.org/forums/topic/db-posts-table-not-installing?replies=4#post-86225
hey asboyd do you have phpmyadmin or any other database management? if so select the database and go to execute and execute the same exact code that gave u the error… should be the same as mine. Only this time change the last line to:
ENGINE = MYISAM DEFAULT CHARACTER SET 'utf8';
basically changing TYPE to ENGINE. That will correct everything. good luck.
PS thanks to Super Artsy in the topic below for posting the solution.
https://bbpress.org/forums/topic/db-posts-table-not-installing?replies=4#post-86225
You may check my WordPress to bbPress converter – http://code.google.com/p/wordpress-to-bbpress-converter/
It doesn’t migrate users yet, so you would have to do that yourself (before using the script).