soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Popup HTML Still Output When Conditional is False #953

Open thekendog opened 11 months ago

thekendog commented 11 months ago

I'm on BD 1.5. I have a popup that is set to show only for logged out users. However, I can see in the source that the HTML is still being output when a user is logged in. Why does it do this?

thekendog commented 11 months ago

This is kind of a big issue. For instance, if I have a popup that contains information that I only want to show logged in users it will still be output for non-logged in users. Really need to have the conditionals work properly.