Just posted a new commit to the DRUPAL-5 branch.

Here's the list:

1) Fixed a bug where users could not delete their bio from their user profile area.
2) Put better permissions on the "bio" tab on the user profile page
3) Added a redirect from the bio node page to the user profile page when the checkbox to use bio as the user profile is enabled. This means that bios nodes that are found as a result of a search, will actually lead visitors to the user's profile page.
4) Disabled the ability for admin users to attribute a user's bio to another user when they're editing it in from the profile. This makes more sense when you use it. This also fixes a bug where new bios were getting attributed to the anonymous user (uid = 0).
5) Implemented hook_profile_alter() to add a checkbox to basically hijack the user profile page to display ONLY the bio. By altering the node-bio.tpl.php file to add a bunch of aggregated information from the user (such as a list of blog posts), this makes it pretty easy to get MySpace-type functionality pretty quickly and easily.
6) Various documentation tweaks, text cleanup, etc, etc...

Comments

Anonymous’s picture

Status: Fixed » Closed (fixed)