Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => Arşiv => Aiheen aloitti: yalnız_genç - kesäkuu 07, 2009, 03:52:01 IP

Otsikko: arama çubuğu eklemek (çözüldü)
Kirjoitti: yalnız_genç - kesäkuu 07, 2009, 03:52:01 IP
Resimde de gösterdiğim gibi sitenin üst kısmına Google'un arama çubuğunu koymak istiyorum.
Hangi dosyalarda düzenleme yapmam gerekiyor?


(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg229.imageshack.us%2Fimg229%2F3545%2Fegg8.png&hash=615b123d289de90601472fe95b1ada4c02c60080)
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: !!kaos!! - kesäkuu 07, 2009, 04:09:29 IP
incele

http://www.simplemachines.org/community/index.php?topic=203129.msg1291175#msg1291175
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: yalnız_genç - kesäkuu 10, 2009, 07:23:47 IP
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg218.imageshack.us%2Fimg218%2F944%2Feg1.png&hash=e6521a5fa36da9b3eb6303fe4b179df124c15292)


Bunu bir türlü ortaya çekemedim. <center> kodları işe yaramıyor. Ne yapmalıyım?
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: Dante` - kesäkuu 11, 2009, 01:10:04 AP
<center><form name="quick_search" action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;"></center>

bu şekilde denedinizmi ?
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: Yağız... - kesäkuu 11, 2009, 02:30:15 AP
SMF Türkçe Destek Hakkında (http://www.simplemachines.org/community/index.php?topic=159030.0)
3) Sorun halinde verilmesi gereken bilgiler:
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: yalnız_genç - kesäkuu 11, 2009, 02:39:19 AP
SMF sürümü : 1,1,9
Kullanılan tema : Tech Blue http://custom.simplemachines.org/themes/index.php?lemma=26

Eklemek istediğim arama kodu :


<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
    <form action="http://gimpturkiye.tk/arama.html" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub-6903368042674954:iaav9m-n4do" />
        <input type="hidden" name="cof" value="FORID:10" />
        <input type="hidden" name="ie" value="ISO-8859-9" />
        <input type="text" name="q" size="50" />
        <input type="submit" name="sa" value="Ara" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    &#214;zel Arama
  </div>
</div>
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: Dante` - kesäkuu 11, 2009, 02:44:51 AP
index.template.php aç
Bul
Lainaatemplate_menu();
Altına Ekle
Lainaaecho '
<style type="text/css">
@import url(http://www.google.com/cse/api/branding.css);
</style>
<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">
  <div class="cse-branding-form">
    <form action="http://gimpturkiye.tk/arama.html" id="cse-search-box">
      <div>
        <input type="hidden" name="cx" value="partner-pub-6903368042674954:iaav9m-n4do" />
        <input type="hidden" name="cof" value="FORID:10" />
        <input type="hidden" name="ie" value="ISO-8859-9" />
        <input type="text" name="q" size="50" />
        <input type="submit" name="sa" value="Ara" />
      </div>
    </form>
  </div>
  <div class="cse-branding-logo">
    <img src="http://www.google.com/images/poweredby_transparent/poweredby_FFFFFF.gif" alt="Google" />
  </div>
  <div class="cse-branding-text">
    &#214;zel Arama
  </div>
</div>
';
Otsikko: Re: arama çubuğu eklemek
Kirjoitti: yalnız_genç - kesäkuu 11, 2009, 03:56:03 AP
Yardımlarınız için teşekkürler. Sorunu şöyle çözdüm;

Lainaa<div class="cse-branding-right" style="background-color:#FFFFFF;color:#000000">

kodunda right yazan yeri center yaparak.