MyBB Community Forums

Full Version: Quote & Report post button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want following two changes.

1. I have done change that only quote button seen only in admin UID=1 post with this code
<if $mybb->user['uid=1'] then>{$post['button_quote']}</if>
but i want usergroup rather than Specific UID.
what changes require in above code which make that only quote button seen in post by admin, moderator, supermoderator group?


2. i want to remove report post button only from post by staff means admin, moderator, supermoderator.
what to write for usergroup instead of uid in this code
user['uid=1']