MyBB Community Forums
[How To?] Template conditionals. Visible only to myself, mods and admins - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html)
+--- Forum: General Support (https://community.mybb.com/forum-176.html)
+--- Thread: [How To?] Template conditionals. Visible only to myself, mods and admins (/thread-220882.html)



Template conditionals. Visible only to myself, mods and admins - codedude - 2018-11-29

So like warning level which is only visible to user itself and staff, how to do it with template conditionals for a text in postbit and member_profile?


RE: Template conditionals. Visible only to myself, mods and admins - isoldehn - 2018-11-30

<if $mybb->usergroup['canmodcp'] == 1 then>WHATEVER YOU WANT THEM TO SEE HERE</if>