Continuing the discussion from How to disable the banner topic dismiss button?:
Was checking this thread but still no clear answer to me. My use case is the following: we have a forum(community.pynk.io) which use invite link for people to get into the forum. New people reaching the forum need to take a small survey(TypeForm) and if they reach certain level by passing that questionnaire, Typeform provides a previoulsly generated invite link for that potential new user to get into the forum automatically.
We setup our forum as invite only and allowing new registrations, so Sign up button dissapeared and we have a banner topic pinned globally where new potential users are “welcomed” and invited to take the survey. The problem is that we want this banner topic non-dismissable for non-logged users but dismissable for logged users…we need to remove the “X” for non-logged in users and keep it for logged in so logged in users can effectively dismiss this once and for all.
How can we achieve this behaviour? Thanks