Hello All,
Was wondering if anyone knows of a way to hide the ad banners, placed in the Top & Bottom positions of the website (728x90) through utilization of the Dolphin 7 Banner System, until a member is logged in?
Could a code snippet such as this (or modified) be used in some manner to make the ads invisible to non logged visitors/members:
if( getLoggedId() ) {
echo 'draw google ADS';
}
Any help would be greatly appreciated.
Thank you.
