Quote:
Originally Posted by Videx
So, just because you have a few brain dead users you want to eliminate the option for everyone? That's awfully presumptuous of you. Right this minute I'm browsing with my sidebar collapsed - at work, with a smaller screen and slower connection it makes no sense to have the sidebar open. But when I get home with the larger screen and faster connection I keep it open. Choice!
Be very careful about trying too hard to please a few stupid people. And never assume they're all that stupid until you've actually reminded them how to do it.
|
In common with another member I also have ads in my sidebar so I'd like to prevent guests and my non-premium members from collapsing the relevant boxes so there is a need for the facility to hide the collapse buttons.
Many thanks for the mod Allmanai. Could I ask a quick question? I hide other ads from my premium users by wrapping the google script in the following:
PHP Code:
<vb:if condition="!is_member_of($bbuserinfo, 29)">
....ad script
<vb:if condition="$adsshown[] = 9"></vb:if></vb:if>
There will no doubt be a simple answer to this question but would you happen to know why the sidebar ads still show despite this code?
Thanks