Re: WP 2.7.1 and bbPress 0.9
Hey Kevin!
Thanks I got it working by using CK’s Fix Admin Access plugin and by specifying these two lines in bb-config.php :
$bb->custom_user_table = ‘wp_users’;
$bb->custom_user_meta_table = ‘wp_usermeta’;
Things are working fine till now. I was lost at your instructions so I myself tried hit and trial method and finally got everything setup. Thanks for your help.
The only thing that I am left in my project is to create custom member area for students & faculty members which require me to set and recognize the cookie exactly what is being used by WP & bbPress at the time. Can you help in this regard?