Sorry should add a little more information. On a users blog I wanted to have the $bp->displayed_user superglobal populated, so during the bp_init I pull in the first user attached to the blog and populate that global. In 1.2 this worked fine, and I was able to build out things like the nav menu for the user, avatar, etc. However in 1.5 this throws a 404 for the page. Any ideas how I can fix this, or better ways to do this? Here is a snippet of my code: