Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Footer register see
#1
Not Solved Pencil 
Hello
I want to see only the members of the'll add footer links
#2
Not Solved
do you want that only logged in members should be able to see the links in footer ?
for that you can use template conditionals plugin (more details)
#3
Not Solved
Thanks you.
I do not understand exactly
Welcome to the panel members did footer.
I want to see only the members
#4
Not Solved
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)
#5
Not Solved Wink 
thank you very much
worked


Forum Jump:


Users browsing this thread: 1 Guest(s)