Misafir Misafir
| Konu: Profil Alanını Çerçeve içine Alma Paz Mart 02, 2008 4:50 pm | |
| Display.template.php de
bul - Kod:
-
// Show the post group if and only if they have no other group or the option is on, and they are in a post group. if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '') echo ' değiştir - Kod:
-
// Show the post group if and only if they have no other group or the option is on, and they are in a post group. if ((empty($settings['hide_post_group']) || $message['member']['group'] == '') && $message['member']['post_group'] != '') echo ' <fieldset> <legend><b>Üye Bilgileri</b></legend> anlıyacağınız tüm çerçeveyi oluşturan kod bu - Kod:
-
<fieldset> <legend><b>Üye Bilgileri</b></legend> bu çerçeveyi çeşitli yerlere yerleştirebilirsiniz. örneğin :// Show information about the poster of this message.kodundan sonra 3-5 tane - Kod:
-
echo ' kodlarına rastlıyacaksınız . yukarıdaki çerçeve kodunu bu - Kod:
-
echo ' kodların altına deneme yanılma yoluyla yedek alarak yapıştırn. nasıl hoşunuza gidiyorsa öyle kullanın.Edit :RenGeyik.NetYukarıda Verilen Kodların İçindeki : - Kod:
-
<fieldset> Kodunu Uyguladığınız Kısımda Kapatmanız Gerekmektedir... - Kod:
-
</fieldset> Ör : - Kod:
-
// Show the member's ID echo '<fieldset> <legend><b>Kayit Sirasi</b></legend> ', $message['member']['id'], '<br /> <br /></fieldset>'; |
|