[bbDev] Wordpress / bbPress users

Aaron aaron at paintbox.org
Wed May 3 13:10:01 GMT 2006


Integrating bbPress is pretty easy, to share the users table open up the
bb-config.php file and after
$bb->gmt_offset = -5;

add

// use the WP user table for your bbpress user list
define('CUSTOM_USER_TABLE', 'wp_users');

if you want to use wp themes, functions etc, just make sure that bbpress
calls the wp-config file and you are good to go.
Also check this thread
http://comox.textdrive.com/pipermail/bbdev/2005-December/000452.html

> I want to share users between wordpress and bbpress. It looks like it
> should
> be as simple as telling bbpress to look at the wp_users table since I have
> them both in the same db? How can I best make the changes without
> completely
> ruining my install?
>
> Best wishes,
>
> Harvey Ramer
>
> -------------------------------------------------
> Design Delineations
> 4 Prospect Street
> Norwood, NY 13668
> Toll Free: (866)-874-8710
> Phone:(315)-262-0469
> Fax: (315)-262-0448
>  <http://www.designdelineations.com/> http://www.designdelineations.com
> Complete Web Solutions. Personal Service.
> -------------------------------------------------
>
> Confidentiality Notice:  This e-mail message, including any attachments,
> is
> for the sole use of the intended recipient(s) and may contain confidential
> and privileged information.  Any unauthorized review, use, disclosure, or
> distribution is prohibited.  If you are not the intended recipient, please
> contact the sender by reply e-mail and destroy all copies of the original
> message.
>
>
>
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
>



More information about the bbDev mailing list