Hi

I am displaying a Leaderboard AD below the navbar.
But I want it only to display when notices are not shown, the page is a thread and the viewer a guest.

I use this condition:

<vb:if condition="THIS_SCRIPT == 'showthread' AND !$show['notices'] AND $show['guest']">
my ad code here
</vb:if>

But currently it is still displayed when notices are shown and I have no idea why.

Anyone an Idea?