Öncelikle Profile.template.php dosyasını açıp
<td>', $context['member']['gender']['name'], '</td>
</tr><tr>
Buluyoruz.
Daha Sonra Altına
<td><b>Takımım: </b></td>
<td><img src="' . $settings['images_url'] . '/takim/', $context['member']['options']['takim']['value'], '.gif" alt="', $context['member']['options']['takim'], '" /></td>
</tr><tr>
Ekliyoruz.
Daha Sonra
<option value="2"', ($context['member']['gender']['name'] == 'f' ? ' selected="selected"' : ''), '>', $txt[239], '</option>
</select>
</td></tr><tr>
Buluyoruz.
altına ekliyoruz
<td><b>Takımım: </b></td>
<td><select name="default_options[takim]">
<option', @$context['member']['options']['takim'] == 'Fenerbahce' ? ' selected="selected"' : '', '>Fenerbahce</option>
<option', @$context['member']['options']['takim'] == 'Galatasaray' ? ' selected="selected"' : '', '>Galatasaray</option>
<option', @$context['member']['options']['takim'] == 'Besiktas' ? ' selected="selected"' : '', '>Besiktas</option>
<option', @$context['member']['options']['takim'] == 'Trabzonspor' ? ' selected="selected"' : '', '>Trabzonspor</option>
<option', @$context['member']['options']['takim'] == 'Yok' ? ' selected="selected"' : '', '>Yok</option>
</select></td>
Profile.template.php dosyasını kaydedip kapatıyoruz.
Display.template.php dosyasını açıyoruz.
echo '
Nerden: ', $message['member']['¤¤¤¤¤¤¤¤'], '<br />
';
Buluyoruz.
if (empty($message['member']['options']['takim'])) {
$message['member']['options']['takim']='<img src="' . $settings['images_url'] . '/Yok.gif" border="0" />';
}
echo '
Takımım: <br/> <img src="' . $settings['images_url'] . '/takim/', $message['member']['options']['takim']['value'], '.gif" width="80" alt="', $context['member']['options']['takim'], '" /><br />';
Ekliyoruz.
Daha sonra images klasörünün içine takim adında bir klasör oluşturuyoruz ve içerlerine






Tabe Benim ReSimLeri; arkadaslar ResiMleri şöyle Kaydetmeniz LazıM Fenerhacenin iSe F.gif GS nin ise G.gif Bjk B.gif Tspor T.gif Yok Y.gifYani Buyuk harfleri KullanıN basharfleri (: /takim Klösurune Atarak Ftpye atınızz..
Resim Boyutuna GeLince En Son eklediginiZ Yani en altta Verilen Kodda Son Satırda (Bu asagıdaki Satır Yanii);
Takımım: <br/> <img src="' . $settings['images_url'] . '/takim/' $message['member']['options']['takim']['value'] '.gif" width="80" alt="' $context['member']['options']['takim'] '" /><br />';
80 İstediginiZ gibi DegistiriN boyutlanacaktır .. en guzeLi 120 dir ama Avatar Boyutunuza veya cercevenize baqLı Sonucta..
ii Calısmalar..
ALINTIDIR