Hi Lynne - I'm wondering if you can help me. I have tons of pre-existing custom HTML (actually .php) pages, all which leverage a server-side include, let's call it header.php.
I'd like to replace the contents of header.php with something that would allow all of my pre-existing pages to automagically support my vbulletin header and navigation.
All these pages also reference a footer.php, if that is helpful to the cause (but that's easy enough for me to replicate, at least visually what is shown to the user).
--------------- Added [DATE]1295192670[/DATE] at [TIME]1295192670[/TIME] ---------------
Quote:
Originally Posted by rumas
Thank you Lynne for helping me and everyone else with in this thread...
Here is the condition I used around the ad, works great. Maybe this will help someone else!
Code:
<vb:if condition="THIS_SCRIPT != 'Your_Definition'">
</vb:if>
|
I get an undefined error when trying to wrap this around my ad code via the Advertisements feature within AdminCP. Do you embed your ads manually?