Congratulations!

[Valid RSS] This is a valid RSS feed.

Recommendations

This feed is valid, but interoperability with the widest range of feed readers could be improved by implementing the following recommendations.

Source: https://www.mybb.de/forum/syndication.php

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  3. <channel>
  4. <title><![CDATA[MyBB.de Forum - Alle Foren]]></title>
  5. <link>https://www.mybb.de/forum/</link>
  6. <description><![CDATA[MyBB.de Forum - https://www.mybb.de/forum]]></description>
  7. <pubDate>Fri, 02 May 2025 22:12:54 +0000</pubDate>
  8. <generator>MyBB</generator>
  9. <item>
  10. <title><![CDATA[Group Display]]></title>
  11. <link>https://www.mybb.de/forum/thread-39393.html</link>
  12. <pubDate>Thu, 01 May 2025 19:40:02 +0000</pubDate>
  13. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  14. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39393.html</guid>
  15. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-group-display/" target="_blank" rel="noopener" class="mycode_url">Group Display</a><br />
  16. <br />
  17. <blockquote class="mycode_quote"><cite>Zitat:</cite>Show groups for users as text labels with css customization.<br />
  18. <br />
  19. Shows it into profiles and posts.</blockquote>
  20. ]]></description>
  21. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-group-display/" target="_blank" rel="noopener" class="mycode_url">Group Display</a><br />
  22. <br />
  23. <blockquote class="mycode_quote"><cite>Zitat:</cite>Show groups for users as text labels with css customization.<br />
  24. <br />
  25. Shows it into profiles and posts.</blockquote>
  26. ]]></content:encoded>
  27. </item>
  28. <item>
  29. <title><![CDATA[Hilfe bei Funktion get_events()]]></title>
  30. <link>https://www.mybb.de/forum/thread-39391.html</link>
  31. <pubDate>Tue, 29 Apr 2025 17:49:50 +0000</pubDate>
  32. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=12640">dora71</a>]]></dc:creator>
  33. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39391.html</guid>
  34. <description><![CDATA[Hallo Forum,<br />
  35. <br />
  36. ich versuche nun schon länger verzweifelt, mir aus einem Kalender mit der get_events Funktion Events für einen bestimmten Zeitraum zu laden, leider erfolglos  <img src="https://www.mybb.de/forum/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_9" /> Egal was ich probiere, es wird immer ein leeres Array zurückgegeben.<br />
  37. <br />
  38. Ich denke, der Funktionsaufruf ist korrekt (ansonsten würde ja auch kein Array zurückgegeben, oder?):<br />
  39. <br />
  40. <div class="codeblock phpcodeblock"><div class="title">PHP-Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&#36;startzeit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">()-</span><span style="color: #0000BB">86400</span><span style="color: #007700">*</span><span style="color: #0000BB">30</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;endezeit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">()+</span><span style="color: #0000BB">86400</span><span style="color: #007700">*</span><span style="color: #0000BB">60</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">&#36;events&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">get_events</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;calendar</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;startzeit</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;endezeit</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">);&nbsp;<br /></span></code></div></div></div><br />
  41. Es ist nur ein Kalender definiert, daher ist &#36;calender bei mir 1.<br />
  42. Der Aufruf der Funktion get_birthdays() funktioniert im gleichen Script ohne Probleme.<br />
  43. <br />
  44. Habe ich noch einen Denkfehler oder ist die Funktion kaputt, so dass ich über eine Datenbankabfrage gehen müsste (was ich gerne vermeiden wollte).<br />
  45. <br />
  46. Danke für die Denkanstöße.<br />
  47. <br />
  48. Gruß Rainer]]></description>
  49. <content:encoded><![CDATA[Hallo Forum,<br />
  50. <br />
  51. ich versuche nun schon länger verzweifelt, mir aus einem Kalender mit der get_events Funktion Events für einen bestimmten Zeitraum zu laden, leider erfolglos  <img src="https://www.mybb.de/forum/images/smilies/sad.gif" alt="Sad" title="Sad" class="smilie smilie_9" /> Egal was ich probiere, es wird immer ein leeres Array zurückgegeben.<br />
  52. <br />
  53. Ich denke, der Funktionsaufruf ist korrekt (ansonsten würde ja auch kein Array zurückgegeben, oder?):<br />
  54. <br />
  55. <div class="codeblock phpcodeblock"><div class="title">PHP-Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&#36;startzeit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">()-</span><span style="color: #0000BB">86400</span><span style="color: #007700">*</span><span style="color: #0000BB">30</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">&#36;endezeit&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">time</span><span style="color: #007700">()+</span><span style="color: #0000BB">86400</span><span style="color: #007700">*</span><span style="color: #0000BB">60</span><span style="color: #007700">;<br /><br /></span><span style="color: #0000BB">&#36;events&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">get_events</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;calendar</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;startzeit</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">&#36;endezeit</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">);&nbsp;<br /></span></code></div></div></div><br />
  56. Es ist nur ein Kalender definiert, daher ist &#36;calender bei mir 1.<br />
  57. Der Aufruf der Funktion get_birthdays() funktioniert im gleichen Script ohne Probleme.<br />
  58. <br />
  59. Habe ich noch einen Denkfehler oder ist die Funktion kaputt, so dass ich über eine Datenbankabfrage gehen müsste (was ich gerne vermeiden wollte).<br />
  60. <br />
  61. Danke für die Denkanstöße.<br />
  62. <br />
  63. Gruß Rainer]]></content:encoded>
  64. </item>
  65. <item>
  66. <title><![CDATA[ougc Online Users List]]></title>
  67. <link>https://www.mybb.de/forum/thread-39390.html</link>
  68. <pubDate>Wed, 23 Apr 2025 14:55:02 +0000</pubDate>
  69. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  70. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39390.html</guid>
  71. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-ougc-online-users-list/" target="_blank" rel="noopener" class="mycode_url">ougc Online Users List</a><br />
  72. <br />
  73. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  74. <br />
  75. Show a list of current online users across the forum.<br />
  76. <br />
  77. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  78. <br />
  79. You can find more information in the plugin <a href="https://github.com/OUGC-Network/ougc-Online-Users-List/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?other-ougc-online-users-list" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  80. ]]></description>
  81. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-ougc-online-users-list/" target="_blank" rel="noopener" class="mycode_url">ougc Online Users List</a><br />
  82. <br />
  83. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  84. <br />
  85. Show a list of current online users across the forum.<br />
  86. <br />
  87. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  88. <br />
  89. You can find more information in the plugin <a href="https://github.com/OUGC-Network/ougc-Online-Users-List/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?other-ougc-online-users-list" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  90. ]]></content:encoded>
  91. </item>
  92. <item>
  93. <title><![CDATA[Text in Textarea mit wysiwyg-Editor automatisch ersetzen]]></title>
  94. <link>https://www.mybb.de/forum/thread-39388.html</link>
  95. <pubDate>Thu, 17 Apr 2025 14:42:08 +0000</pubDate>
  96. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=13955">Josey</a>]]></dc:creator>
  97. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39388.html</guid>
  98. <description><![CDATA[Sorry, ich hatte das im falschen Forum gepostet. Hab meinen Beitrag jetzt gemeldet, damit er gelöscht wird und setze ihn hierhin, wo er hingehört:<br />
  99. <br />
  100. <br />
  101. Hallo! <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  102. Ich habe zusammen mit der Google KI (weil ich das mit meinen Anfängerkenntnissen nicht allein hinkriege XD) ein js erstellt, dass einen Text automatisch abändern soll.<br />
  103. Zwischen zwei einfachen Textboxen funktioniert das auch toll. Ich gebe den Text in Textbox A ein, das js sucht die erste Zeile aus A in Textbox B (die immer gleich ist) und eine festgelegte Abschlusszeile (die immer gleich ist) in Textbox B und ersetzt den Text von Anfang bis Ende.<br />
  104. Also wenn da steht<br />
  105.  <br />
  106. Textbox A:<br />
  107. 123<br />
  108. ABC<br />
  109. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  110.  <br />
  111. Textbox B:<br />
  112. lalelu <br />
  113. 123<br />
  114. superkalifragilistigexpialigetisch<br />
  115. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  116. tritratrullala<br />
  117.  <br />
  118. sieht Textbox B nach dem ausführen des js so aus:<br />
  119.  <br />
  120. Textbox B:<br />
  121. lalelu <br />
  122. 123<br />
  123. ABC<br />
  124. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  125. tritratrullala<br />
  126.  <br />
  127.  <br />
  128.  <br />
  129. Also das klappt <img src="https://www.mybb.de/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
  130. Allerdings nur in einfachen Textareas. Ich wollte das gerne auch in einer Textarea machen können, die mit dem wysiwyg-Editor verbunden ist (als beispiel vlt NewReply), aber irgendwie klappt es da nicht. Die texte können gelesen werden (da shab ich geprüft), aber nicht ersetzt. Google KI sagt, dass der Editor das irgendwie blockiert.<br />
  131.  <br />
  132. Kann mir da jemand helfen? Die Google KI ist davon auch überfordert. Die redet etwas von API und da bin ich dann raus gewesen. XD<br />
  133.  <br />
  134. Was braucht ihr, um mir helfen zu können? <br />
  135.  <br />
  136.  <br />
  137. Hier schonmal der js-Code, heißt bei mir "steckbrief_tools.js" und liegt direkt im MYBB Ordner herum (wichtig für den Aufruf unten, falls ihn jemand ausprobieren will):<br />
  138.  <br />
  139. <br />
  140. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>document.addEventListener('DOMContentLoaded', function() {<br />
  141.     const ersetzenButton = document.getElementById('steckbrief-ersetzen-button');<br />
  142.     const meldungDiv = document.getElementById('ersetz-meldung');<br />
  143.     const steckbriefEingabe = document.getElementById('steckbrief-eingabe-cp');<br />
  144.     const quellcodeEditor = document.querySelector('textarea[id="steckbrief-cp"]');<br />
  145.     ersetzenButton.addEventListener('click', function() {<br />
  146.         if (!quellcodeEditor) {<br />
  147.             alert('Quellcode-Editor nicht gefunden. Bitte stelle sicher, dass du dich im Quellcode-Modus befindest.');<br />
  148.             return;<br />
  149.         }<br />
  150.         const neuerSteckbrief = steckbriefEingabe.value;<br />
  151.         const startZeile = neuerSteckbrief.split('&#92;n')[0]; // Erste Zeile aus der Eingabe<br />
  152.         const startMarker = startZeile.substring(0, startZeile.indexOf('&lt;/div&gt;[/size][/b]') + '&lt;/div&gt;[/size][/b]'.length); // Bis zum Ende des ersten Div<br />
  153.         const endMarker = '&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;';<br />
  154.         const quellcodeInhalt = quellcodeEditor.value;<br />
  155.         const startIndex = quellcodeInhalt.indexOf(startMarker);<br />
  156.         if (startIndex === -1) {<br />
  157.             alert('Start des Steckbriefcodes nicht im Quelltext gefunden.');<br />
  158.             return;<br />
  159.         }<br />
  160.         const endIndex = quellcodeInhalt.indexOf(endMarker, startIndex);<br />
  161.         if (endIndex === -1) {<br />
  162.             alert('Ende des Steckbriefcodes nicht im Quelltext gefunden.');<br />
  163.             return;<br />
  164.         }<br />
  165.         const neuerInhalt = quellcodeInhalt.substring(0, startIndex) + neuerSteckbrief + quellcodeInhalt.substring(endIndex + endMarker.length);<br />
  166.         quellcodeEditor.value = neuerInhalt;<br />
  167.         meldungDiv.style.display = 'block';<br />
  168.         setTimeout(function() {<br />
  169.         meldungDiv.style.display = 'none';<br />
  170.         }, 3000);<br />
  171.     });<br />
  172. });</code></div></div><br />
  173.  <br />
  174. Aktuell bezieht er sich NICHT auf das Newreply-Textarea (id="message") sondern auf "Textbox"-Textarea ( id="steckbrief-cp"). Wenn der js mit Newreply ausprobiert werden soll, bitte <br />
  175. diese Stelle<br />
  176. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const quellcodeEditor = document.querySelector('textarea[id="steckbrief-cp"]');</code></div></div><br />
  177. ändern zu:<br />
  178. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const quellcodeEditor = document.querySelector('textarea[id="message"]');</code></div></div><br />
  179.  <br />
  180.  <br />
  181.  <br />
  182. Der Templateschnippsel, den man in newreply einbauen kann, ganz unten, direkt über {footer}:<br />
  183. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!-- Neuen Textfenster, Button und Popup für automatisches Einfügen --&gt;<br />
  184.             &lt;br/&gt; <br />
  185. &lt;div id="steckbrief-tools"&gt;<br />
  186.                &lt;textarea id="steckbrief-eingabe-cp" rows="5" cols="60" placeholder="Hier den kopierten Steckbriefcode einfügen"&gt;&lt;/textarea&gt;&lt;br&gt;<br />
  187.                &lt;button id="steckbrief-ersetzen-button" type="button"&gt;Steckbrief einfügen &amp; ersetzen&lt;/button&gt;<br />
  188.                &lt;div id="ersetz-meldung" style="display:none; margin-top: 10px; color: green;"&gt;Erfolgreich!&lt;/div&gt;<br />
  189.                &lt;textarea id="steckbrief-cp" rows="5" cols="60" placeholder="Textbox"&gt;&lt;/textarea&gt;&lt;br&gt;<br />
  190.            &lt;/div&gt;<br />
  191. &lt;!-- Neues Script für automatisches Einfügen --&gt;<br />
  192. &lt;script src="/mybb/steckbrief_tools.js"&gt;&lt;/script&gt;</code></div></div> <br />
  193. Er baut 2 Textfelder und den Button ein und verlinkt zu dem js Dokument.<br />
  194.  <br />
  195. Also falls jemand mir da helfen könnte, dass das nicht nur zwischen den beiden Textfenstern funktioniert, sondern direkt im Newreply-Fenster, wär das awesome! <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  196.  <br />
  197. <br />
  198. <br />
  199. Und sorry nocmal für den Thread im falschen Unterforum &gt;_&lt;]]></description>
  200. <content:encoded><![CDATA[Sorry, ich hatte das im falschen Forum gepostet. Hab meinen Beitrag jetzt gemeldet, damit er gelöscht wird und setze ihn hierhin, wo er hingehört:<br />
  201. <br />
  202. <br />
  203. Hallo! <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  204. Ich habe zusammen mit der Google KI (weil ich das mit meinen Anfängerkenntnissen nicht allein hinkriege XD) ein js erstellt, dass einen Text automatisch abändern soll.<br />
  205. Zwischen zwei einfachen Textboxen funktioniert das auch toll. Ich gebe den Text in Textbox A ein, das js sucht die erste Zeile aus A in Textbox B (die immer gleich ist) und eine festgelegte Abschlusszeile (die immer gleich ist) in Textbox B und ersetzt den Text von Anfang bis Ende.<br />
  206. Also wenn da steht<br />
  207.  <br />
  208. Textbox A:<br />
  209. 123<br />
  210. ABC<br />
  211. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  212.  <br />
  213. Textbox B:<br />
  214. lalelu <br />
  215. 123<br />
  216. superkalifragilistigexpialigetisch<br />
  217. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  218. tritratrullala<br />
  219.  <br />
  220. sieht Textbox B nach dem ausführen des js so aus:<br />
  221.  <br />
  222. Textbox B:<br />
  223. lalelu <br />
  224. 123<br />
  225. ABC<br />
  226. ...&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<br />
  227. tritratrullala<br />
  228.  <br />
  229.  <br />
  230.  <br />
  231. Also das klappt <img src="https://www.mybb.de/forum/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
  232. Allerdings nur in einfachen Textareas. Ich wollte das gerne auch in einer Textarea machen können, die mit dem wysiwyg-Editor verbunden ist (als beispiel vlt NewReply), aber irgendwie klappt es da nicht. Die texte können gelesen werden (da shab ich geprüft), aber nicht ersetzt. Google KI sagt, dass der Editor das irgendwie blockiert.<br />
  233.  <br />
  234. Kann mir da jemand helfen? Die Google KI ist davon auch überfordert. Die redet etwas von API und da bin ich dann raus gewesen. XD<br />
  235.  <br />
  236. Was braucht ihr, um mir helfen zu können? <br />
  237.  <br />
  238.  <br />
  239. Hier schonmal der js-Code, heißt bei mir "steckbrief_tools.js" und liegt direkt im MYBB Ordner herum (wichtig für den Aufruf unten, falls ihn jemand ausprobieren will):<br />
  240.  <br />
  241. <br />
  242. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>document.addEventListener('DOMContentLoaded', function() {<br />
  243.     const ersetzenButton = document.getElementById('steckbrief-ersetzen-button');<br />
  244.     const meldungDiv = document.getElementById('ersetz-meldung');<br />
  245.     const steckbriefEingabe = document.getElementById('steckbrief-eingabe-cp');<br />
  246.     const quellcodeEditor = document.querySelector('textarea[id="steckbrief-cp"]');<br />
  247.     ersetzenButton.addEventListener('click', function() {<br />
  248.         if (!quellcodeEditor) {<br />
  249.             alert('Quellcode-Editor nicht gefunden. Bitte stelle sicher, dass du dich im Quellcode-Modus befindest.');<br />
  250.             return;<br />
  251.         }<br />
  252.         const neuerSteckbrief = steckbriefEingabe.value;<br />
  253.         const startZeile = neuerSteckbrief.split('&#92;n')[0]; // Erste Zeile aus der Eingabe<br />
  254.         const startMarker = startZeile.substring(0, startZeile.indexOf('&lt;/div&gt;[/size][/b]') + '&lt;/div&gt;[/size][/b]'.length); // Bis zum Ende des ersten Div<br />
  255.         const endMarker = '&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;';<br />
  256.         const quellcodeInhalt = quellcodeEditor.value;<br />
  257.         const startIndex = quellcodeInhalt.indexOf(startMarker);<br />
  258.         if (startIndex === -1) {<br />
  259.             alert('Start des Steckbriefcodes nicht im Quelltext gefunden.');<br />
  260.             return;<br />
  261.         }<br />
  262.         const endIndex = quellcodeInhalt.indexOf(endMarker, startIndex);<br />
  263.         if (endIndex === -1) {<br />
  264.             alert('Ende des Steckbriefcodes nicht im Quelltext gefunden.');<br />
  265.             return;<br />
  266.         }<br />
  267.         const neuerInhalt = quellcodeInhalt.substring(0, startIndex) + neuerSteckbrief + quellcodeInhalt.substring(endIndex + endMarker.length);<br />
  268.         quellcodeEditor.value = neuerInhalt;<br />
  269.         meldungDiv.style.display = 'block';<br />
  270.         setTimeout(function() {<br />
  271.         meldungDiv.style.display = 'none';<br />
  272.         }, 3000);<br />
  273.     });<br />
  274. });</code></div></div><br />
  275.  <br />
  276. Aktuell bezieht er sich NICHT auf das Newreply-Textarea (id="message") sondern auf "Textbox"-Textarea ( id="steckbrief-cp"). Wenn der js mit Newreply ausprobiert werden soll, bitte <br />
  277. diese Stelle<br />
  278. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const quellcodeEditor = document.querySelector('textarea[id="steckbrief-cp"]');</code></div></div><br />
  279. ändern zu:<br />
  280. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>const quellcodeEditor = document.querySelector('textarea[id="message"]');</code></div></div><br />
  281.  <br />
  282.  <br />
  283.  <br />
  284. Der Templateschnippsel, den man in newreply einbauen kann, ganz unten, direkt über {footer}:<br />
  285. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;!-- Neuen Textfenster, Button und Popup für automatisches Einfügen --&gt;<br />
  286.             &lt;br/&gt; <br />
  287. &lt;div id="steckbrief-tools"&gt;<br />
  288.                &lt;textarea id="steckbrief-eingabe-cp" rows="5" cols="60" placeholder="Hier den kopierten Steckbriefcode einfügen"&gt;&lt;/textarea&gt;&lt;br&gt;<br />
  289.                &lt;button id="steckbrief-ersetzen-button" type="button"&gt;Steckbrief einfügen &amp; ersetzen&lt;/button&gt;<br />
  290.                &lt;div id="ersetz-meldung" style="display:none; margin-top: 10px; color: green;"&gt;Erfolgreich!&lt;/div&gt;<br />
  291.                &lt;textarea id="steckbrief-cp" rows="5" cols="60" placeholder="Textbox"&gt;&lt;/textarea&gt;&lt;br&gt;<br />
  292.            &lt;/div&gt;<br />
  293. &lt;!-- Neues Script für automatisches Einfügen --&gt;<br />
  294. &lt;script src="/mybb/steckbrief_tools.js"&gt;&lt;/script&gt;</code></div></div> <br />
  295. Er baut 2 Textfelder und den Button ein und verlinkt zu dem js Dokument.<br />
  296.  <br />
  297. Also falls jemand mir da helfen könnte, dass das nicht nur zwischen den beiden Textfenstern funktioniert, sondern direkt im Newreply-Fenster, wär das awesome! <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  298.  <br />
  299. <br />
  300. <br />
  301. Und sorry nocmal für den Thread im falschen Unterforum &gt;_&lt;]]></content:encoded>
  302. </item>
  303. <item>
  304. <title><![CDATA[HTML Code in Posts]]></title>
  305. <link>https://www.mybb.de/forum/thread-39386.html</link>
  306. <pubDate>Sun, 13 Apr 2025 14:27:56 +0000</pubDate>
  307. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=13642">Namida</a>]]></dc:creator>
  308. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39386.html</guid>
  309. <description><![CDATA[Ich weiß das Thema war schon oft vorhanden, leider habe ich keine Lösung gefunden.<br />
  310. <br />
  311. Mein Forum macht mich gerade wahnsinnig.<br />
  312. Es ist neu installiert. Neueste MyBB Version. Alles getestet. Testthemen ins Archiv verschoben. Thema gestartet - <br />
  313. <br />
  314. <blockquote class="mycode_quote"><cite>Zitat:</cite><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;b&gt;&lt;/b&gt;<br />
  315. &lt;i&gt;&lt;/i&gt;</code></div></div></blockquote>
  316.  <br />
  317. gehen nicht mehr. Dabei haben sie bereits schon einmal funktioniert.<br />
  318. Foren gecheckt. HTML war nicht erlaubt. HTML erlaubt. Keine Lösung<br />
  319. Codebuttons (weiß nicht was ich da geändert habe) auf original zurückgesertzt - nicht geholfen<br />
  320. im parser &lt;style&gt; rausgenommen - keine Lösung<br />
  321. HTML Plugin in Posts Plugin installiert - immer noch nichts<br />
  322. Neue Plugins nach dem Testen der HTML in Posts abgeschaltet und nachgesehen - keine Lösung<br />
  323. <br />
  324. Ich check es nicht mehr.<br />
  325. Fällt euch noch irgendetwas ein?<br />
  326. <hr class="mycode_hr" />
  327. Alternativ gibt es die Möglichkeit<br />
  328. <br />
  329. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[b][/B]</code></div></div>mit Farbcodes zu hinterlegen?]]></description>
  330. <content:encoded><![CDATA[Ich weiß das Thema war schon oft vorhanden, leider habe ich keine Lösung gefunden.<br />
  331. <br />
  332. Mein Forum macht mich gerade wahnsinnig.<br />
  333. Es ist neu installiert. Neueste MyBB Version. Alles getestet. Testthemen ins Archiv verschoben. Thema gestartet - <br />
  334. <br />
  335. <blockquote class="mycode_quote"><cite>Zitat:</cite><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;b&gt;&lt;/b&gt;<br />
  336. &lt;i&gt;&lt;/i&gt;</code></div></div></blockquote>
  337.  <br />
  338. gehen nicht mehr. Dabei haben sie bereits schon einmal funktioniert.<br />
  339. Foren gecheckt. HTML war nicht erlaubt. HTML erlaubt. Keine Lösung<br />
  340. Codebuttons (weiß nicht was ich da geändert habe) auf original zurückgesertzt - nicht geholfen<br />
  341. im parser &lt;style&gt; rausgenommen - keine Lösung<br />
  342. HTML Plugin in Posts Plugin installiert - immer noch nichts<br />
  343. Neue Plugins nach dem Testen der HTML in Posts abgeschaltet und nachgesehen - keine Lösung<br />
  344. <br />
  345. Ich check es nicht mehr.<br />
  346. Fällt euch noch irgendetwas ein?<br />
  347. <hr class="mycode_hr" />
  348. Alternativ gibt es die Möglichkeit<br />
  349. <br />
  350. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[b][/B]</code></div></div>mit Farbcodes zu hinterlegen?]]></content:encoded>
  351. </item>
  352. <item>
  353. <title><![CDATA[Forum Uptime]]></title>
  354. <link>https://www.mybb.de/forum/thread-39385.html</link>
  355. <pubDate>Sat, 12 Apr 2025 11:40:02 +0000</pubDate>
  356. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  357. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39385.html</guid>
  358. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-uptime/" target="_blank" rel="noopener" class="mycode_url">Forum Uptime</a><br />
  359. <br />
  360. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Description :</span></span> Displays how long the forum has been online in years, months, and days.<br />
  361. <br />
  362. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Install guide :</span></span> <br />
  363. <br />
  364. 1. Go to your board files and access <span style="text-decoration: underline;" class="mycode_u">inc/plugins and add the file there. </span><br />
  365. 2. Go to your forum -AdminCP- Configuration-Plugins-scroll down until you see the plugin and hit install<br />
  366. <br />
  367. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Board placement :</span></span> to make the plugin work you need to use the variable <span style="font-weight: bold;" class="mycode_b">{&#36;fuptime1}</span>  in order to work. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Configuration :</span></span> in order to set up the correct the start date of your board just go in ACP- Configuration -  Scroll down until you see plugin settings - Forum Uptime Settings <span style="font-weight: bold;" class="mycode_b">UPDATE v1.3 ( 12.04.2025 )</span><br />
  368. <br />
  369. - Added the option to set the uptime automatically</blockquote>
  370. ]]></description>
  371. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-uptime/" target="_blank" rel="noopener" class="mycode_url">Forum Uptime</a><br />
  372. <br />
  373. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Description :</span></span> Displays how long the forum has been online in years, months, and days.<br />
  374. <br />
  375. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Install guide :</span></span> <br />
  376. <br />
  377. 1. Go to your board files and access <span style="text-decoration: underline;" class="mycode_u">inc/plugins and add the file there. </span><br />
  378. 2. Go to your forum -AdminCP- Configuration-Plugins-scroll down until you see the plugin and hit install<br />
  379. <br />
  380. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Board placement :</span></span> to make the plugin work you need to use the variable <span style="font-weight: bold;" class="mycode_b">{&#36;fuptime1}</span>  in order to work. <span style="font-weight: bold;" class="mycode_b"><span style="color: #ea3e34;" class="mycode_color">Configuration :</span></span> in order to set up the correct the start date of your board just go in ACP- Configuration -  Scroll down until you see plugin settings - Forum Uptime Settings <span style="font-weight: bold;" class="mycode_b">UPDATE v1.3 ( 12.04.2025 )</span><br />
  381. <br />
  382. - Added the option to set the uptime automatically</blockquote>
  383. ]]></content:encoded>
  384. </item>
  385. <item>
  386. <title><![CDATA[NS MyAds]]></title>
  387. <link>https://www.mybb.de/forum/thread-39384.html</link>
  388. <pubDate>Fri, 11 Apr 2025 23:30:02 +0000</pubDate>
  389. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  390. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39384.html</guid>
  391. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-ns-myads/" target="_blank" rel="noopener" class="mycode_url">NS MyAds</a><br />
  392. <br />
  393. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">NS MyAds</span> is a modern, lightweight advertisement management plugin for MyBB. It allows forum administrators to easily manage ad zones, inject ad codes, and track impressions — all within a clean and intuitive admin panel.<br />
  394. <br />
  395. <br />
  396. <span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Ad Zones</span> – Define zones where ads will be displayed and assign ad codes to them<br />
  397. <br />
  398. </li>
  399. <li><span style="font-weight: bold;" class="mycode_b">Ad Code Management</span> – Easily add, edit, or remove multiple ad codes<br />
  400. <br />
  401. </li>
  402. <li><span style="font-weight: bold;" class="mycode_b">Ad Expiry Support</span> – Set expiration dates or choose unlimited display<br />
  403. <br />
  404. </li>
  405. <li><span style="font-weight: bold;" class="mycode_b">Group-Based Visibility</span> – Exclude specific user groups from seeing certain zones<br />
  406. <br />
  407. </li>
  408. <li><span style="font-weight: bold;" class="mycode_b">View Tracking</span> – Track how many times each ad has been viewed<br />
  409. <br />
  410. </li>
  411. <li><span style="font-weight: bold;" class="mycode_b">Easy Templating</span> – Use <br />
  412. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{ns_myads_zone_1}</code></div></div> style placeholders in your templates<br />
  413. <br />
  414. </li>
  415. <li><span style="font-weight: bold;" class="mycode_b">Random Rotation</span> – Supports random ad selection per zone for better distribution<br />
  416. </li>
  417. </ul>
  418. <br />
  419. <br />
  420. <span style="font-weight: bold;" class="mycode_b">Why This Plugin Exist?</span><br />
  421. This plugin was created for my personal use after I tried using the <span style="font-weight: bold;" class="mycode_b">My Advertisements</span> plugin by Diogo Parrinha on a <span style="font-weight: bold;" class="mycode_b">latest MyBB installation</span>, and unfortunately, it wasn’t working properly. While that plugin served the MyBB community well for years, it's now outdated and no longer maintained.<br />
  422. <span style="font-weight: bold;" class="mycode_b">NS MyAds</span> is heavily inspired by that original plugin — but it’s built from scratch to be <span style="font-weight: bold;" class="mycode_b">lightweight, clean, and fully compatible</span> with modern MyBB forums. It’s designed with simplicity in mind, focusing on performance, essential features, and an intuitive admin experience.</blockquote>
  423. ]]></description>
  424. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-ns-myads/" target="_blank" rel="noopener" class="mycode_url">NS MyAds</a><br />
  425. <br />
  426. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">NS MyAds</span> is a modern, lightweight advertisement management plugin for MyBB. It allows forum administrators to easily manage ad zones, inject ad codes, and track impressions — all within a clean and intuitive admin panel.<br />
  427. <br />
  428. <br />
  429. <span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Ad Zones</span> – Define zones where ads will be displayed and assign ad codes to them<br />
  430. <br />
  431. </li>
  432. <li><span style="font-weight: bold;" class="mycode_b">Ad Code Management</span> – Easily add, edit, or remove multiple ad codes<br />
  433. <br />
  434. </li>
  435. <li><span style="font-weight: bold;" class="mycode_b">Ad Expiry Support</span> – Set expiration dates or choose unlimited display<br />
  436. <br />
  437. </li>
  438. <li><span style="font-weight: bold;" class="mycode_b">Group-Based Visibility</span> – Exclude specific user groups from seeing certain zones<br />
  439. <br />
  440. </li>
  441. <li><span style="font-weight: bold;" class="mycode_b">View Tracking</span> – Track how many times each ad has been viewed<br />
  442. <br />
  443. </li>
  444. <li><span style="font-weight: bold;" class="mycode_b">Easy Templating</span> – Use <br />
  445. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{ns_myads_zone_1}</code></div></div> style placeholders in your templates<br />
  446. <br />
  447. </li>
  448. <li><span style="font-weight: bold;" class="mycode_b">Random Rotation</span> – Supports random ad selection per zone for better distribution<br />
  449. </li>
  450. </ul>
  451. <br />
  452. <br />
  453. <span style="font-weight: bold;" class="mycode_b">Why This Plugin Exist?</span><br />
  454. This plugin was created for my personal use after I tried using the <span style="font-weight: bold;" class="mycode_b">My Advertisements</span> plugin by Diogo Parrinha on a <span style="font-weight: bold;" class="mycode_b">latest MyBB installation</span>, and unfortunately, it wasn’t working properly. While that plugin served the MyBB community well for years, it's now outdated and no longer maintained.<br />
  455. <span style="font-weight: bold;" class="mycode_b">NS MyAds</span> is heavily inspired by that original plugin — but it’s built from scratch to be <span style="font-weight: bold;" class="mycode_b">lightweight, clean, and fully compatible</span> with modern MyBB forums. It’s designed with simplicity in mind, focusing on performance, essential features, and an intuitive admin experience.</blockquote>
  456. ]]></content:encoded>
  457. </item>
  458. <item>
  459. <title><![CDATA[Kurzbeschreibung in den Profilfeldern Link hinterlegen]]></title>
  460. <link>https://www.mybb.de/forum/thread-39383.html</link>
  461. <pubDate>Thu, 10 Apr 2025 10:18:21 +0000</pubDate>
  462. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=10229">bromance</a>]]></dc:creator>
  463. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39383.html</guid>
  464. <description><![CDATA[Hallo,<br />
  465. <br />
  466. ich bin mir nicht sicher, ob das mal ging oder es eine Einbildung meinerseits ist. Aber konnte man in der Kurzbeschreibung der Profilfelder mal html nutzen und somit auch einen Link zu einem Thema im Forum einfügen?<br />
  467. <br />
  468. Viele Grüße und Danke.]]></description>
  469. <content:encoded><![CDATA[Hallo,<br />
  470. <br />
  471. ich bin mir nicht sicher, ob das mal ging oder es eine Einbildung meinerseits ist. Aber konnte man in der Kurzbeschreibung der Profilfelder mal html nutzen und somit auch einen Link zu einem Thema im Forum einfügen?<br />
  472. <br />
  473. Viele Grüße und Danke.]]></content:encoded>
  474. </item>
  475. <item>
  476. <title><![CDATA[GET /forum/ HTTP/1.0 nach Multiregister Plugin]]></title>
  477. <link>https://www.mybb.de/forum/thread-39381.html</link>
  478. <pubDate>Mon, 07 Apr 2025 08:26:44 +0000</pubDate>
  479. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=13642">Namida</a>]]></dc:creator>
  480. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39381.html</guid>
  481. <description><![CDATA[Hallo ihr lieben,<br />
  482. <br />
  483. Leider habe ich kein Backup gemacht -.-<br />
  484. <br />
  485. Ich habe den EnhancedAccountSwitcher2_1_12 installiert und die Permissions bei der zutreffenden Gruppe geändert.<br />
  486. <br />
  487. Anschließend diesen Fehlercode erhalten<br />
  488. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>GET /forum/ HTTP/1.0</code></div></div><br />
  489. Plugin wieder dinstalliert:<br />
  490. selber Fehler<br />
  491. <br />
  492. Auf dem Server nachgesehen: <br />
  493. Keine Dateien des Plugins mehr vorhanden.<br />
  494. <br />
  495. Die Login-Seite läd noch. Nach der Anmeldung erscheint der Fehler wieder:<br />
  496. <br />
  497. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POST /forum/member.php HTTP/1.0</code></div></div>Hiernach erscheint der Fehler also hab ich etwas mit der Mitgliederliste zerschossen ?<br />
  498. <br />
  499. Jemand eine Idee, wie und wo ich das fixen kann?<br />
  500. <hr class="mycode_hr" />
  501. Ich bin dumm oder schlau mit Alzheimer -&gt; hab ein Backup puh<br />
  502. <br />
  503. OMG ich bin so glücklich ^^<br />
  504. <hr class="mycode_hr" />
  505. Zu früh gefreut, selbst ein Backup hat nicht geholfen. Ich bin ratlos.]]></description>
  506. <content:encoded><![CDATA[Hallo ihr lieben,<br />
  507. <br />
  508. Leider habe ich kein Backup gemacht -.-<br />
  509. <br />
  510. Ich habe den EnhancedAccountSwitcher2_1_12 installiert und die Permissions bei der zutreffenden Gruppe geändert.<br />
  511. <br />
  512. Anschließend diesen Fehlercode erhalten<br />
  513. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>GET /forum/ HTTP/1.0</code></div></div><br />
  514. Plugin wieder dinstalliert:<br />
  515. selber Fehler<br />
  516. <br />
  517. Auf dem Server nachgesehen: <br />
  518. Keine Dateien des Plugins mehr vorhanden.<br />
  519. <br />
  520. Die Login-Seite läd noch. Nach der Anmeldung erscheint der Fehler wieder:<br />
  521. <br />
  522. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POST /forum/member.php HTTP/1.0</code></div></div>Hiernach erscheint der Fehler also hab ich etwas mit der Mitgliederliste zerschossen ?<br />
  523. <br />
  524. Jemand eine Idee, wie und wo ich das fixen kann?<br />
  525. <hr class="mycode_hr" />
  526. Ich bin dumm oder schlau mit Alzheimer -&gt; hab ein Backup puh<br />
  527. <br />
  528. OMG ich bin so glücklich ^^<br />
  529. <hr class="mycode_hr" />
  530. Zu früh gefreut, selbst ein Backup hat nicht geholfen. Ich bin ratlos.]]></content:encoded>
  531. </item>
  532. <item>
  533. <title><![CDATA[Steam Discounts]]></title>
  534. <link>https://www.mybb.de/forum/thread-39380.html</link>
  535. <pubDate>Sun, 06 Apr 2025 15:55:02 +0000</pubDate>
  536. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  537. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39380.html</guid>
  538. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-steam-discounts/" target="_blank" rel="noopener" class="mycode_url">Steam Discounts</a><br />
  539. <br />
  540. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b"><span style="color: #e82a1f;" class="mycode_color">Description :</span></span> Show discounts for games on steam, it uses the cheapshark.com API <br />
  541. <br />
  542. <a href="https://www.cheapshark.com/api/1.0/deals?storeID=1&amp;sortBy=Recent&amp;onSale=1&amp;pageSize=60" target="_blank" rel="noopener" class="mycode_url">https://www.cheapshark.com/api/1.0/deals...ageSize=60</a><br />
  543. <br />
  544. It can be placed by using the variable : {&#36;steamdiscount}<br />
  545. <br />
  546. <span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Author :</span></span> <a href="https://legendcs.ro/member.php?action=profile&amp;uid=2" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-132128.html</a><br />
  547. <br />
  548. <span style="font-weight: bold;" class="mycode_b"><span style="color: #e82a1f;" class="mycode_color">Configuration:</span></span><br />
  549. You can add your own CSS for it by going to :<br />
  550. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ACP -&gt; Teplates&amp;Styles -&gt; Themes -&gt; Your theme -&gt;  Add Stylesheet</code></div></div>Name the file <span style="font-weight: bold;" class="mycode_b">steamdiscounts.css</span> <br />
  551. <br />
  552. Attached to:  <span style="font-weight: bold;" class="mycode_b">Globally </span><br />
  553. Check the box <span style="font-weight: bold;" class="mycode_b">Write my own content</span><br />
  554. <br />
  555. <span style="font-weight: bold;" class="mycode_b">UPDATE 20.04.2025</span><br />
  556. <br />
  557. <span style="font-weight: bold;" class="mycode_b">- Added a setting page of the plugin to update the API directly in ACP</span><br />
  558. <span style="font-weight: bold;" class="mycode_b">- Added a  cache local system with the duration of 1 hour so that it will not make as many calls making the api to get blocked for your website.</span><br />
  559. <span style="font-weight: bold;" class="mycode_b">- Added a debug function so that it will create a steam_api_debug.json fil in your board files that can display possible errors</span> <br />
  560. <br />
  561. My Example of <span style="font-weight: bold;" class="mycode_b">steamdiscounts.css</span> :<br />
  562. <br />
  563. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.steam-slider {<br />
  564.     position: relative;<br />
  565.     overflow: hidden;<br />
  566.     width: 100%;<br />
  567.     max-width: 100%;<br />
  568.     height: 210px;<br />
  569.     text-align: center;<br />
  570. }<br />
  571. <br />
  572. .steam-slide {<br />
  573.     display: none;<br />
  574.     padding: 10px;<br />
  575.     color: #fff;<br />
  576. }<br />
  577. <br />
  578. .steam-slide.active {<br />
  579.     display: block;<br />
  580.     animation: fade 0.5s ease-in-out;<br />
  581. }<br />
  582. <br />
  583. .steam-slide a img {<br />
  584.     width: 100%;<br />
  585.     height: 90px;<br />
  586.     object-fit: contain;<br />
  587.     border-radius: 4px;<br />
  588.     margin-bottom: 5px;<br />
  589.     transition: transform 0.3s ease;<br />
  590.     background: #000;<br />
  591. }<br />
  592. <br />
  593. .steam-slide a img:hover {<br />
  594.     transform: scale(1.05);<br />
  595. }<br />
  596. <br />
  597. .steam-slide h4 {<br />
  598.     margin: 5px 0;<br />
  599.     font-size: 14px;<br />
  600.     color: #fff;<br />
  601. }<br />
  602. <br />
  603. .steam-slide .price {<br />
  604.     font-size: 13px;<br />
  605.     color: #ccc;<br />
  606. }<br />
  607. <br />
  608. .steam-slide .discount {<br />
  609.     color: #4caf50;<br />
  610.     font-weight: bold;<br />
  611. }<br />
  612. <br />
  613. .view-link {<br />
  614.     display: inline-block;<br />
  615.     margin-top: 6px;<br />
  616.     padding: 4px 10px;<br />
  617.     background: #1760bb;<br />
  618.     color: white;<br />
  619.     font-size: 12px;<br />
  620.     text-decoration: none;<br />
  621.     border-radius: 4px;<br />
  622.     transition: background 0.3s;<br />
  623. }<br />
  624. <br />
  625. .view-link:hover {<br />
  626.     background: #114a91;<br />
  627. }<br />
  628. <br />
  629. .steam-slider-controls {<br />
  630.     position: absolute;<br />
  631.     top: 40%;<br />
  632.     width: 100%;<br />
  633.     display: flex;<br />
  634.     justify-content: space-between;<br />
  635.     transform: translateY(-50%);<br />
  636.     pointer-events: none;<br />
  637. }<br />
  638. <br />
  639. .steam-slider-controls button {<br />
  640.     background: rgba(0,0,0,0.5);<br />
  641.     color: white;<br />
  642.     border: none;<br />
  643.     font-size: 18px;<br />
  644.     padding: 4px 10px;<br />
  645.     cursor: pointer;<br />
  646.     border-radius: 4px;<br />
  647.     pointer-events: all;<br />
  648. }<br />
  649. <br />
  650. .steam-slider-controls button:hover {<br />
  651.     background: rgba(23, 96, 187, 0.7);<br />
  652. }<br />
  653. <br />
  654. @keyframes fade {<br />
  655.     from { opacity: 0; }<br />
  656.     to { opacity: 1; }<br />
  657. }</code></div></div></blockquote>
  658. ]]></description>
  659. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-steam-discounts/" target="_blank" rel="noopener" class="mycode_url">Steam Discounts</a><br />
  660. <br />
  661. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b"><span style="color: #e82a1f;" class="mycode_color">Description :</span></span> Show discounts for games on steam, it uses the cheapshark.com API <br />
  662. <br />
  663. <a href="https://www.cheapshark.com/api/1.0/deals?storeID=1&amp;sortBy=Recent&amp;onSale=1&amp;pageSize=60" target="_blank" rel="noopener" class="mycode_url">https://www.cheapshark.com/api/1.0/deals...ageSize=60</a><br />
  664. <br />
  665. It can be placed by using the variable : {&#36;steamdiscount}<br />
  666. <br />
  667. <span style="font-weight: bold;" class="mycode_b"><span style="color: #c10300;" class="mycode_color">Author :</span></span> <a href="https://legendcs.ro/member.php?action=profile&amp;uid=2" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-132128.html</a><br />
  668. <br />
  669. <span style="font-weight: bold;" class="mycode_b"><span style="color: #e82a1f;" class="mycode_color">Configuration:</span></span><br />
  670. You can add your own CSS for it by going to :<br />
  671. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ACP -&gt; Teplates&amp;Styles -&gt; Themes -&gt; Your theme -&gt;  Add Stylesheet</code></div></div>Name the file <span style="font-weight: bold;" class="mycode_b">steamdiscounts.css</span> <br />
  672. <br />
  673. Attached to:  <span style="font-weight: bold;" class="mycode_b">Globally </span><br />
  674. Check the box <span style="font-weight: bold;" class="mycode_b">Write my own content</span><br />
  675. <br />
  676. <span style="font-weight: bold;" class="mycode_b">UPDATE 20.04.2025</span><br />
  677. <br />
  678. <span style="font-weight: bold;" class="mycode_b">- Added a setting page of the plugin to update the API directly in ACP</span><br />
  679. <span style="font-weight: bold;" class="mycode_b">- Added a  cache local system with the duration of 1 hour so that it will not make as many calls making the api to get blocked for your website.</span><br />
  680. <span style="font-weight: bold;" class="mycode_b">- Added a debug function so that it will create a steam_api_debug.json fil in your board files that can display possible errors</span> <br />
  681. <br />
  682. My Example of <span style="font-weight: bold;" class="mycode_b">steamdiscounts.css</span> :<br />
  683. <br />
  684. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.steam-slider {<br />
  685.     position: relative;<br />
  686.     overflow: hidden;<br />
  687.     width: 100%;<br />
  688.     max-width: 100%;<br />
  689.     height: 210px;<br />
  690.     text-align: center;<br />
  691. }<br />
  692. <br />
  693. .steam-slide {<br />
  694.     display: none;<br />
  695.     padding: 10px;<br />
  696.     color: #fff;<br />
  697. }<br />
  698. <br />
  699. .steam-slide.active {<br />
  700.     display: block;<br />
  701.     animation: fade 0.5s ease-in-out;<br />
  702. }<br />
  703. <br />
  704. .steam-slide a img {<br />
  705.     width: 100%;<br />
  706.     height: 90px;<br />
  707.     object-fit: contain;<br />
  708.     border-radius: 4px;<br />
  709.     margin-bottom: 5px;<br />
  710.     transition: transform 0.3s ease;<br />
  711.     background: #000;<br />
  712. }<br />
  713. <br />
  714. .steam-slide a img:hover {<br />
  715.     transform: scale(1.05);<br />
  716. }<br />
  717. <br />
  718. .steam-slide h4 {<br />
  719.     margin: 5px 0;<br />
  720.     font-size: 14px;<br />
  721.     color: #fff;<br />
  722. }<br />
  723. <br />
  724. .steam-slide .price {<br />
  725.     font-size: 13px;<br />
  726.     color: #ccc;<br />
  727. }<br />
  728. <br />
  729. .steam-slide .discount {<br />
  730.     color: #4caf50;<br />
  731.     font-weight: bold;<br />
  732. }<br />
  733. <br />
  734. .view-link {<br />
  735.     display: inline-block;<br />
  736.     margin-top: 6px;<br />
  737.     padding: 4px 10px;<br />
  738.     background: #1760bb;<br />
  739.     color: white;<br />
  740.     font-size: 12px;<br />
  741.     text-decoration: none;<br />
  742.     border-radius: 4px;<br />
  743.     transition: background 0.3s;<br />
  744. }<br />
  745. <br />
  746. .view-link:hover {<br />
  747.     background: #114a91;<br />
  748. }<br />
  749. <br />
  750. .steam-slider-controls {<br />
  751.     position: absolute;<br />
  752.     top: 40%;<br />
  753.     width: 100%;<br />
  754.     display: flex;<br />
  755.     justify-content: space-between;<br />
  756.     transform: translateY(-50%);<br />
  757.     pointer-events: none;<br />
  758. }<br />
  759. <br />
  760. .steam-slider-controls button {<br />
  761.     background: rgba(0,0,0,0.5);<br />
  762.     color: white;<br />
  763.     border: none;<br />
  764.     font-size: 18px;<br />
  765.     padding: 4px 10px;<br />
  766.     cursor: pointer;<br />
  767.     border-radius: 4px;<br />
  768.     pointer-events: all;<br />
  769. }<br />
  770. <br />
  771. .steam-slider-controls button:hover {<br />
  772.     background: rgba(23, 96, 187, 0.7);<br />
  773. }<br />
  774. <br />
  775. @keyframes fade {<br />
  776.     from { opacity: 0; }<br />
  777.     to { opacity: 1; }<br />
  778. }</code></div></div></blockquote>
  779. ]]></content:encoded>
  780. </item>
  781. <item>
  782. <title><![CDATA[Forum Cleaner]]></title>
  783. <link>https://www.mybb.de/forum/thread-39379.html</link>
  784. <pubDate>Thu, 03 Apr 2025 15:00:02 +0000</pubDate>
  785. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  786. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39379.html</guid>
  787. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-cleaner2/" target="_blank" rel="noopener" class="mycode_url">Forum Cleaner</a><br />
  788. <br />
  789. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  790. <br />
  791. A MyBB plugin to help Administrators keep things clean.<br />
  792. <br />
  793. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  794. <br />
  795. You can find more information in the plugin <a href="https://github.com/OUGC-Network/MyBB-Forum-Cleaner/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?moderation-forum-cleaner" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  796. ]]></description>
  797. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-cleaner2/" target="_blank" rel="noopener" class="mycode_url">Forum Cleaner</a><br />
  798. <br />
  799. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  800. <br />
  801. A MyBB plugin to help Administrators keep things clean.<br />
  802. <br />
  803. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  804. <br />
  805. You can find more information in the plugin <a href="https://github.com/OUGC-Network/MyBB-Forum-Cleaner/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?moderation-forum-cleaner" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  806. ]]></content:encoded>
  807. </item>
  808. <item>
  809. <title><![CDATA[Problem mit Quickreply]]></title>
  810. <link>https://www.mybb.de/forum/thread-39378.html</link>
  811. <pubDate>Thu, 03 Apr 2025 06:15:19 +0000</pubDate>
  812. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=11630">bv64</a>]]></dc:creator>
  813. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39378.html</guid>
  814. <description><![CDATA[Hallo Stefan,<br />
  815. <br />
  816. es ist mir jetzt zum wiederholten mal aufgefallen, daher schreibe ich es mal hier:<br />
  817. <br />
  818. Wenn ich über Qucikreply antworte, bekomme ich oben rechts für einen Moment eine Fehlermeldung angezeigt, die irgendwie aussagt,dass der Beitrag schon übermittelt wurde.<br />
  819. Leider ist sie zu schnell weg, so dass ich sie nie ganz lesen konnte.<br />
  820. Der Beitrag ist dann auch tatsächlich da, aber im Eingabefenster des Qucikreply steht er noch immer drin.<br />
  821. <br />
  822. Windows 11, Firefox 137.0<br />
  823. da ich zeitweise einen Tremor im Finger habe, kann ich nicht ausschließen, dass ich tatsächlich doppelt klicke. Jedoch ist das Problem bisher nur hier und nicht im engl. Board aufgetreten und auch in meinem Testboard tritt es nicht auf<br />
  824. <br />
  825. Schau doch mal und wenn du mehr Infos brauchst, dann sag Bescheid]]></description>
  826. <content:encoded><![CDATA[Hallo Stefan,<br />
  827. <br />
  828. es ist mir jetzt zum wiederholten mal aufgefallen, daher schreibe ich es mal hier:<br />
  829. <br />
  830. Wenn ich über Qucikreply antworte, bekomme ich oben rechts für einen Moment eine Fehlermeldung angezeigt, die irgendwie aussagt,dass der Beitrag schon übermittelt wurde.<br />
  831. Leider ist sie zu schnell weg, so dass ich sie nie ganz lesen konnte.<br />
  832. Der Beitrag ist dann auch tatsächlich da, aber im Eingabefenster des Qucikreply steht er noch immer drin.<br />
  833. <br />
  834. Windows 11, Firefox 137.0<br />
  835. da ich zeitweise einen Tremor im Finger habe, kann ich nicht ausschließen, dass ich tatsächlich doppelt klicke. Jedoch ist das Problem bisher nur hier und nicht im engl. Board aufgetreten und auch in meinem Testboard tritt es nicht auf<br />
  836. <br />
  837. Schau doch mal und wenn du mehr Infos brauchst, dann sag Bescheid]]></content:encoded>
  838. </item>
  839. <item>
  840. <title><![CDATA[Icon Darstellung nach Themewechsel]]></title>
  841. <link>https://www.mybb.de/forum/thread-39376.html</link>
  842. <pubDate>Wed, 02 Apr 2025 17:41:40 +0000</pubDate>
  843. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=12640">dora71</a>]]></dc:creator>
  844. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39376.html</guid>
  845. <description><![CDATA[Hallo zusammen,<br />
  846. <br />
  847. war mir nicht sicher, in welche Rubrik meine Frage gehört, da es sich sowohl auf meine Plugins als auch um ein neu geladenes Theme handelt. Bei Bedarf gerne verschieben.<br />
  848. <br />
  849. Nach Installation des BootBB Reloaded Themes habe ich Probleme mit der Darstellung von 2 Icons, welche von 2 Plugins sind:<br />
  850. <br />
  851. 1. Plugin: <a href="https://gitlab.com/ab-plugins/abp-user-map" target="_blank" rel="noopener" class="mycode_url">Mitglieder Karte (1.3.5)</a><br />
  852. hier ist es mir zwar gelungen, im User-CP den Link zur Bearbeitung einzufügen, aber das Icon ist in den Text verschoben.<br />
  853. <br />
  854.  
  855. <br />
  856. <img src="https://www.mybb.de/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
  857. &nbsp;&nbsp;<a href="attachment.php?aid=14190" target="_blank" class="matomo_download">usercp-umap-forum-falsch.png</a> (Größe: 13,26 KB / Downloads: 8)
  858. <br />
  859. <br />
  860. 2. Plugin: <a href="http://community.mybb.com/user-6029.html" target="_blank" rel="noopener" class="mycode_url">Danke (3.9.4)</a><br />
  861. Das Plugin funktioniert soweit, aber auch hier scheitert es an dem Icon.<br />
  862. <br />
  863.  
  864. <br />
  865. <img src="https://www.mybb.de/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
  866. &nbsp;&nbsp;<a href="attachment.php?aid=14191" target="_blank" class="matomo_download">danke-falsch-forum.png</a> (Größe: 4,21 KB / Downloads: 5)
  867. <br />
  868. <br />
  869. <br />
  870. Wenn ich das richtig verstehe, nutzt das BootBB Reloaded Theme die Icons von FontAwesome, ist ja auch keine Problem, nur ich finde nicht die richtigen Stellen, wo ich das Aussehen ändern kann. Im Standard Theme funktionieren beide Plugins einwandfrei.<br />
  871. <br />
  872. Danke für Eure Denkanstöße und Grüße<br />
  873. Rainer]]></description>
  874. <content:encoded><![CDATA[Hallo zusammen,<br />
  875. <br />
  876. war mir nicht sicher, in welche Rubrik meine Frage gehört, da es sich sowohl auf meine Plugins als auch um ein neu geladenes Theme handelt. Bei Bedarf gerne verschieben.<br />
  877. <br />
  878. Nach Installation des BootBB Reloaded Themes habe ich Probleme mit der Darstellung von 2 Icons, welche von 2 Plugins sind:<br />
  879. <br />
  880. 1. Plugin: <a href="https://gitlab.com/ab-plugins/abp-user-map" target="_blank" rel="noopener" class="mycode_url">Mitglieder Karte (1.3.5)</a><br />
  881. hier ist es mir zwar gelungen, im User-CP den Link zur Bearbeitung einzufügen, aber das Icon ist in den Text verschoben.<br />
  882. <br />
  883.  
  884. <br />
  885. <img src="https://www.mybb.de/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
  886. &nbsp;&nbsp;<a href="attachment.php?aid=14190" target="_blank" class="matomo_download">usercp-umap-forum-falsch.png</a> (Größe: 13,26 KB / Downloads: 8)
  887. <br />
  888. <br />
  889. 2. Plugin: <a href="http://community.mybb.com/user-6029.html" target="_blank" rel="noopener" class="mycode_url">Danke (3.9.4)</a><br />
  890. Das Plugin funktioniert soweit, aber auch hier scheitert es an dem Icon.<br />
  891. <br />
  892.  
  893. <br />
  894. <img src="https://www.mybb.de/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
  895. &nbsp;&nbsp;<a href="attachment.php?aid=14191" target="_blank" class="matomo_download">danke-falsch-forum.png</a> (Größe: 4,21 KB / Downloads: 5)
  896. <br />
  897. <br />
  898. <br />
  899. Wenn ich das richtig verstehe, nutzt das BootBB Reloaded Theme die Icons von FontAwesome, ist ja auch keine Problem, nur ich finde nicht die richtigen Stellen, wo ich das Aussehen ändern kann. Im Standard Theme funktionieren beide Plugins einwandfrei.<br />
  900. <br />
  901. Danke für Eure Denkanstöße und Grüße<br />
  902. Rainer]]></content:encoded>
  903. </item>
  904. <item>
  905. <title><![CDATA[Online Member Variable in Header]]></title>
  906. <link>https://www.mybb.de/forum/thread-39375.html</link>
  907. <pubDate>Tue, 01 Apr 2025 20:59:03 +0000</pubDate>
  908. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=13240">Bloody Barbie</a>]]></dc:creator>
  909. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39375.html</guid>
  910. <description><![CDATA[Hellu <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  911. Ich versuche derzeit die "Wer ist Online-Anzeige" als Anzeige umzubauen mit <br />
  912. Derzeit Online: (Userliste) <br />
  913. <br />
  914. in den Header einzubauen, allerdings funktioniert es nicht richtig und ich weiß nicht was noch fehlt. <br />
  915. <br />
  916. Also was ich bisher gemacht hab: <br />
  917. <br />
  918. Ich habe im backend unter templates-&gt;mein Template-&gt;theme bearbeiten:header <br />
  919. bei header.tpl diesen Code eingebaut: <br />
  920. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="online_now_post"&gt;Derzeit Online :{&#36;onlinemembers}&lt;/div&gt;</code></div></div><br />
  921. <br />
  922. Und in meiner global.php steht dies bereits drin: <br />
  923. <br />
  924. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// Set up some of the default templates<br />
  925. eval('&#36;headerinclude = "'.&#36;templates-&gt;get('headerinclude').'";');<br />
  926. eval('&#36;gobutton = "'.&#36;templates-&gt;get('gobutton').'";');<br />
  927. eval('&#36;htmldoctype = "'.&#36;templates-&gt;get('htmldoctype', 1, 0).'";');<br />
  928. eval('&#36;onlinemembers[] = "'.&#36;templates-&gt;get('index_whosonline_memberbit', 1, 0).'";');<br />
  929. eval('&#36;header = "'.&#36;templates-&gt;get('header').'";');</code></div></div><br />
  930. Allerdings wird mir nun im Header nur:<br />
  931.  <br />
  932. <span style="font-weight: bold;" class="mycode_b">"Derzeit Online: Array" </span><br />
  933. <br />
  934. angezeigt. <br />
  935. <br />
  936. was habe ich falsch gemacht? Er scheint die Funktion nicht zu finden. <br />
  937. kann mir jemand helfen?]]></description>
  938. <content:encoded><![CDATA[Hellu <img src="https://www.mybb.de/forum/images/smilies/biggrin.gif" alt="Big Grin" title="Big Grin" class="smilie smilie_5" /><br />
  939. Ich versuche derzeit die "Wer ist Online-Anzeige" als Anzeige umzubauen mit <br />
  940. Derzeit Online: (Userliste) <br />
  941. <br />
  942. in den Header einzubauen, allerdings funktioniert es nicht richtig und ich weiß nicht was noch fehlt. <br />
  943. <br />
  944. Also was ich bisher gemacht hab: <br />
  945. <br />
  946. Ich habe im backend unter templates-&gt;mein Template-&gt;theme bearbeiten:header <br />
  947. bei header.tpl diesen Code eingebaut: <br />
  948. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="online_now_post"&gt;Derzeit Online :{&#36;onlinemembers}&lt;/div&gt;</code></div></div><br />
  949. <br />
  950. Und in meiner global.php steht dies bereits drin: <br />
  951. <br />
  952. <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// Set up some of the default templates<br />
  953. eval('&#36;headerinclude = "'.&#36;templates-&gt;get('headerinclude').'";');<br />
  954. eval('&#36;gobutton = "'.&#36;templates-&gt;get('gobutton').'";');<br />
  955. eval('&#36;htmldoctype = "'.&#36;templates-&gt;get('htmldoctype', 1, 0).'";');<br />
  956. eval('&#36;onlinemembers[] = "'.&#36;templates-&gt;get('index_whosonline_memberbit', 1, 0).'";');<br />
  957. eval('&#36;header = "'.&#36;templates-&gt;get('header').'";');</code></div></div><br />
  958. Allerdings wird mir nun im Header nur:<br />
  959.  <br />
  960. <span style="font-weight: bold;" class="mycode_b">"Derzeit Online: Array" </span><br />
  961. <br />
  962. angezeigt. <br />
  963. <br />
  964. was habe ich falsch gemacht? Er scheint die Funktion nicht zu finden. <br />
  965. kann mir jemand helfen?]]></content:encoded>
  966. </item>
  967. <item>
  968. <title><![CDATA[My2FA]]></title>
  969. <link>https://www.mybb.de/forum/thread-39374.html</link>
  970. <pubDate>Fri, 28 Mar 2025 07:10:02 +0000</pubDate>
  971. <dc:creator><![CDATA[<a href="https://www.mybb.de/forum/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
  972. <guid isPermaLink="false">https://www.mybb.de/forum/thread-39374.html</guid>
  973. <description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-my2fa/" target="_blank" rel="noopener" class="mycode_url">My2FA</a><br />
  974. <br />
  975. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  976. <br />
  977. A MyBB two-factor authentication for added account security.<br />
  978. <br />
  979. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  980. <br />
  981. You can find more information in the plugin <a href="https://github.com/OUGC-Network/My2FA/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?security-my2fa" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  982. ]]></description>
  983. <content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-my2fa/" target="_blank" rel="noopener" class="mycode_url">My2FA</a><br />
  984. <br />
  985. <blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-size: large;" class="mycode_size">🚀 About</span><br />
  986. <br />
  987. A MyBB two-factor authentication for added account security.<br />
  988. <br />
  989. <span style="font-size: large;" class="mycode_size">➕ More Information</span><br />
  990. <br />
  991. You can find more information in the plugin <a href="https://github.com/OUGC-Network/My2FA/" target="_blank" rel="noopener" class="mycode_url">GitHub repository</a> or the official OUGC.Network <a href="https://community.ougc.network/entry?security-my2fa" target="_blank" rel="noopener" class="mycode_url">web page</a>.</blockquote>
  992. ]]></content:encoded>
  993. </item>
  994. </channel>
  995. </rss>

If you would like to create a banner that links to this page (i.e. this validation result), do the following:

  1. Download the "valid RSS" banner.

  2. Upload the image to your own server. (This step is important. Please do not link directly to the image on this server.)

  3. Add this HTML to your page (change the image src attribute if necessary):

If you would like to create a text link instead, here is the URL you can use:

http://www.feedvalidator.org/check.cgi?url=https%3A//www.mybb.de/forum/syndication.php

Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda