The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]() Quote:
![]() To show you what I am trying to do though here is my ad code that goes in the Manage Ads section of vB and is showing in the first post of a thread: Code:
<div id="wrap"> <div class="ad"> <!--- GOOGLE AD CODE GOES HERE --> </div> <div id="test"></div> </div> The CSS class for .adblocked is set to display an alternate image asking the user to help support the site and disable adblock. So <div id="test"></div> becomes <div id="test" class="adblocked"></div> when an adblocker is running. Now this part works great, except for the fact that all this is happening inside the div id ad_thread_first_post_content. Because of the name of that div, everything inside it is being hidden by the adblocker and therefore my test div does not show up properly when an adblocker is being detected. If I can change the name of <div id="ad_thread_first_post_content"> somehow, then I would be able to have my code work. Thanks for your time. ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|