Log in

View Full Version : "Find more posts from this user" only available for Mods?


Bowromir
04-20-2006, 08:15 AM
Hey,

Is there a way to show a link/button in the Postbit template "Find more posts from this user" for Moderators only ? So that Mods can easily find more posts from a user, but regular members don't have access to this feature?

Any help would be greatly appreciated!

Anyone ?

makaiguy
04-21-2006, 04:44 PM
Here's part of it.

In the place in postbit (or postbit_legacy if you use that) where you'd like the link to display, here's how you'd limit the display to your moderators (i.e. usergroups 5, 6, and 7):
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
<!-- code for the link goes here -->
</if>

Note: verify your usergroup numbers
5 - Super Moderators
6 - Administrators
7 - Moderators