Hello
I want to see only the members of the'll add footer links
Thanks you.
I do not understand exactly
Welcome to the panel members did footer.
I want to see only the members
if you install
template conditionals plugin then you can use code like below
<if !in_array($mybb->usergroup['gid'], array('1', '7')) then>
content here is not visible to guests
</if>
(group id 1 is for guests and 7 is for banned)
thank you very much
worked