Name: Default signature - Firma por defecto
Created By:
bigo Type: Profile
First Created: Eylül 19, 2007, 09:34:05 ÖS
Last Modified: Haziran 02, 2008, 09:31:06 ÖS
Latest Version: 1.0.3
Compatible With: 1.1.3, 1.1.4, 1.1.5, 2.0 Beta 3.1 Public
Download This ModManuel İnstallation
Themes/default/Display.template.php
Find // 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>';Replace With // 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>';
else
{
echo '
<hr width="100%" size="1" class="hrcolor" />
<center><img src="', $settings['images_url'], '/no-firma.jpg" alt="" border="0" /></center>';
} Move the included file "no-firma.jpg" to "./Themes/default/images".