Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Page elements viewable only by admin?


_ck_
Participant

@_ck_

No, no no, bb_is_admin is to detect if you are in the admin control panel

First line should be

<?php if (bb_current_user_can('administrate')) { ?>

Skip to toolbar