Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Make a different profile page for a special user

It’s essentially already being done, if you look at member-header.php you will see that ‘last activity’ and ‘latest updates’ for the member being displayed are fetched by passing in bp_displayed_user_id() that function returns the current displayed user so all you need to do is an if displayed user == ‘ID’ do some stuff else carry on and do latest update.

Skip to toolbar