Topic: sidebar banner does not display
Hello:
I cannot get sidebanner to display after activating it in cp. any ideas on why it may not be displaying?
thanks for the help,
Bryan
You are not logged in.
Hello:
I cannot get sidebanner to display after activating it in cp. any ideas on why it may not be displaying?
thanks for the help,
Bryan
Make sure the tag for displaying banners is present. See this post for more info.
There is no such tag. Bryan_Adam, you can copy/paste it from webby2 template. I also suggest you protect your templates from stealing by putting .htaccess file to your_template folder with this content:
<Files ~ "\.(tpl)$">
Order allow,deny
Deny from all
</Files>