where can i find direction:
How to add Adsense to SMF version: SMF 1.1.5
try to use this mod http://custom.simplemachines.org/mods/index.php?mod=255
You can also do this manually. Please search as this is a commonly asked question! :)
Yeah, manually being that you copy your Adsense code and paste it in index.template.php for your theme. Just about everything in the index.template.php file is commented so you will know exactly where you are pasting your Adsense code.
This thread is always a good place to start:
Tips and Tricks (index) (http://www.simplemachines.org/community/index.php?topic=15899.0)
Forum advice :: How I placed Adsense on my forum. (http://www.simplemachines.org/community/index.php?topic=153647.0)
example_http://www.azzuhro-forum.tk
I successfully edit the theme
Display.template.php
echo '
<tr> <td style="padding: 0 0 1px 0;"> </ td> </ tr> <center> <script>
ADS HERE
</ table>
<a name="lastPost"> </ a> ';
example _http://www.azzuhro-forum.tk
index.template.php
echo '
document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse.gif");
document.getElementById("upshrinkHeaderIC").style.display = mode ? "none" : "";
current_header_ic = mode;
}
// ]]></script>
ADS HERE
</head>
<body>';
example _http://www.azzuhro-forum.tk