Use this.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu//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);
}
<div id="solkose">//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);
}
echo '
<div id="solkose">
Quote from: Viper on January 11, 2010, 07:24:05 AM
I have modified my index.template.php but the theme doesn't have the files BoardIndex.template.php and MessageIndex.template.php.
QuoteWhen a template file is not found in a custom non-default theme, the theme will rollback and use the default theme's template.
Quote from: Viper on January 11, 2010, 07:24:05 AMAlso, the board of forum has displaced to right
Thanks in advance!