Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => Arşiv => Aiheen aloitti: KrAl_BaRmEn - huhtikuu 18, 2006, 05:07:44 IP

Otsikko: google arama motoru şuraya nasıl koyarım?
Kirjoitti: KrAl_BaRmEn - huhtikuu 18, 2006, 05:07:44 IP
arkadaşlar simplemachines.org forumunda olduğu gibi bende sitemde aynı yere arama motoru koymak istiyorum nereye hangi kodları uygulamam gerekir yardımcı olursanız sevinirm

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg136.imageshack.us%2Fimg136%2F9035%2Fadsz3qf.jpg&hash=870e34e128a146b32fc2b72a1e5d6da64c82f3b7)

şu resimdeki gibi ben google arama motorunu koymak istiyorum

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg375.imageshack.us%2Fimg375%2F993%2Fadsz19vz.jpg&hash=19d3dc73eb81c867729e15e9473e7e189122e016)

yukarıdaki resimdeki arama motorunun kodunu nereye koyarsam bu sitedekigib olur yardımcı olursanız sevinirim

(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg55.imageshack.us%2Fimg55%2F3980%2Fadsz4is.jpg&hash=09e1131a8860866cf92327355db598bc54ed83e1)

veyada yukardaki resmin olduğu yere koymak istiyorum
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: KrAl_BaRmEn - huhtikuu 19, 2006, 02:47:45 AP
arkadaşlar bu soruma  cevap verebilecek birisi yokmu lütfen çok ö nemli
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: Arbalot - huhtikuu 19, 2006, 03:35:27 AP
index.template.php dosyasını ac

bul ;
echo '
<table id="upshrinkHeader2"', empty($options['collapse_header']) ? '' : ' style="display: none;"', ' width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>';

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

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="', $context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '
</form>
</td>
</tr>
</table>


değiştir

echo '
<table id="upshrinkHeader2"', empty($options['collapse_header']) ? '' : ' style="display: none;"', ' width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>';

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


####Koymak İstedğin Kod####


</td>
</tr>
</table>
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: KrAl_BaRmEn - huhtikuu 19, 2006, 04:54:45 IP
arkadaşım yardımın için çok saol ama olmadı hata verdi
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: T4r1k/sivas - huhtikuu 20, 2006, 06:39:19 AP
evet şu soruya bir cvp gelsen  ::)
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: KrAl_BaRmEn - huhtikuu 20, 2006, 06:55:02 AP
arkadaşım ben yaptım oldu gibi istersen sende dene o arama yerini değiştiremedim ama avatarın yanına koydum

ARA :
   echo '
<td colspan="2" width="100%" valign="top" class="windowbg2">


hemen peşine
<span style="float: right;">koymak istediğin kod</span>

Örnek (http://www.kralforumcu.com/forum)

belki hoşuna gitmezse yapmazsın ama adsensede sen istediğin rengi tasarlıyabiliyorsun tabi
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: T4r1k/sivas - huhtikuu 20, 2006, 06:59:00 AP
bende uye gruplarında herkesin arama yapmasını engelledim ve reklamaların altına kodlarımı koydum goz onudne durdu bakma istesen www.netforumcu.com/forum
Otsikko: Re: google arama motoru şuraya nasıl koyarım?
Kirjoitti: emriyosocka - elokuu 23, 2006, 02:24:58 AP
Lainaus käyttäjältä: Arbalot - huhtikuu 19, 2006, 03:35:27 AP
index.template.php dosyasını ac

bul ;
echo '
<table id="upshrinkHeader2"', empty($options['collapse_header']) ? '' : ' style="display: none;"', ' width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>';

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

// Search within current topic?
if (!empty($context['current_topic']))
echo '
<input type="hidden" name="topic" value="', $context['current_topic'], '" />';

// If we're on a certain board, limit it to this board ;).
elseif (!empty($context['current_board']))
echo '
<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

echo '
</form>
</td>
</tr>
</table>


değiştir

echo '
<table id="upshrinkHeader2"', empty($options['collapse_header']) ? '' : ' style="display: none;"', ' width="100%" cellpadding="4" cellspacing="0" border="0">
<tr>';

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


####Koymak İstedğin Kod####


</td>
</tr>
</table>



arkadaşlar bu kodu ben yaptım ve de olsu soğru yazdığınıza emin olun kodları

Burdan Bakabilirsiniz (http://www.goruntugayet.net)