İlk Harf Büyük Küçük İşi Biraz Karışık Ama


/Themes/sizin_temanız/Profile.template.php

<td><input type="text" name="websiteUrl" size="50" value="', $context['member']['website']['url'], '" /></td>
altına ekle:

</tr><tr>

<td><b>ADI-SOYADI</b></td>

<td><input type="text" name="default_options[profile_gercek_isim]" size="50" value="', @$context['member']['options']['profile_gercek_isim'], '" /></td>
Kullanıcının profiline bakıldığında görüntülenmesi için, yine aynı dosyada :
<td><a href="', $context['member']['website']['url'], '" target="_blank">', $context['member']['website']['title'], '</a></td>
altına ekle

</tr><tr>

<td><b>ADI-SOYADI</b></td>

<td>', @$context['member']['options']['profile_gercek_isim'], '</td>
/Themes/sizin_temanız/Display.template.php

// Show the member's gender icon?
Üzerine ekle

if (!empty($message['member']['options']['profile_gercek_isim']))

echo 'ADI-SOYADI', $message['member']['options']['profile_gercek_isim'], '<br />';
/Themes/sizin_temanız/register.template.php

<input type="password" name="passwrd2" size="30" tabindex="', $context['tabindex']++, '" />
</td>
Devamına ekle

</tr><tr>

<td><b>ADI-SOYADI</b></td>

<td><input type="text" name="default_options[profile_gercek_isim]" size="50" value="', @$context['member']['options']['profile_gercek_isim'], '" /></td>
Kolay Gelsin