[bbDev] 2.1 and bbPress running the bbPress Integration plugin

spencerp spencerp1 at gmail.com
Thu Jan 4 13:58:42 GMT 2007


I have had some issues with the user's email addy's showing as "1" in the WP-ADMIN control panel .. and when they are logged in, and posting comments. They are posting as "Anonymous".. 

A possible cause could/would be this line in the plugins file:
require_once( ABSPATH . WPINC . '/registration-functions.php' );

They have renamed that file to: registration.php so.. change that line to:
require_once( ABSPATH . WPINC . '/registration.php' );

This is probably the main cause of these errors.. Also, we'd better make sure of any other bbPress plugins using that call to the /registration-functions.php file.. and change accordingly..

This is for 2.1 alphaX, and now 2.1-betaX users only!!

--
spencerp
http://spencerp.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://comox.textdrive.com/pipermail/bbdev/attachments/20070104/ec8114fc/attachment.htm


More information about the bbDev mailing list