I seem to have everything working fine, and I have placed ad blocks successfully testing header, footer, left, right, and content. However, I'm using this module to replace having the adsense code hardcoded into my page.tpl before and after my content.

Having created an "adsense block" and assigned it to "content" it seems that the default is to place the adsense ads after the content (with no option to switch them before the content). I have looked through the module code, but couldn't find anything obvious to make the adsense (content) block show before the content.

Is this possible - and how can I do it?

thanks in advance for any help you may lend!

Comments

kbahey’s picture

Status: Active » Closed (fixed)

The placement of blocks depend on your theme.

You need to modify the template.php to define a new region, then modify the page.tpl.php file and put that region where you want it.

I wrote a tutorial on using 4.7 regions to show adsense. It applies to 5.x the same way.

See if that helps.