bbPress

Simple, Fast, Elegant

bbPress support forums » Themes

Determine if its a member or an admin

(3 posts)
  • Started 1 year ago by LordCoder
  • Latest reply from LordCoder
  • This topic is resolved
  1. LordCoder
    Member

    Hi ,

    how to determine if its a member or an admin ( by admin , i mean the administrator and keymaster levels ) ?

    if not , where can i find a good documentation about bbpress template tags like wordpress' one ?

    TFYT .

    Posted 1 year ago #
  2. try

    if ( bb_current_user_can( 'administrate' ) ) {
    // do something
    } else {
    // do something else
    }

    If you look in bb-includes/capabilities.php, you'll see a list of available capabilities you an check for, if you want more fine grained control than the above.

    Posted 1 year ago #
  3. LordCoder
    Member

    Thanks very much for your help !

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.