Unfortunatly bigguy that di not do that either.
I think these are different versions index file. WhenI exchange them Theme gets broken and make me use default theme. : (
I checked the Instal.xml file in the Ad Managmet version 1.0.7
It is attepting to this changes:
<file name="$themedir/index.template.php">
<operation>
<search position="replace"><![CDATA[<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr>]]>
</search>
<add><![CDATA[
<table width="100%" cellpadding="0" cellspacing="0" border="0">';
if ($modSettings['js_text_displayads_index'] && allowedTo('ad_manageperm'))
{
echo ' <tr><td id="bodyarea">
<br />
<div align="center">',$modSettings['js_text_content'],'</div></td></tr>';
}
echo '<tr>]]>
</add>
</operation>
<operation>
<search position="replace"><![CDATA[ echo '</td>
</tr></table>';]]></search>
<add><![CDATA[
global $modSettings;
echo '</td></tr>';
if ($modSettings['js_text_displayads_botindex'] && allowedTo('ad_manageperm'))
{
echo ' <tr><td id="bodyarea">
<div align="center">',$modSettings['js_text_content'],'</div><br /></td></tr>';
}
echo '</table>';]]>
</add>
</operation>
</file>
I think it cannot find the parts it is looking for and nethier I can....
I am really stuck. : (