Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => İpuçları ve Hileler => Topic started by: ℓσяєиz on May 19, 2007, 07:14:00 AM

Title: Vbulettin tipi Sabit konu
Post by: ℓσяєиz on May 19, 2007, 07:14:00 AM
önce
(http://img176.imageshack.us/img176/9613/oncezq9.jpg)
http://img176.imageshack.us/img176/9613/oncezq9.jpg


sonra
(http://img176.imageshack.us/img176/2231/sonrarz6.jpg)
http://img176.imageshack.us/img176/2231/sonrarz6.jpg


MessageIndex.template.php aç

Code (bul) Select
if (!empty($settings['seperate_sticky_lock']))
echo '
' , $topic['is_locked'] ? '<img src="' . $settings['images_url'] . '/icons/quick_lock.gif" align="right" alt="" id="lockicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '' , '
' , $topic['is_sticky'] ? '<img src="' . $settings['images_url'] . '/icons/show_sticky.gif" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '';


Code (değiştir) Select
if (!empty($settings['seperate_sticky_lock']))
echo '
' , $topic['is_locked'] ? '<img src="' . $settings['images_url'] . '/icons/quick_lock.gif" align="right" alt="" id="lockicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '' , '
' , $topic['is_sticky'] ? ' <font color="red"><b>Önemli : </b></font><img src="' . $settings['images_url'] . '" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '';

Title: Re: Vbulettin tipi Sabit konu
Post by: yoldi on May 19, 2007, 08:08:34 AM
Güzel oldu teşekkürler..
Title: Re: Vbulettin tipi Sabit konu
Post by: #Serseri on May 19, 2007, 09:25:54 AM
Eline Sağlık Güzel Bişii ;)
Title: Re: Vbulettin tipi Sabit konu
Post by: mersindost on May 19, 2007, 10:41:28 AM
Teşekkürler.Emegine Sağlık
Title: Re: Vbulettin tipi Sabit konu
Post by: Emre Y on May 19, 2007, 11:24:10 AM
Resimler gözükmüyor ? :)
Title: Re: Vbulettin tipi Sabit konu
Post by: d-gan on May 19, 2007, 02:17:12 PM
Code (Bunu bul) Select
if (!empty($settings['seperate_sticky_lock']))
echo '
' , $topic['is_locked'] ? '<img src="' . $settings['images_url'] . '/icons/quick_lock.gif" align="right" alt="" id="lockicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '' , '
' , $topic['is_sticky'] ? '<img src="' . $settings['images_url'] . '/icons/show_sticky.gif" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '';


Code (Bunula degiştir) Select
if (!empty($settings['seperate_sticky_lock']))
echo '
' , $topic['is_locked'] ? '<img src="' . $settings['images_url'] . '/icons/quick_lock.gif" align="right" alt="" id="lockicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '' , '
' , $topic['is_sticky'] ? ' <font color="red"><b>Önemli : </b></font><img src="' . $settings['images_url'] . '/icons/show_sticky.gif" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />' : '';


Eksik olan:)
/icons/show_sticky.gif

