MyBB Community Forums

Full Version: Hide content of posts for certains groups.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys!

Can you help me with hide content for certains groups?

I want hide a bit of the post with a bbcode or something, and only display hide content in post to certains groups, for example, give permissions to moderators only.

Ty. Regards.
please help me Sad
Hi, you are going to need to use PHP in Templates and Template Conditionals plugin,
http://mybbhacks.zingaburga.com/showthread.php?tid=260

I'm not sure how to hide from specific user groups but I know for a fact that the information is there, I'm sure you will find it when you search for it, good luck.
You can do an
<if $mybb->usergroup['canmodcp']>content</if>