News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

can find the code on the custom theme

Started by shanhi, April 04, 2007, 11:51:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

shanhi

I have found this in the install.xml file
<file name="$themedir/index.template.php">
<operation>
<search position="before"><![CDATA[ </td>]]></search>
<add><![CDATA[';
//Welcome Ads
if (function_exists("show_welcomeAds"))
{
$ads = show_welcomeAds();
if(!empty($ads))
{
echo '<td class="windowbg2">';
if($ads['type']==0)
echo $ads['content'];
else
eval($ads['content']);
echo '</td>';
}
unset($ads);
}
echo ']]>
</add>
</operation>


I can not find the <td> tag as shown above in the custom theme(dilbermc).Could anyone help me with this. what is the code above the <td> tage.Thanks


and one more question.I did not see the file Display.template.php and ManagePermissions.php in the custom theme(dilbermc).What should I do now?

  Please help me.I really need this mod.Thank you.

shanhi

sorry,mod or admin,can you move this thread to the theme support board for me please

bigguy

If you cannot find it you can leave it out, the ad mod will still work without that edit. Maybe the theme you use doesnt have a welcome center.