buddypress
Installing forums in Buddypress without sounding like a sailor!
Finally there is a compatible bbpress version to go with buddypress. I was having no luck before getting forums integrated into buddypress so I did the only smart thing I could think of. I walked away.
Now here we are about 2 months later and things are looking good. And even better, someone wrote up some detailed [...]
Main Buddypress environment object
I was looking for the cleanest way to reorganize some menu items and I happened across the core buddypress environment object: $bp.
To access this you will have to make it a global first.
global $bp;
echo $bp->loggedin_user->fullname;
This echos ‘admin’;
There are lots of good tidbits in there so if you are going to be doing some major [...]



