Install WordPress
Install bbPress
Integrate bbPress with WordPress (user table, login sync) – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Create a simple plugin for bbPress which makes it member only (don’t know if one already exists)
Install WordPress
Install bbPress
Integrate bbPress with WordPress (user table, login sync) – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
Create a simple plugin for bbPress which makes it member only (don’t know if one already exists)
Hi, I did an integration between wordpress and bbpress about six months ago. About 2 months ago, I lost the ability to login to my admin screen for bbpress. When I go to my bbpress forum, I’m automatically logged in as the admin and can add/delete posts, edit my profile (it looks like I’m still the keymaster, but I’m not sure), etc. However, I can’t get to my bbpress admin panel. When I click on the “Forum Dashboard” link, it takes me to my wordpress admin panel. When I go to the URL that used to take me to my bbpress admin panel, I get my wordpress blog page (a default page, I believe). Any help would be greatly appreciated. Thanks in advance!
The easiest way to do this is by getting this plugin for (bbPress) or better said WordPress.
Make sure you read the HOW TO INSTALL
It’s not that hard to pull off but i like it very much.
You will just get a Widget that you can add to a side-bar or footer-bar lots of option.
One small glitch,
It doesn’t support the nicer-permalinks plugin for bbPress but the links will support the right pages.
The easiest way to do this is by getting this plugin for (bbPress) or better said WordPress.
Make sure you read the HOW TO INSTALL
It’s not that hard to pull off but i like it very much.
You will just get a Widget that you can add to a side-bar or footer-bar lots of option.
One small glitch,
It doesn’t support the nicer-permalinks plugin for bbPress but the links will support the right pages.
Hopefully this is the easiest question ever asked. I have a WordPress site with BBP installed. I want to be able to pull the latest BBP posts in a php query I can use throughout the site. What is easiest way of doing this?
Any help would be greatly appreciated.
bbPress has been a stand alone forum, albeit based on some core WordPress components. But is not a plugin for WordPress.
bbPress as a plugin is currently being developed.
bbPress has been a stand alone forum, albeit based on some core WordPress components. But is not a plugin for WordPress.
bbPress as a plugin is currently being developed.
so is this not a wordpress plugin forum?
so is this not a wordpress plugin forum?
This is not beautiful but it works..
and with a little bit of tuning (later) i think i can make it look much better.
Also something cool.
If you register with a Gravatar (wordpress) image placed on the gravatar site if will autom. pick that image as basic image.
And if you would like to add some other image on your profile you can simple upload you’re own image and it will overwrite the basic one.
And if you push “delete” it will autom. go back to the gravatar basic image.
Very cool.
No problems for me till now with this plugin.
I also tried the Avatar upload plugin but that one is broken like …
(don’t even try to install Avatar upload plugin – pick the Bavatars one)
This is not beautiful but it works..
and with a little bit of tuning (later) i think i can make it look much better.
Also something cool.
If you register with a Gravatar (wordpress) image placed on the gravatar site if will autom. pick that image as basic image.
And if you would like to add some other image on your profile you can simple upload you’re own image and it will overwrite the basic one.
And if you push “delete” it will autom. go back to the gravatar basic image.
Very cool.
No problems for me till now with this plugin.
I also tried the Avatar upload plugin but that one is broken like …
(don’t even try to install Avatar upload plugin – pick the Bavatars one)
Thanks, Zaerl. So, how can we install it to use on our wordpress website?
Thanks, Zaerl. So, how can we install it to use on our wordpress website?
Using bbPress-WordPress syncronization plugin and was able to connect to the bbpress part on wordpress dashboard, but not the other way around.
bbPress url: http://example.com/forums/ Everything is ok!
WordPress url: http://example.com/ URL is incorrect or connection error, please verify it (full variant): http://example.com?wpbb-listener
Link above leads to: “If you see that, plugin must connect well. bbPress test response (must be a:1:{s:4:”test”;i:1;}): a:1:{s:4:”test”;i:1;}”
Enable plugin (on both wp & bb) Not allowed: [bbPress part] Cannot establish connection to WordPress part
-made fsockopen, etc. changes
-my-plugins folder, etc. permissions=755
Sincere appreciation for anyone that can offer assistance/ideas
Thanks zaerl..
I will delete the login-/register menu off WordPress and try to redirect the login-/register off WordPress to the bbPress site.
Thanks zaerl..
I will delete the login-/register menu off WordPress and try to redirect the login-/register off WordPress to the bbPress site.
bbPress isn’t a WordPress plugin. It’s a standalone software.
bbPress isn’t a WordPress plugin. It’s a standalone software.
Hmmm i had the same error when i tried to change from basic to prettylinks.
First i got an error when i tried to change the WordPress install to permalinks (friendly links)
And it told me to copy and past this code to my .htaccess file.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
When i did that and chmod the file to 666 by Transmit (file upload client) everything worked fine..
But when i tried to change bbPress from basic to pretty permalinks i got also the same error the TS had.
But adding this code (line) below the code above i have no trouble anymore..
Options +MultiViews
* So i don’t know what i’m doing but i think it’s okay because it works.
Thanks..
John,
Your assessment sounds spot on. There is no bbPress.php file in that Stand-alone version I downloaded off the main page.
What is the link to the forum plugin that may be used for WordPress? Is there one available?
Thanks much,
Josh