PDA

View Full Version : Advert function but removing "below navbar" on CMS


PetsAndExotics
02-06-2012, 02:36 PM
Hey!

I'm trying to implement adblocks. I can get it to s how fine below navbar. However I don't want it on my CMS front page. Any idea how I can locate the code or how I can just remove it from the CMS Front page?

kh99
02-06-2012, 02:48 PM
I haven't tried this so you'll need to test it, but you could put this:

<vb:if condition="THIS_SCRIPT != 'vbcms'">

</vb:if>

around your code.

PetsAndExotics
02-06-2012, 03:05 PM
I haven't tried this so you'll need to test it, but you could put this:

<vb:if condition="THIS_SCRIPT != 'vbcms'">

</vb:if>

around your code.


Worked like a charm! Thank you very much

--------------- Added 1328562287 at 1328562287 ---------------

Another problem!

I have in there a table of 6 in a row. Which each has 6 image banners. There is an issue where if you view in say ipad or a low resolution the table wont scale down to size with the forum. Any suggestions how i can have it so it scales?