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 &bull; [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&amp;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> &lt;!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --&gt; &lt;div id="search-box"&gt; &lt;form action="{U_SEARCH}" method="post" id="search"&gt; &lt;fieldset&gt; &lt;input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="&lt;!-- IF SEARCH_WORDS--&gt;{SEARCH_WORDS}&lt;!-- ELSE --&gt;{L_SEARCH_MINI}&lt;!-- ENDIF --&gt;" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /&gt; &lt;input class="button2" value="{L_SEARCH}" type="submit" /&gt;&lt;br /&gt; &lt;a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}"&gt;{L_SEARCH_ADV}&lt;/a&gt; {S_SEARCH_HIDDEN_FIELDS} &lt;/fieldset&gt; &lt;/form&gt; &lt;/div&gt; &lt;!-- ENDIF --&gt;</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>&reg; Forum Software &copy; phpBB Limited </p> <p>Deutsche 脺bersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a> </p> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10