Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Google Adsense Ads Elsewhere - A Request
I know there is an add-on where I can display Google Ads, which I'm currently using on my recently created Vanilla forums. However, I don't necessarily want it in the side-panel. I would like to see an add-on where it can be a letterboard above both the panel and main content area, but just below the navigation bar. Or if thats not even possible, then a banner-sized adblock right above any content in the main section.
Can the current Google Ads add-on thats going around be modified to handle this request?
Can the current Google Ads add-on thats going around be modified to handle this request?
0
This discussion has been closed.
Comments
I seem to recall a delegate somewhere that somebody used to make an interactive forum-bot that would be perfect for this...
i've since, with mark's help and others, been able to impliment that kind of extension on my forums, i'm just trying to make it better and more useful now.
To place it anywhere create another InjectAdsense() function with modified AdsenseCode and than attach it to another Delegation.
It works fine.
I used there these:
$Context->AddToDelegate('CommentGrid', 'PreRender', 'InjectAdsensePanel'); $Context->AddToDelegate('Filler', 'PreRender', 'InjectAdsenseFoot'); $Context->AddToDelegate('Panel', 'PreRender', 'InjectAdsenseNotice');