I found the issue. The table names were custom set to not interfear with anything that that wasn’t called out anywhere in the install process except in an advanced (hidden) area.
I’ve re-installed BBPress 4 times now and I finally go it to work, with all my old posts, but I can’t log in.
This question is related:
https://bbpress.org/forums/topic/key-master-only-forum#post-15457
I think I will make a real plugin since this seems to be a requested feature that is not too hard to handle in 0.9 Look for it in the plugin section over the next day or two.
I have a karma plugin in development but it is not available yet and most likely will not be until early May.
You can preview it in use at http://bbShowcase.org
The code in brackets is BBcode so you want my BBlite:
https://bbpress.org/plugins/topic/bbcode-lite/
Still no luck getting Comment Quicktags for bbPress to work in the latest bbPress install.
Hi Sam, would this hold good to WPMU as well? I figure it is definitely not as up to date as WP.
I tried installing these plugins in bbPress but WordPress doesn’t seem to recognize that I am already logged into bbPress or vice versa.
When I look at the cookies, WPMU has just wordpresspass & wordpressuser set. The bbPress cookies look like wordpressuser_2c7… & wordpresspass_2c7..
This is with the two plugins installed and made to load with the underscore.
I will appreciate any help. Thanks!
I think it is. The only issue is if you had an integrated install, then you would have bbPress users in your wp_users and wp_usermeta table. You would probably have to manually remove those entries from those tables. Don’t drop the wp_ tables, just the bb_tables.
I think that’s about it. Once the code is gone from the filesystem, the database doesn’t matter much except for keeping things tidy.
Hi,
I wish to uninstall bbPress from my WP 2.5 installation and was wondering if it were as simple as:
– Deleting the forum sub-folder from my /blog/forum folder
– Dropping the bb tables from the shared database
Thanks,
Gene
“Why does it matter? I’m curious.”
1- Makes up for a long list when you’ve deleted hundreds of posts/topics
2- Bloats the database for absolutely nothing
Doesn’t matter, I’m about to remove bbPress from my WP installation, not enough Admin control.
Thanks,
Gene
Horrorshow said >>>
Also, I added the “cookiedomain” to the config.php
Here’s the full list relevant to the integration.
<<<
There is no config.php file. What file are you talking about? Do you mean wp-config.php in WordPress? If I’m using WPMU, where would these changes go?
Could you post the entire procedure for integrating bbPress with WPMU?
Thanks!
I don’t know anything about MU and how integration with bbPress and MU works.
Wp/bbpress issues after upgrade.
I stupidly upgraded to WP 2.5 before upgrading BBPress (I think I am still on 0.83, though I confess I am having trouble figuring that out–where to look?)
Since the WP upgrade, I was unable to login to bbpress. (I thought something had gone wrong, so I reset my password, and that did not work–the new password works in WP but not bbpress.)
Oddly, a Moderator can still login, as can regular users.
I now, obviously, want to upgrade bbpress ASAP and get this worked out. Is it going to be a problem that my admin account isn’t currently working? Is there some point in the upgrade process where I need to reset this somehow?
Thanks!!!
Hi, I’m currently having a similar problem. Having just upgraded to the new version of bbPress and taking advantage of it’s automated WordPress integration. However upon completing this I found I couldn’t access the admin panel.
I removed the bb-config.php file and ran through the installation again, leaving out the sections relating to WordPress integration. However I still cannot access the administrative panel.
I’ve tried some of the recommendations around the forum such as this, but to no avail.
Ideas? Feedback appreciated.
I wasn’t having any luck using Comment Quicktags for bbPress with v0.9.0.1. I’ll give it another shot tonight though.
I don’t have pretty permalinks on. I don’t have an .htaccess file in the bbpress install. My root .htaccess is this
php_flag register_globals off
RewriteRule ^([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/print/?$ /wp-print.php?year=$1&monthnum=$2&day=$3&name=$4 [QSA,L]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond %{DOCUMENT_ROOT}/wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz -f
RewriteRule ^(.*) /wordpress/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html.gz [L]
RewriteCond %{HTTP_COOKIE} !^.*comment_author_.*$
RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$
RewriteCond %{HTTP_COOKIE} !^.*wp-postpass_.*$
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1index.html -f
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Files 403.shtml>
order allow,deny
allow from all
</Files>
#AddHandler php5-script .php
The insert function in Comment Quicktags for bbPress can easily be reused to insert smilies. You don’t want to use wp-grins because it has to load prototype.js which is huge and slow.
bbPress needs the internal rewrite engine that WordPress has.
Multiviews is unreliable and availability is inconsistent.
This looks great! Thank you.
Now if we can get WP-Grins converted to bbPress, we’d have clickable smilies…
https://wordpress.org/extend/plugins/wp-grins/
One of the major stumbling blocks for implementation of permalinks is the creation of the .htaccess file.
There is at least one ticket requesting automation of the creation process via the admin area of bbPress (just like WordPress does). But the problem with that is that we support both the “MultiViews” and “mod_rewrite” methods of creating permalinks.
In light of this and some other problems with “MultiViews” I’d like to gauge the possibility of dropping “MultiViews” support in favour of “mod_rewrite”.
What do you all think? Do you use “MultiViews” or “mod_rewrite”? Why? Would you really miss “MultiViews” support?
Hey,
Just wanted to mention that I have released a matching WordPress theme, just in case anyone is using Peacemaker for bbPress.
You can download it here.
UPDATE!!
Figured out a way to integrate WordPress smileys into bbPress. Use this plugin!
http://pastebin.com/f411dfe2a
wonderful! i’m glad to hear my post was helpful!
OK, I found the problem. I had jumped ahead and installed the .htaccess file for pretty permalinks. This prevented the installer from running.
But now I’ve got an ugly long URL because I installed it under ../WordPress/
How do I reconfigure bbPress so that I can make the forum
http://www.paara.org/forum/
instead of
http://www.paara.org/WordPress/bbPress/
?
I installed bbPress in http://paara.org/forum/ because that’s what I wanted the URL of the forum to be, and the installation instructions didn’t indicate any preference for where.
Just one blog, with the WP files at http://paara.org/WordPress/ but with the public URL being simply http://paara.org/, as described in https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
And after moving the bbPress directories to http://paara.org/WordPress/bbPress/, I still can’t get the install to run, or anything but the “no content” message to appear.
What am I missing?