Teşkkürler baris
Title: Re: Vbulettin tipi Sabit konu
Post by: ℓσяєиz on May 19, 2007, 02:35:01 PM
teo onu bilerek kaldırmıştım :)
Title: Re: Vbulettin tipi Sabit konu
Post by: d-gan on May 19, 2007, 04:20:35 PM
Quote from: ' ваяіѕ ' on May 19, 2007, 02:35:01 PM
teo onu bilerek kaldırmıştım :)
Hmmm. Kusra bakma
ama yanlış kaldırmışsın :)
Ben yanlış anlamışım
neyse kaldırırken
<img src="' . $settings['images_url'] . '/icons/show_sticky.gif" align="right" alt="" id="stickyicon' . $topic['first_post']['id'] . '" style="margin: 0;" />
tamamını kaldıraymayı denersen iyi olur :)
Title: Re: Vbulettin tipi Sabit konu
Post by: Efe2007 on May 20, 2007, 02:15:03 PM
hocam saolasın yaw .. ben bunu daha önceden sormuştum ama olumlu bir cevap alamamıştım :)
Title: Re: Vbulettin tipi Sabit konu
Post by: Ebirim.Com on May 22, 2007, 08:06:43 PM
teşekkürler
Title: Re: Vbulettin tipi Sabit konu
Post by: jotun on May 24, 2007, 01:03:01 PM
evet güzel oldu, teşekkürler
Title: Re: Vbulettin tipi Sabit konu
Post by: forumejder on May 28, 2007, 08:56:32 AM
sağol kardeşş güzel  olduu
Title: Re: Vbulettin tipi Sabit konu
Post by: RapChoLicK on May 28, 2007, 11:25:34 AM
Teşekkürler Emeğine Saglık Kardeşim
Title: Re: Vbulettin tipi Sabit konu
Post by: MotoTurkey.Org on June 18, 2007, 10:35:47 AM
Emeğine sağlık kardeşim. Eyvallah yaptım.
Title: Re: Vbulettin tipi Sabit konu
Post by: onrozcn on June 18, 2007, 03:40:34 PM
saol dostum güzel bi kod..
Title: Re: Vbulettin tipi Sabit konu
Post by: sirlimen on June 19, 2007, 03:19:05 AM
Arkadaşlar ben default temasında bunu kullanabilir miyim
Title: Re: Vbulettin tipi Sabit konu
Post by: ђ. υ. ђ. é. on June 19, 2007, 04:42:43 AM
çok güzel oldu saolasın ' ваяіѕ '
Title: Re: Vbulettin tipi Sabit konu
Post by: mHD® on June 19, 2007, 07:45:15 AM
Güzel bir düzenleme olmuş. Teşekkürler ;)
Title: Re: Vbulettin tipi Sabit konu
Post by: man_blood on June 20, 2007, 04:54:39 PM
Arkadas güzelde fark ney ben onu kavrayamadım :D resimlerden bişi anlamadım sen nereyi ne hale getirdinki
Title: Re: Vbulettin tipi Sabit konu
Post by: YLMZ on June 22, 2007, 03:13:03 AM
bu başlık altından sonrayım :] arkadaşlar vbulletin tipi login paneli nasıl yapıcaz? kodlarını bulamadım :(
Title: Re: Vbulettin tipi Sabit konu
Post by: collapse on June 27, 2007, 05:07:37 AM
ben tiny portal'da scribbles11 diye bir tema kullanıyorum ve tema dosyasının içindeki MessageIndex.template.php dosyasında o yukarıdaki kodlar yok.Nasıl yapabiliriz ?? Ek'te dosyayı verdim..
Title: Re: Vbulettin tipi Sabit konu
Post by: RaveN11 on July 08, 2007, 06:50:43 PM
SaoLasın eyw ..! :D
Title: Re: Vbulettin tipi Sabit konu
Post by: hcm_erhan on July 09, 2007, 02:00:30 PM
Peki tam tersi nasıl yapabiliriz, yani buradaki (http://www.istanblues.org/forum/index.php?board=11.0) "sticky" yazısını nasıl kaldırabiliriz? ya da Türkçe'ye çevirebiliriz?
Title: Re: Vbulettin tipi Sabit konu
Post by: sevdaligul on September 02, 2008, 02:30:06 AM
saol arkadaşım
Title: Re: Vbulettin tipi Sabit konu
Post by: B u m u™ on September 11, 2008, 05:38:30 PM
Emeği geçenlere teşekkür ediyorum :D
Title: Re: Vbulettin tipi Sabit konu
Post by: drifter_08 on September 21, 2008, 03:04:20 AM
sağolun =) çok güzel oldu gerçekten =)
Title: Re: Vbulettin tipi Sabit konu
Post by: meczub on September 26, 2008, 07:55:54 PM
aralarında pek fark yok zaten