Misafir Misafir
| Konu: Nasılım Modu Paz Mart 02, 2008 3:44 pm | |
| İçerik Gizlenmiştir Görebilmek için Konuya Mesaj atınız .[img width=161 height=326] https://2img.net/r/ihimizer/img241/2237/140mg1.jpg[/img][img width=139 height=391] https://2img.net/r/ihimizer/img207/7137/4cs6.jpg[/img]Resimler açıkça anlatıyor. Sadece admin değiştirebilir.üyeler veya moderatörlerin müdehale yetkisi yoktur. İster yazı yazarsınız iyi-efendi-uyuz-kahraman vs. gibi isterse bbc taglarıyla resim. Profil özetinde ve mesajların oradaki profilde tüm üyeler görür. ister bunu üyelerinize bu şekilde 10'dan 1'e doğru rakamlar hazırlayarak puanlama olarak kullanın. veya bu şekilde kademeli [img width=72 height=16] http://www.secularity.com/r/g_alyz_sm-a.gif[/img] barlar , madalyalar [img width=18 height=18] http://www.elaziganadolu.com/Resimler/bronzMadalya.gif[/img] hazırlayın. yada benim BURADA yaptığım gibi eğlenceli bir oyun haline dönüştürün . artık işin bu tarafı sizin hayalgücünüze kalmış başlayalım Profile.template.php yi aç bul: - Kod:
-
<td><input type="text" name="websiteUrl" size="50" value="', $context['member']['website']['url'], '" /></td> </tr>'; değiştir - Kod:
-
<td><input type="text" name="websiteUrl" size="50" value="', $context['member']['website']['url'], '" /></td> </tr>'; if ($context['user']['is_admin']) { // Nasilim ivan_ . . . . . . . . echo ' <tr> <td colspan="2"><hr width="100%" size="1" class="hrcolor" /></td> </tr> <tr> <td><b>Nasılım(Profil): </b></td> <td><input type="text" name="default_options[profile_nasilim]" size="50" value="', @$context['member']['options']['profile_nasilim'], '" /></td> </tr> <tr> <td><b>Nasılım(Mesajlar): </b></td> <td><input type="text" name="default_options[profile_postnasilim]" size="50" value="', @$context['member']['options']['profile_postnasilim'], '" /></td> </tr>'; } bul: - Kod:
-
<td><a href="', $context['member']['website']['url'], '" target="_blank">', $context['member']['website']['title'], '</a></td> Altına ekle: - Kod:
-
', !empty($context['member']['options']['profile_nasilim']) ? '</tr><tr> <td><b>Nasılım: </b></td> <td>' . parse_bbc($context['member']['options']['profile_nasilim']) . '</td>' : '', ' Display.template.php yi aç bul: - Kod:
-
// Show how many posts they have made. echo ' ', $txt[26], ': ', $message['member']['posts'], '<br /> <br />'; değiştir: - Kod:
-
// Show how many posts they have made. // Nasilim ivan_ . . . . . . . . echo ' ', $txt[26], ': ', $message['member']['posts'], ''; if (!empty($message['member']['options']['profile_postnasilim'])) { $postnasilim = parse_bbc($message['member']['options']['profile_postnasilim']); echo '<br />Nasıl Biri: ' . $postnasilim . ''; } echo ' <br /> <br />'; [size=16pt]BİTTİ[/size] [size=16pt]*****************************************
Daha önce Durumum modunu kuranlarda şöyle yapacak[/size]Profile.template.php yi aç bul: - Kod:
-
</tr>';
// If karma is enabled let the admin edit it...
değiştir - Kod:
-
</tr>'; if ($context['user']['is_admin']) { // Nasilim ivan_ . . . . . . . . echo ' <tr> <td colspan="2"><hr width="100%" size="1" class="hrcolor" /></td> </tr> <tr> <td><b>Nasılım(Profil): </b></td> <td><input type="text" name="default_options[profile_nasilim]" size="50" value="', @$context['member']['options']['profile_nasilim'], '" /></td> </tr> <tr> <td><b>Nasılım(Mesajlar): </b></td> <td><input type="text" name="default_options[profile_postnasilim]" size="50" value="', @$context['member']['options']['profile_postnasilim'], '" /></td> </tr>'; }
// If karma is enabled let the admin edit it... bul: - Kod:
-
<td><a href="', $context['member']['website']['url'], '" target="_blank">', $context['member']['website']['title'], '</a></td> Altına ekle: - Kod:
-
', !empty($context['member']['options']['profile_nasilim']) ? '</tr><tr> <td><b>Nasılım: </b></td> <td>' . parse_bbc($context['member']['options']['profile_nasilim']) . '</td>' : '', ' Display.template.php yi aç bul: - Kod:
-
// Show how many posts they have made. echo ' ', $txt[26], ': ', $message['member']['posts'], '<br /> <br />'; değiştir: - Kod:
-
// Show how many posts they have made. // Nasilim ivan_ . . . . . . . . echo ' ', $txt[26], ': ', $message['member']['posts'], ''; if (!empty($message['member']['options']['profile_postnasilim'])) { $postnasilim = parse_bbc($message['member']['options']['profile_postnasilim']); echo '<br />Nasıl Biri: ' . $postnasilim . ''; } echo ' <br /> <br />'; |
|