Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hide a link for all members EXCEPT admin and mod

Try this code:

<?php if (bb_current_user_can('edit_users')) : ?>

*some code here*

<?php endif; ?>

Skip to toolbar