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)
incele
http://www.simplemachines.org/community/index.php?topic=203129.msg1291175#msg1291175
(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?
<center><form name="quick_search" action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;"></center>
bu şekilde denedinizmi ?
SMF Türkçe Destek Hakkında (http://www.simplemachines.org/community/index.php?topic=159030.0)
3) Sorun halinde verilmesi gereken bilgiler:
- SMF sürümü
- Kurulu Tema
- Gerekli olabilecek linkler, resimler, açiklamalar
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">
Özel Arama
</div>
</div>
index.template.php açBulLainaatemplate_menu();
Altına EkleLainaaecho '
<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">
Özel Arama
</div>
</div>
';
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.