Hi dj,
I've got everything installed OK, the package shows up on my admin panel, so I think it is installed correctly. But when I run it throught the package parser to find out what theme edits to make, the first thing that comes up is this:
Find:
[color=red]<body>';[/color]
Add after:
//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);
}
I can't get past this point, because i can't work out where to put the extra code. My chosen theme does not have the '<body>' code sitting on a line of its own.
I have full access to everyhing; ACP and FTP.
Here's my index.template and you can see what I mean.