Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Check if a user is logged in?

I am personally tired of having information up to Bozo’s, so I like to use:

<?php if (bb_current_user_can('write_posts')) : ?>
DO SOMETHING
<?php endif; ?>

That way, the users who are members see the content and spammers cannot! (At least I think not….not going to mark myself as BOZO to find out)

Trent

Skip to toolbar