Search Results for '"wordpress'
-
Search Results
-
I just finished successfully installing bbPress and importing the user database from WordPress, but now I can’t log into WordPress anymore. It recognizes my user name and password, but it comes up with a relatively blank page that simply says, “You do not have sufficient permissions to access this page.” I’ve tried flushing my cookies and logging in and out but it’s no good.
Please help!
Topic: Stuck with installing
Hi.
Have uploaded bbpress to a folder in my server.
It’s at: /public_html/bbpress-0.9.0.4 and I have wordpress in that folder too.
So I just want to visit ‘the intended url’ but it’s not there. Have tried it a dozen times. What am I doing wrong?
Topic: Standalone installation?
Hi.
Is wordpress required for installing bbpress?
Hi all,
Just wondering if anyone has a shared login working with bbPress RC1 & WordPress 2.8 beta?
I have WordPress installed at root level and bbPress in a sub directory using the WordPress users table.
When setting up bbPress I went through all the integration settings.
Now users can log in at either end no problem, it’s just that they are not logged in on the other end when visiting the forum/wordpress.
I then regenerated the keys using http://api.wordpress.org/secret-key/1.1/ and placed these in both config files with the required BB_ bit for the bbPress config.
I added the following to my bbPress config:
$bb->wp_siteurl = 'http://site.com/';
// that's your WordPress URL, not bbPress
$bb->wp_home = 'http://site.com/';
// almost always the same as siteurl unless you tinker
$bb->wp_table_prefix = 'wp_';
// should almost always be wp_ unless you tinkered
$bb->user_bbdb_name = 'xxxx';
// this is the MYSQL database name for *WordPress*
// you can copy it right out of WordPress !
$bb->user_bbdb_user = 'xxxx';
// this is the MYSQL user name for *WordPress*
// you can copy it right out of WordPress !
$bb->user_bbdb_password = 'xxxx';
// this is the MYSQL password for *WordPress*
// you can copy it right out of WordPress !
$bb->user_bbdb_host = 'localhost';
// 99.9% of the time it's going to be localhost, unless you are on DreamHost or some other weird ISP
$bb->custom_user_table = 'wp_users';
// 99.9% of the time it's going to be wp_users
$bb->custom_user_meta_table = 'wp_usermeta';
// 99.9% of the time it's going to be wp_usermeta
$bb->authcookie = 'auth code i set with wp plugin';
// in theory you should be able to leave this out
// but this is going to be copied from WordPress cookie
// this *must* match the WordPress setting
// do NOT use the 1234567 part, use your own cookiehash from WordPress - see the note at the very bottom
$bb->cookiedomain = '.site.com';
// note the leading DOT - this is important
// this *must* match the WordPress setting
$bb->cookiepath = '/';
// I *highly* recommend you set the cookie path to /
// this *must* match the WordPress setting
$bb->sitecookiepath = '/';
// I *highly* recommend you set the cookie path to /
// this *must* match the WordPress setting
$wp->cookiedomain = '.site.com';
define(COOKIE_DOMAIN,'.site.com');
// note the leading DOT - this is important
// we list both for WordPress legacy compatibility
$wp->cookiepath = '/';
$wp->sitecookiepath = '/';
define('COOKIEPATH', '/' );
define('SITECOOKIEPATH', '/');
// I *highly* recommend you set the cookie path to /Now when I log in at the bbPress side, a wordpress_logged_in_xxxxx cookie is created but then when I visit the wordpress end, I am not logged in.
When I do then log in on the WP end, it creates another wordpress_logged_in_xxxxx cookie, the cookie names are both the exact same but their values are different.
Anybody got any tips on how to fix this?
Topic: Secure Auth?
I’ve been living with bbpress and wordpress integrated badly for a while now. I suspect it’s because I can’t really work out where my wordpress secure auth salt is.
I don’t see it in the options.php for wordpress
I’ve tried adding the secure auth key from the config file, an the nonce salt but these don’t work.
I am tired of being logged out of wordpress or bbpress when switching between them.
I have searched this forum, and googled my head off, but there’s no clear explanation I can find on where this simple bit of data lives.
Where is the secure auth salt?
Looked in the archives here and couldn’t find a topic specifically about this…
I am fairly well versed in HTML and CSS. I have no programming experience though. I’ve been using bbPress for a couple years now, and have used WordPress for much longer.
I want to learn PHP but I don’t have previous programming/coding experience. I’d probably just use this to write plug-ins.
Can you recommend a good book or online tutorial for the absolute newb?
Thanks!
Please can anyone help. I tried to integrate bbpress with my wordpress blog by going into bbpress admin page and doing something with -wp admin
Now none of my users or me as admin are recognised and it won’t even send me an e mail.
Is there any way back in?????
Hi,
I have a wordpress mu install + buddypress. All the stuff works fine. I have installed bbpress. As it was difficult to tune the installation, I don’t know if what I can’t do if the consequence of a bad installation or only a limitation of bbpress.
I thought bbpress was buillt to work with wordpress mu : then I should be able to automatically enable a forum per blog created. But it is not the case : there’s one forum belonging to the first blog wp mu, and other blogs do not have one’s.
I don’t know if I am clear so I describe what I need.
Let’s say I create a WordPress MU on example.org.
I install bbpress to the example.org/forums path. Ok, it works.
Now, I create another blog, let’s say myblog.example.org.
When I enter the url myblog.example.org/forums, I should get a new forum space, not the forum that belongs to the main blog.
How to do that ?
Regards,
Fred
