X



Konu Bilgileri
Konu Başlığı
Smf Modifikasyonları(Hepsi bu başlıkta toplansın)
Konudaki Cevap Sayısı
31
Konuyu Açan Kişi
fbturan
Görüntülenme Sayısı
145





Mesaj Önizleme  Konuyu Gönder 
Sayfa (4): « İlk < Önceki 1 2 [3] 4 Sonraki > En Son »
Smf Modifikasyonları(Hepsi bu başlıkta toplansın)
Yazar Mesaj
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #17
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Avatar yaninda ek istatistikler ve Kişisel Mesajlar bir arada



İndex.template.php’de bul

Kod:
// If the user is logged in, display stuff like their name, new messages, etc.
    if ($context['user']['is_logged'])
    {
        echo '
                                &lt;a href="', $scripturl, '?action=unread"&gt;', $txt['unread_since_visit'], '&lt;/a&gt; &lt;br /&gt;
                                &lt;a href="', $scripturl, '?action=unreadreplies"&gt;', $txt['show_unread_replies'], '&lt;/a&gt;&lt;br /&gt;';

    }


Değiştir

Kod:
// If the user is logged in, display stuff like their name, new messages, etc.
    if ($context['user']['is_logged'])
    {
// Avatar yaninda ek istatistikler ve Kisisel mesajlar bir arada.. ivan_
        if ($context['allow_pm'])
            echo ' ', $txt[152], ' &lt;a href="', $scripturl, '?action=pm"&gt;', $context['user']['messages'], ' ', $context['user']['messages'] != 1 ? $txt[153] : $txt[471], '&lt;/a&gt;', $txt['newmessages4'], ' ', $context['user']['unread_messages'], ' ', $context['user']['unread_messages'] == 1 ? $txt['newmessages0'] : $txt['newmessages1'];
        echo '.&lt;br /&gt;';

        echo '
                                &lt;a href="', $scripturl, '?action=unread"&gt;', $txt['unread_since_visit'], '&lt;/a&gt; &lt;br /&gt;
                                &lt;a href="', $scripturl, '?action=unreadreplies"&gt;', $txt['show_unread_replies'], '&lt;/a&gt;&lt;br /&gt;';

    }


bul

Kod:
// But, let's always show minutes - Time wasted here: 0 minutes ;).
            echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '&lt;br /&gt;';
        }
        echo '                &lt;/span&gt;';
    }


değiştir

Kod:
// But, let's always show minutes - Time wasted here: 0 minutes ;).
            echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '&lt;br /&gt;
', $txt[489], ': ', $context['common_stats']['total_posts'], '&lt;br/&gt;
', $txt[490], ': ', $context['common_stats']['total_topics'], '&lt;br/&gt;
', $txt[488], ': &lt;a href="', $scripturl, '?action=mlist"&gt;', $context['common_stats']['total_members'], '&lt;/a&gt;';
        }
        echo '                &lt;/span&gt;';
    }


///////////////////////////////////////////////////////////////////////

Dilbermc içinde. yani bu rasimdeki gibi yapmak istiyorsanız








İndex.template.php’de bul

Kod:
                            // But, let's always show minutes - Time wasted here: 0 minutes ;).
                            echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '&lt;br /&gt;';
                        }
                        // Is the forum in maintenance mode?
                        if ($context['in_maintenance'] &amp;&amp; $context['user']['is_admin'])
                            echo '
                                                &lt;b&gt;', $txt[616], '&lt;/b&gt;&lt;br /&gt;';



değiştir

Kod:
                            // But, let's always show minutes - Time wasted here: 0 minutes ;).
                            echo $context['user']['total_time_logged_in']['minutes'], $txt['totalTimeLogged4'], '&lt;br /&gt;
', $txt[489], ': ', $context['common_stats']['total_posts'], '&lt;br/&gt;
', $txt[490], ': ', $context['common_stats']['total_topics'], '&lt;br/&gt;
', $txt[488], ': &lt;a href="', $scripturl, '?action=mlist"&gt;', $context['common_stats']['total_members'], '&lt;/a&gt;';
                        }
                        // Is the forum in maintenance mode?
                        if ($context['in_maintenance'] &amp;&amp; $context['user']['is_admin'])
                            echo '
                                                &lt;b&gt;', $txt[616], '&lt;/b&gt;&lt;br /&gt;';


coder: ivan_



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

03-08-2008 14:22:49 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #18
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Site ici arama yerine Reklam kodlari
index.template.php de bul

