XF 2.3 Display parts of the bar only if someone is logged in.

Mike-1706

Member
Licensed customer
Dear readers, I would like to display only the login and registration options for guests in this bar. (Guest-View)

1776928873330.webp
How do I configure it in that way that the entire/complete bar is only displayed when someone is registered and logged in? (regged-view)

1776929121238.webp

Thank you very much in advance for any constructive answers.

Mike
 
Hello Sebastiaan

This is set here for the Quiz as an example (Usergroup Unregistered / Unconfirmed:

1776931765060.webp

But if I logged out it's still shown like the picture before. That's why I've asked....

Mike
 
Setup-> Navigation-> Public navigation: (edit your link option)

And set your "Display Condition" to: $xf.visitor.isMemberOf(2) this is the "Registered User Group".

Example:
1776933757521.webp

edit: /typo correction
 
Last edited:
Back
Top Bottom