For that footer thing, just edit the index.template.php and put it in there?
I asked for support as i dont know what code to put..
For the ad mod, you may have better luck asking in that mod's support board at smf's forums. You can find the link to that board in the theme's page on the themes site.
in that mod there are some files which i was not able to find some code which i had to find and replace for example in /Themes/warzone/index.template.php
Find: [Select]
<body>';
Add After: [Select]
//Display ads on the top of the page
if (function_exists("show_topofpageAds"))
{
$ads = show_topofpageAds();
if(!empty($ads))
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
unset($ads);
}
in which i was not able to find where the body is .
ok never mind about the ad mod ... help me if u can
atleast help me wit that footer code