CINXE.COM

phpBB.de • [3.2] Standard BBCode [url] 盲ndern: target="_blank" - Seite 2

<!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; [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot; - Seite 2</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>[3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h2> <p><a href="https://www.phpbb.de/community/viewtopic.php?t=240788">https://www.phpbb.de/community/viewtopic.php?t=240788</a></p> </div> <div id="page-body" class="page-body"> <div class="page-number">Seite <strong>2</strong> von <strong>2</strong></div> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>07.11.2020 12:01</strong></div> <div class="author">von <strong>Cowboy of Bottrop</strong></div> <div class="content">Den BBCode <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>[link={URL}]{TEXT}[/link]</code></pre></div> mit der HTML-Ersetzung <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>&lt;a href="{URL}" target="_blank"&gt;{TEXT}&lt;/a&gt;</code></pre></div> Das sollte dich zum gew眉nschten Ziel bringen. Wobei <code class="inline">{URL}</code> nat眉rlich der eigentliche Link und <code class="inline">{TEXT}</code> selbstverst盲ndlich der angezeigte Linktext ist.<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>[link=https://www.example.de]Beispiel-Link[/link]</code></pre></div> sollte dann in HTML so aussehen: <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>&lt;a href="https://www.example.de" target="_blank"&gt;Beispiel-Link&lt;/a&gt;</code></pre></div></div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>07.11.2020 14:35</strong></div> <div class="author">von <strong>stoertie</strong></div> <div class="content">Moin Cowboy,<br> <br> vielen Dank f眉r Deine Antwort, aber damit bekomme ich lediglich <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>[link][/link]</code></pre></div> angezeigt... <img class="smilies" src="./images/smilies/icon_e_sad.gif" width="15" height="17" alt=":-(" title="Traurig"><br> <br> Ich dachte eher an sowas wie <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>[url=][/url]</code></pre></div> damit der User dann hinter dem "=" dieURL und hinter der ersten "]" den Text eintragen kann. <img class="smilies" src="./images/smilies/icon_e_wink.gif" width="15" height="17" alt=";)" title="Zwinkern"><br> <br> Viele Gr眉脽e<br> Michael</div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>07.11.2020 15:22</strong></div> <div class="author">von <strong>Cowboy of Bottrop</strong></div> <div class="content">Und wenn du das so im Hilfetext des BBCode kurz erkl盲rst?</div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>07.11.2020 17:08</strong></div> <div class="author">von <strong>BNa</strong></div> <div class="content">Eine Alternative zum Erkl盲ren w盲re evtl. sowas hier:<br> <a href="https://reyno41.bplaced.net/phpbb/viewtopic.php?t=141" class="postlink">https://reyno41.bplaced.net/phpbb/viewtopic.php?t=141</a></div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>07.11.2020 18:13</strong></div> <div class="author">von <strong>stoertie</strong></div> <div class="content">Moin,<br> <br> Erkl盲ren setzt immer auch gelesen werden voraus! <img class="smilies" src="./images/smilies/icon_rolleyes.gif" width="15" height="17" alt=":roll:" title="Augen verdrehen"> <br> <br> Die Extension ist recht interessant. Habe sie mal eingebaut und werde das mal testen. - Vielen Dank f眉r den Tipp!<br> <br> Viele Gr眉脽e<br> Michael</div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>21.11.2024 15:18</strong></div> <div class="author">von <strong>PetrolDriver</strong></div> <div class="content">Klappt das auch mit einer target-Angabe?<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles ausw盲hlen</a></p><pre><code>[url=abc.com]Text[/url]</code></pre></div></div> </div> <hr /> <div class="post"> <h3>Re: [3.2] Standard BBCode [url] 盲ndern: target=&quot;_blank&quot;</h3> <div class="date">Verfasst: <strong>21.11.2024 16:47</strong></div> <div class="author">von <strong>Kirk</strong></div> <div class="content">Das was du da hast ist ja nur die BBCode-Benutzung, du musst dieses target in die HTML-Ersetzung eintragen.</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>2</strong> von <strong>2</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