Closed (fixed)
Project:
Google AdSense integration
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Apr 2007 at 04:20 UTC
Updated:
17 Apr 2007 at 04:36 UTC
I didn't know where else to put this. I wanted to be able to float an adsense filter ad in the content in order to have content flow around it....I modified adsense.module line 664:
$output .= _adsense_add_nl('<div class="adsense-'.$channel.'">');
so now it ads the channel name to the div....then one can exercise some control over the ads by specifying the channel, etc.
Comments
Comment #1
kbahey commentedThat is good for your case, but someone else may not want it by channel, rather by format, and yet another person would want it by something else.
A more generic solution is needed before this can go into the module.