bbPress

Simple, Fast, Elegant

bbPress support forums » Troubleshooting

Hide a link for all members EXCEPT admin and mod

(6 posts)
  • Started 1 year ago by Null
  • Latest reply from ardentfrost
  • This topic is not a support question

No tags yet.

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

    Thx

    Posted 1 year ago #
  2. Try this code:

    <?php if (bb_current_user_can('edit_users')) : ?>
    *some code here*
    <?php endif; ?>

    Posted 1 year ago #
  3. Yeah, that's what I do in my memberlist plugin to delete users.

    Posted 1 year ago #
  4. That is where I got it from. Completely from Ardentfrost! :-)

    Trent

    Posted 1 year ago #
  5. A nice thx guys

    Posted 1 year ago #
  6. lol, nice ;)

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.