Kod:
    // Show a random news item? (or you could pick one from news_lines...)
    if (!empty($settings['enable_news']))
        echo '
                &lt;td width="90%" class="titlebg2"&gt;
                    &lt;span class="smalltext"&gt;&lt;b&gt;', $txt[102], '&lt;/b&gt;: ', $context['random_news_line'], '&lt;/span&gt;
                &lt;/td&gt;';
    echo '
                &lt;td class="titlebg2" align="right" nowrap="nowrap" valign="top"&gt;
                    &lt;form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;"&gt;
                        &lt;a href="', $scripturl, '?action=search;advanced"&gt;&lt;img yasak içerik="'.$settings['images_url'].'/filter.gif" align="middle" style="margin: 0 1ex;" alt="" /&gt;&lt;/a&gt;
                        &lt;input type="text" name="search" value="" style="width: 190px;" /&gt;&amp;nbsp;
                        &lt;input type="submit" name="submit" value="', $txt[182], '" style="width: 11ex;" /&gt;
                        &lt;input type="hidden" name="advanced" value="0" /&gt;';


değiştir

Kod:
    // Show a random news item? (or you could pick one from news_lines...)
    if (!empty($settings['enable_news']))
        echo '
                &lt;td width="90%" class="titlebg2"&gt;
                    &lt;span class="smalltext"&gt;&lt;b&gt;', $txt[102], '&lt;/b&gt;: ', $context['random_news_line'], '&lt;/span&gt;
                &lt;/td&gt;';
    echo '
                &lt;td class="titlebg2" align="right" nowrap="nowrap" valign="top"&gt;

                    &lt;table&gt;&lt;tr&gt;&lt;td&gt;

BURAYA REKLAM KODLARINI KOY. ADSENSE KODLARI BİRAZDEĞİŞİK. OLABİLİR.O ZAMANDA BU &lt;TABLE&gt; FALAN YAZAN YERLERİNİ O KODA GÖRE EDİTLE
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;';


codeR: ivan_



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

03-08-2008 14:23:23 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #19
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Mesajlarin icine reklam (ilk mesajda veya tüm mesajlarda)
Displaytemplate.php.de bu kodu bul



Kod:
// Show the post itself, finally!
        echo '
                                &lt;/td&gt;
                            &lt;/tr&gt;&lt;/table&gt;
                            &lt;hr width="100%" size="1" class="hrcolor" /&gt;
                            &lt;div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '&gt;', $message['body'], '&lt;/div&gt;', $message['can_modify'] ? '
                            &lt;img yasak içerik="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" /&gt;' : '' , '
                        &lt;/td&gt;
                    &lt;/tr&gt;';


Değiştir

Kod:
// Show the post itself, finally!
        echo '
                                &lt;/td&gt;
                            &lt;/tr&gt;&lt;/table&gt;
                            &lt;hr width="100%" size="1" class="hrcolor" /&gt;';
    if ($message['id'] == $context['first_message'])
echo '

REKLAM KODLARI BURAYA ';
echo'

                            &lt;div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '&gt;', $message['body'], '&lt;/div&gt;', $message['can_modify'] ? '
                            &lt;img yasak içerik="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" /&gt;' : '' , '
                        &lt;/td&gt;
                    &lt;/tr&gt;';




her mesajın içinde çıksın google banlarsa banlasın diyosan Displaytemplate.php.de bu kodu bul ve üstüne reklamını ekle

Kod:
&lt;div class="post"', $message['can_modify'] ? ' id="msg_' . $message['id'] . '"' : '', '&gt;', $message['body'], '&lt;/div&gt;', $message['can_modify'] ? '
                            &lt;img yasak içerik="' . $settings['images_url'] . '/icons/modify_inline.gif" alt="" align="right" id="modify_button_' . $message['id'] . '" style="cursor: pointer; display: none;" onclick="modify_msg(\'' . $message['id'] . '\', \'' . $context['session_id'] . '\')" /&gt;' : '' , '
                        &lt;/td&gt;
                    &lt;/tr&gt;';



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

03-08-2008 14:23:47 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #20
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Konu icinde extra 'yeni konu' butonu
Display.template.php de bul

Kod:
'reply' =&gt; array('test' =&gt; 'can_reply', 'text' =&gt; 146, 'image' =&gt; 'reply.gif', 'lang' =&gt; true, 'url' =&gt; $scripturl . '?action=post;topic=' . $context['current_topic'] . '.' . $context['start'] . ';num_replies=' . $context['num_replies']),


altına ekle

Kod:
'new_topic' =&gt; array((allowedTo('post_new')) ? 1 : 'test' =&gt; 'nothinglol', 'text' =&gt; 'smf258', 'image' =&gt; 'new_topic.gif', 'lang' =&gt; true, 'url' =&gt; $scripturl . '?action=post;board=' . $context['current_board'] . '.0'),





[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

03-08-2008 14:24:09 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #21
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

temanız/style.css de bu kodları bulun

Kod:
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
    width: 100%;
    overflow: auto;
    line-height: 1.3em;


hemen altına Bunu ekleyin

Kod:
font-family:(YAZI KARAKTERİ KODU)


örneğin

Kod:
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
    width: 100%;
    overflow: auto;
    line-height: 1.3em;
             font-family: comic sans ms;
}


