Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide a link for all members EXCEPT admin and mod

  • @null

    Member

    Well the title says it al: How to hide a link for all members EXCEPT admin and moderators?

    Thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • @trent

    Member

    Try this code:

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

    *some code here*

    <?php endif; ?>

    @ardentfrost

    Member

    Yeah, that’s what I do in my memberlist plugin to delete users.

    @trent

    Member

    That is where I got it from. Completely from Ardentfrost! :-)

    Trent

    @null

    Member

    A nice thx guys

    @ardentfrost

    Member

    lol, nice ;)

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar