Well the title says it al: How to hide a link for all members EXCEPT admin and moderators?
Thx
Well the title says it al: How to hide a link for all members EXCEPT admin and moderators?
Thx
Try this code:
<?php if (bb_current_user_can('edit_users')) : ?>
*some code here*
<?php endif; ?>
Yeah, that's what I do in my memberlist plugin to delete users.
That is where I got it from. Completely from Ardentfrost! :-)
Trent
A nice thx guys
lol, nice ;)
You must log in to post.