There have been several changes in the code over the past few weeks. Rather than explaining them in detail, I’ll just highlight the most interesting ones. Profile pages now have a (pluggable) menu through which an increasing amount of administration can be done. Like it’s cousin, usermeta, a new table, topicmeta, has joined the bbPress […]
Easy as 1-2-3…4
Published on July 26th, 2005 by Michael Adams (mdawaffe)Complete User Integration
Published on July 22nd, 2005 by Matt MullenwegI just wanted to note that now bbPress can completely and seamlessly integrate and share a user system with any number of bbPress forums, and any number of WordPress or WordPress MU blogs.
User Favorites Feed
Published on July 7th, 2005 by Michael Adams (mdawaffe)To those of you who didn’t find the last post quite as exciting as I did, perhaps you’ll appreciate what the new architecture allows when you hear about its first feature: Customizable RSS feeds. Users can specify a custom set of topics from which their personal feed will draw recent posts. Currently, users can specify […]
User Meta Information
Published on July 7th, 2005 by Michael Adams (mdawaffe)The users table has been pared down to include only core user information. Additional information about each user can be stored in the new usermeta table. Accessing the information is just as easy as it always was; both the core and the meta information are included in the good ol’ $user object. For anyone out […]