sonuç ''comic sans ms'' yazı karakterli oldu tüm yazılar



coder: ivan_



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

08-08-2008 21:47:52 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #22
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Satir ici kisayollari agac yapisi olarak gostermek
resimdede gördüğünüz gibi hem ağaç yapısı ve açılmış dosya resimleri oluşacak.




default/index.template.php'de Bunu bulun

Kod:
// Show something before the link?
        if (isset($tree['extra_before']))
            echo $tree['extra_before'];


üstüne bunu ekleyin


Kod:
// Show the | | |-[] Folders.
        if (!$settings['linktree_inline'])
        {
            if ($link_num &gt; 0)
                echo str_repeat('&lt;img yasak içerik="' . $settings['images_url'] . '/icons/linktree_main.gif" alt="| " border="0" /&gt;', $link_num - 1), '&lt;img yasak içerik="' . $settings['images_url'] . '/icons/linktree_side.gif" alt="|-" border="0" /&gt;';
            echo '&lt;img yasak içerik="' . $settings['images_url'] . '/icons/folder_open.gif" alt="+" border="0" /&gt;&amp;nbsp; ';
        }



Bulun

Kod:
// Don't show a separator for the last one.
        if ($link_num != count($context['linktree']) - 1)
            echo '&amp;nbsp;&gt;&amp;nbsp;';
    }


Değiştirin

Kod:
// Don't show a separator for the last one.
        if ($link_num != count($context['linktree']) - 1)
            echo $settings['linktree_inline'] ? ' &amp;nbsp;|&amp;nbsp; ' : '&lt;br /&gt;';
    }


coder: ivan_



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

08-08-2008 21:48:18 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #23
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Flash Banner Ekleme
index.template.phpde bul

Kod:
&lt;/head&gt;
&lt;body&gt;';


değiştir

Kod:
&lt;/head&gt;
&lt;body&gt;';
echo'&lt;DIV align=center&gt;&lt;p&gt;&lt;yasak içerik name="22" yasak içerik="BURAYA BANNER LİNKİNİ KOY "width="720" height="150" frameborder="0"&gt;&lt;/yasak içerik&gt;&lt;/p&gt;&lt;/DIV&gt;';


720 ve 150 oranlarnıı kendi sitene göre ayarla.

mozillada da sorunsuz çalışır
coder: ivan_



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

08-08-2008 21:49:32 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
fbturan
MC Spoilt B'stard
Super Moderators

Üye No: 1602
Katılım: Aug 2006
Yer: Kırıkkale
Mesajlar: 6,590
Grup: Super Moderators
Durum Çevrimdışı

Rep Ver :
Rep Puanı : 35
Ruh Hali
mutlu

MSN araciligi ile mesaj yolla Yahoo araciligi ile mesaj yolla ICQ araciligi ile mesaj yolla AIM araciligi ile mesaj yolla




Mesaj: #24
Cvp: Smf Modifikasyonları(Hepsi bu başlıkta toplansın)

Login Bölümüne Reklam
temanız/Login.template.php yi açın
bulun

Kod:
&lt;form action="', $scripturl, '?action=login2" name="frmLogin" id="frmLogin" method="post" style="margin-top: 4ex;"', empty($context['disable_login_hashing']) ? ' onsubmit="hashLoginPassword(this);"' : '', '&gt;


altına ekleyin


Kod:
&lt;table width="96" height="96" border="1" align="rigth" cellpadding="0" cellspacing="0" bordercolor="#457DDF"&gt;
  &lt;tr&gt;
    &lt;td colspan="2" bgcolor="#457DDF" bordercolor="#457DDF"&gt;&lt;b&gt;&lt;/left&gt;&lt;font color="white" size="2" face="Tahoma"&gt;Reklam &amp; Banner&lt;/font&gt;&lt;/b&gt;&lt;/left&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
      &lt;tr&gt;
        &lt;td colspan="2" background="blue"&gt;
            &lt;center&gt;

BURAYA REKLAM KODUNU EKLEYİN
  
            &lt;/center&gt;
      &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;



[Tek Kral T-Mac]
Hsm Kimdir?

Tıkla Tıklayabilirsen

08-08-2008 21:50:08 PM
Kullanıcının websitesini ziyaret et Bu kullanıcının gönderdiği mesajları bul Bu mesajı bir cevapta alıntı yap
Mesaj Önizleme  Konuyu Gönder 

Yazdırılabilir Bir Versiyona Bak
Bu Konuyu Bir Arkadaşına Gönder
Bu Konuya Abone Ol | Konuyu Favorilerine Ekle

Foruma Git: