ไฟล์
Themes/default/Display.template.php// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div style="overflow: auto; width: 100%; padding-bottom: 3px;" class="signature">', $message['member']['signature'], '</div>';
echo '
</td>
</tr>
</table>
</td></tr>
</table>
</td></tr>';
แทนด้วย
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div class="signature">', $message['member']['signature'], '</div>';
echo '
</td>
</tr>
</table>
</td></tr>
</table>
</td></tr><tr><td>';
//Show Google Adsense after the 1st post
if ($message['id'] == $context['first_message'])
echo '
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4098094541740579";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="4809291968";
google_color_border = "577494";
google_color_bg = "577494";
google_color_link = "FFFFFF";
google_color_url = "999999";
google_color_text = "EFEFEF";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
';
//End of the adsense Code
}
echo '
</td><tr><td style="padding: 0 0 1px 0;"></td></tr>
</table>