News:

Wondering if this will always be free?  See why free is better.

Main Menu

arama butonunu kaldırmak

Started by darkblack323, July 29, 2008, 04:31:18 AM

Previous topic - Next topic

darkblack323





index templete dosyası aşağıda.Ben yukarıdaki arama butonunu ve arama kutucuğunu kaldırmak istiyorum.o bölgede komple resim yer alacak. aşağıda // How about the search box? ve // Search within current topic?  ları kaldırarak denedim ama olmadı hata verdi site açılmadı. nereden kaldırabilirim.


BuЯЯЯЯaK


<form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" 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>


Arama bölümünün kodları .

darkblack323



hocam evet orası kalktı ama, neden yukarıya koyduğum resim genişlemedi, ben yukarıya otırmasını istiyorum bu resmin, nereyi düzeltmem gerekli ???

style.css yi de veriyorum, orda göremedim ben.yukarıda index.template var zaten.


teşekkrler şimdiden

BuЯЯЯЯaK

Senin temandaki arama bölümünün kodları aşağıda

   // How about the search box?
   if ($context['allow_search'])
   {
      echo '
                  <table width="100%" border="0" cellpadding="0" cellspacing="1">
                     <tr>
                        <td height="26" align="right" valign="middle">
                           <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '" style="margin: 0;">
                              <input type="text" name="search" value="" style="width: 150px;" />&nbsp;
                              <input type="submit" name="submit" value="', $txt['quick_searchgo'], '" />
                              <input type="hidden" name="advanced" value="0" />';

      // Search within current topic?
      if (!empty($context['current_topic']['allow_search']))
         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']['allow_search']))
         echo '
                              <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

      echo '
                           </form>
                        </td>
                     </tr>
                     <tr>
                        <td height="20" align="right" valign="middle"><a class="smalltext" href="', $scripturl, '?action=search;advanced">', $txt['search_advanced'], '</a></td>
                     </tr>
                  </table>';
   }

Table kodları ile beraber silecektin yani

Sonrada logonun bulunduğu tablonun boyutunu genişletecen .

<td align="left" valign="top" height="67" width="527">

Oda yukarı kısım daki width .

Advertisement: