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

kbahey’s picture

Status: Active » Closed (fixed)

That 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.