Closed (fixed)
Project:
Currency
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2008 at 04:32 UTC
Updated:
19 Dec 2010 at 14:00 UTC
As i understand, Currency module creates a stand alone page called yoursitename.com/currency
I would like to show adsense ads around the currency module. how can i possibly do it?
Comments
Comment #1
kbahey commentedThe module needs to change to add a theme function that can be overriden in template.php.
You can do that with a form_alter() at present.
Either way, it involves coding.
Comment #2
Mechanical Engineer commentedJust create a new box and put adsense code inside it in full html mode. Now show this box only t the specified page i.e. currency in this case. I hope it helps.
http://mechanicalengineerings.com/
Comment #3
amateescu commentedThe answer from #2 is correct, just that you should read 'block' instead of 'box'.