Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Different User Profiles

@tiptap

Participant

I called the function incorrectly

$bp->bp_check_usertype($bp->displayed_user->id);

should have be

bp_check_usertype($bp->displayed_user->id);

Skip to toolbar