01-20-2013, 01:18 PM
I just want to see if I am using it correctly. It's working like I want, but maybe there is a better way to do this.
I am using the plugin MyAdvertisements to show one banner in the header and another one in the footer. I want to hide them from a specific section. I will show here what I did in the header:
Like I said, it's working, it's hiding the ads from the forum id 17. I did the same thing for the footer, too.
Am I using it correctly?
By the way, thank you for your plugins.
I am using the plugin MyAdvertisements to show one banner in the header and another one in the footer. I want to hide them from a specific section. I will show here what I did in the header:
Quote:<if $GLOBALS['style']['fid'] != '17' then>
{myadvertisements[zone_1]}</if>
Like I said, it's working, it's hiding the ads from the forum id 17. I did the same thing for the footer, too.
Am I using it correctly?
By the way, thank you for your plugins.