CINXE.COM
phpBB.de • [prosilver] Suchfeld im Header entfernen
<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> <title>phpBB.de • [prosilver] Suchfeld im Header entfernen</title> <link href="./styles/phpBBdev1/theme/print.css" rel="stylesheet"> </head> <body id="phpbb" class="ltr"> <div id="wrap" class="wrap"> <a id="top" class="top-anchor" accesskey="t"></a> <div id="page-header"> <h1>phpBB.de</h1> <p>phpBB.de - Die deutsche phpBB-Community<br /><a href="https://www.phpbb.de/community/">https://www.phpbb.de/community/</a></p> <h2>[prosilver] Suchfeld im Header entfernen</h2> <p><a href="https://www.phpbb.de/community/viewtopic.php?t=216424">https://www.phpbb.de/community/viewtopic.php?t=216424</a></p> </div> <div id="page-body" class="page-body"> <div class="page-number">Seite <strong>1</strong> von <strong>1</strong></div> <div class="post"> <h3>[prosilver] Suchfeld im Header entfernen</h3> <div class="date">Verfasst: <strong>21.06.2011 15:23</strong></div> <div class="author">von <strong>Metzle</strong></div> <div class="content">Dieses Snippet wurde uns von <a href="https://www.phpbb.de/community/memberlist.php?mode=viewprofile&u=135130" class="postlink">7emper5i</a> zur Verf眉gung gestellt.<br> <br> <span style="font-size: 150%; line-height: normal"><strong class="text-strong">Das Suchfeld im prosilver-Header entfernen</strong></span><br> <br> <strong class="text-strong">脰ffne:</strong> <em class="text-italics"><span style="color:#0000BF">styles/prosilver/template/overall_header.html</span></em><br> <br> <strong class="text-strong">Finde und entferne:</strong> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code> <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <div id="search-box"> <form action="{U_SEARCH}" method="post" id="search"> <fieldset> <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /> <input class="button2" value="{L_SEARCH}" type="submit" /><br /> <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS} </fieldset> </form> </div> <!-- ENDIF --></code></pre></div> Danach Foren-Cache und Template aktualisieren.</div> </div> <hr /> </div> <div id="page-footer" class="page-footer"> <div class="page-number">Alle Zeiten sind <span title="Europa/Berlin">UTC+01:00</span><br />Seite <strong>1</strong> von <strong>1</strong></div> <div class="copyright"> <p>Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited </p> <p>Deutsche 脺bersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a> </p> </div> </div> </div> </body> </html>