Published on October 13th, 2010 by miiduu
1. I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:
# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /location_of_install/
Options +MultiViews
</IfModule>
# END BBPress
After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?
besides if you are interested in running a free online shop, what’s more, you can also put your shop on facebook, please sign up at the following site http://www.miiduu.com/facebook-store?source=fb
Published on October 12th, 2010 by Jive Dig
I’m just setting up a test forum, and i quickly made 2 forum titles.
When i click on either i get an Error 404 – Not Found
Whats going on?
Published on October 12th, 2010 by jefferisp7
Hi folks, doing a forum install for client on a WP site, and trying to use phpBB, which has all the features they need, but the integration leaves something to be desired… outdated plugins, header errors, failed installs, etc.
Would be nice to see in a features list table what bbpress can and cannot do, with or without extra plugins…
Thanks
Jeff
Published on October 12th, 2010 by jefferisp7
HI folks, tried to download and install by upload this plugin using WP 3.01, but got the error message “invalid header”
Any suggestions?
Published on October 12th, 2010 by Archie Webmaker
Is it possible in bbpress?
OR
Is there is a page plugin?
Published on October 12th, 2010 by Archie Webmaker
I heard BBPress will be available as a WordPress plugin and also heard about some arguments.
I think many Bppress users will love a lite wordpress blogging plugin for BBPress too.
What’s your thoughts?
Published on October 12th, 2010 by
I just installed a fresh copy of bbpress 0.9.0.6
I then created a “my-plugins” directory at the root of the bbpress install.
I downloaded the following plugin and put the PHP file within /bbpress/my-plugins
https://bbpress.org/plugins/topic/bb-topic-views/#post-275
However, it doesn’t appear bbpress is loading any PHP plugins found in /bbpress/my-plugins
Any ideas what’s going on?
Published on October 12th, 2010 by novuscory
Hi there!
I installed BBPress about 2 weeks or so ago and have still not found an answer for this. Everything seems to be working fine, except the posts. Whenever you click on a post you get a 404 error (page cannot be found). I cant for the life of me understand why. I have looked at some other posts and still havent found an answer. Can ANYONE please help?
Here is the link to my forums:
http://aces.lfchosting.com/wp-content/themes/aces/bbpress/
PLEASE PLEASE PLEASE help?
Many thanks!
Cory Smith
novuscory(at)gmail.com
Published on October 12th, 2010 by katemgilbert
I installed bbPress yesterday on a site with WP 3.0 multisite and BuddyPress. Unfortunately I set a key master username that was already in my database, and since I was integrating with cookies, I got an error. Couldn’t find a way to change the username, so I decided to remove bbPress from my server and start with a fresh install. The BuddyPress forum setup page gave me a new bb-config.php file, but when I re-uploaded bbPress today with the new bb-config, I still got the message that bbPress is already installed and do I want to run an upgrade script. Clicking the link to run the upgrade script does nothing, loads a blank page.
I just want to start over from square 1 and install bbPress on my site. How do I clear out this old failed install so I stop getting the message that its already installed?
Published on October 11th, 2010 by
I just installed a fresh copy of bbpress 0.9.0.6
Since the default installation does not create a my-plugins directory, I created such a directory at the root of the bbpress install.
However, when I go to put some PHP files for 0.9.x plugins in my-plugins directory, it doesn’t appear those plugins are getting loaded.
I know the *.php files located in my-plugins directory are not getting loaded because I have inserted the following code at the topic of the php files and nothing happens
die('ALERT: my-plugins loaded');
And I never see the message.
Any ideas why my-plugins directory is not loading the .php files within it?