<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[MyBB.de Forum - Alle Foren]]></title>
		<link>https://forum.mybb.de/</link>
		<description><![CDATA[MyBB.de Forum - https://forum.mybb.de]]></description>
		<pubDate>Tue, 01 Sep 2026 12:17:17 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Tab Sub Menu]]></title>
			<link>https://forum.mybb.de/thread-39690.html</link>
			<pubDate>Sun, 30 Aug 2026 17:10:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39690.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-tab-sub-menu/" target="_blank" rel="noopener" class="mycode_url">Tab Sub Menu</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Tab Sub Menu is a MyBB 1.8 plugin that lets forum administrators organize top-level forum categories into a clean, configurable tabbed menu on the forum index.<br />
<br />
Instead of showing every category in one long list, administrators can create named tabs such as Home, Gaming, Programming, Marketplace, or any structure that fits their community. Each tab can target one or more forum/category IDs, and an empty ID list can be used to create a show-all tab.<br />
<br />
<br />
<br />
The plugin is designed to work without requiring template edits for normal installations. It adds the needed stylesheet and template variables during activation, keeps plugin-owned theme assets synchronized, and supports newly created, imported, or duplicated themes while the plugin remains active.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Key Features</span><br />
<ul class="mycode_list"><li>Configurable tab IDs, display names, category assignments, and enabled states<br />
<br />
</li>
<li>Optional default tab selection<br />
<br />
</li>
<li>Optional visitor tab persistence using browser storage<br />
<br />
</li>
<li>Optional shareable tab URLs using the [icode]tsm_tab[/icode] parameter<br />
<br />
</li>
<li>Empty-tab hiding for tabs whose categories are not visible to the current visitor<br />
<br />
</li>
<li>Permission-aware behavior for guests, members, moderators, and administrators<br />
<br />
</li>
<li>Accessible tab markup, keyboard navigation, and visible focus states<br />
<br />
</li>
<li>Responsive styling for desktop, tablet, and phone layouts<br />
<br />
</li>
<li>Custom CSS override support from the Admin CP<br />
<br />
</li>
<li>Maintained default CSS reference inside the settings page<br />
<br />
</li>
<li>Automatic stylesheet and template synchronization for themes<br />
<br />
</li>
<li>Safe fallback behavior when JavaScript or browser storage is unavailable<br />
<br />
</li>
<li>English, Spanish, French, and Simplified Chinese language files<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Admin CP Configuration</span><br />
<br />
Configuration is handled through the MyBB Admin CP. Administrators can define tab IDs, display names, assigned forum/category IDs, enabled states, the default tab, empty-tab behavior, browser persistence, shareable URLs, and custom CSS.<br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Theme Compatibility</span><br />
<br />
Tab Sub Menu supports stock MyBB 1.8 themes and has also been tested with the responsive Space Cadet theme. Heavily customized themes can still integrate by adding a category data attribute to their outer category containers if their markup differs from standard MyBB output.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;section data-tab-sub-menu-category="{&#36;forum['fid']}"&gt;...&lt;/section&gt;</code></div></div><span style="font-weight: bold;" class="mycode_b">Compatibility Baseline</span><br />
<ul class="mycode_list"><li>MyBB 1.8.x<br />
<br />
</li>
<li>PHP 7.4 through PHP 8.4<br />
<br />
</li>
<li>Current or previous major versions of Chrome, Firefox, Edge, and Safari<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
<br />
Upload the contents of the [icode]Upload/[/icode] directory to your MyBB forum root, then install and activate <span style="font-weight: bold;" class="mycode_b">Tab Sub Menu</span> from:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Admin CP -&gt; Configuration -&gt; Plugins</code></div></div>After activation, configure the plugin from the Tab Sub Menu settings group.</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-tab-sub-menu/" target="_blank" rel="noopener" class="mycode_url">Tab Sub Menu</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Tab Sub Menu is a MyBB 1.8 plugin that lets forum administrators organize top-level forum categories into a clean, configurable tabbed menu on the forum index.<br />
<br />
Instead of showing every category in one long list, administrators can create named tabs such as Home, Gaming, Programming, Marketplace, or any structure that fits their community. Each tab can target one or more forum/category IDs, and an empty ID list can be used to create a show-all tab.<br />
<br />
<br />
<br />
The plugin is designed to work without requiring template edits for normal installations. It adds the needed stylesheet and template variables during activation, keeps plugin-owned theme assets synchronized, and supports newly created, imported, or duplicated themes while the plugin remains active.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Key Features</span><br />
<ul class="mycode_list"><li>Configurable tab IDs, display names, category assignments, and enabled states<br />
<br />
</li>
<li>Optional default tab selection<br />
<br />
</li>
<li>Optional visitor tab persistence using browser storage<br />
<br />
</li>
<li>Optional shareable tab URLs using the [icode]tsm_tab[/icode] parameter<br />
<br />
</li>
<li>Empty-tab hiding for tabs whose categories are not visible to the current visitor<br />
<br />
</li>
<li>Permission-aware behavior for guests, members, moderators, and administrators<br />
<br />
</li>
<li>Accessible tab markup, keyboard navigation, and visible focus states<br />
<br />
</li>
<li>Responsive styling for desktop, tablet, and phone layouts<br />
<br />
</li>
<li>Custom CSS override support from the Admin CP<br />
<br />
</li>
<li>Maintained default CSS reference inside the settings page<br />
<br />
</li>
<li>Automatic stylesheet and template synchronization for themes<br />
<br />
</li>
<li>Safe fallback behavior when JavaScript or browser storage is unavailable<br />
<br />
</li>
<li>English, Spanish, French, and Simplified Chinese language files<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Admin CP Configuration</span><br />
<br />
Configuration is handled through the MyBB Admin CP. Administrators can define tab IDs, display names, assigned forum/category IDs, enabled states, the default tab, empty-tab behavior, browser persistence, shareable URLs, and custom CSS.<br />
<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Theme Compatibility</span><br />
<br />
Tab Sub Menu supports stock MyBB 1.8 themes and has also been tested with the responsive Space Cadet theme. Heavily customized themes can still integrate by adding a category data attribute to their outer category containers if their markup differs from standard MyBB output.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;section data-tab-sub-menu-category="{&#36;forum['fid']}"&gt;...&lt;/section&gt;</code></div></div><span style="font-weight: bold;" class="mycode_b">Compatibility Baseline</span><br />
<ul class="mycode_list"><li>MyBB 1.8.x<br />
<br />
</li>
<li>PHP 7.4 through PHP 8.4<br />
<br />
</li>
<li>Current or previous major versions of Chrome, Firefox, Edge, and Safari<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
<br />
Upload the contents of the [icode]Upload/[/icode] directory to your MyBB forum root, then install and activate <span style="font-weight: bold;" class="mycode_b">Tab Sub Menu</span> from:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Admin CP -&gt; Configuration -&gt; Plugins</code></div></div>After activation, configure the plugin from the Tab Sub Menu settings group.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DF Login OTP]]></title>
			<link>https://forum.mybb.de/thread-39688.html</link>
			<pubDate>Thu, 27 Aug 2026 16:20:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39688.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-login-otp/" target="_blank" rel="noopener" class="mycode_url">DF Login OTP</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>DF Login OTP adds email two-factor authentication to the login flow of the usergroups you protect (admins/moderators by default). Everyone else logs in<br />
exactly as before.<br />
<br />
HOW IT WORKS<br />
1. Protected member submits username + password - full form OR header<br />
  quick-login (both supported).<br />
2. Password verified server-side; a random_int() 6-digit code is e-mailed;<br />
  its hash lives in a 15-minute cookie; 60-second e-mail cooldown.<br />
3. The OTP form carries a signed, AES-256-CBC encrypted, time-limited token -<br />
  the password is NEVER rendered in the DOM.<br />
4. Correct code -&gt; token verified with hash_equals -&gt; core login completes.<br />
<br />
SECURITY DESIGN<br />
- CSPRNG codes, constant-time comparisons (hash_equals)<br />
- Encrypted + signed + expiring password token<br />
- Rate-limited code e-mails<br />
- No plaintext secrets anywhere in HTML<br />
- Clean uninstall (settings + templates removed)<br />
<br />
STRUCTURE (community reviewer standard)<br />
Lifecycle-only main file · hooks.php · handlers.php · permissions.php ·<br />
db.php (schema-less by design, documented) · settings.json/php via<br />
insert_query_multiple · templates.json/php · external stylesheet ·<br />
English + ACP language packs.<br />
<br />
BATTLE-TESTED<br />
Installed and live-tested on a production board (data-forums.com) before<br />
submission - quick-login support, mail interpolation and token encryption<br />
were all caught and fixed in real use. Ship what you run.<br />
<br />
SETTINGS: protected group IDs (default 3,4).</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-login-otp/" target="_blank" rel="noopener" class="mycode_url">DF Login OTP</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>DF Login OTP adds email two-factor authentication to the login flow of the usergroups you protect (admins/moderators by default). Everyone else logs in<br />
exactly as before.<br />
<br />
HOW IT WORKS<br />
1. Protected member submits username + password - full form OR header<br />
  quick-login (both supported).<br />
2. Password verified server-side; a random_int() 6-digit code is e-mailed;<br />
  its hash lives in a 15-minute cookie; 60-second e-mail cooldown.<br />
3. The OTP form carries a signed, AES-256-CBC encrypted, time-limited token -<br />
  the password is NEVER rendered in the DOM.<br />
4. Correct code -&gt; token verified with hash_equals -&gt; core login completes.<br />
<br />
SECURITY DESIGN<br />
- CSPRNG codes, constant-time comparisons (hash_equals)<br />
- Encrypted + signed + expiring password token<br />
- Rate-limited code e-mails<br />
- No plaintext secrets anywhere in HTML<br />
- Clean uninstall (settings + templates removed)<br />
<br />
STRUCTURE (community reviewer standard)<br />
Lifecycle-only main file · hooks.php · handlers.php · permissions.php ·<br />
db.php (schema-less by design, documented) · settings.json/php via<br />
insert_query_multiple · templates.json/php · external stylesheet ·<br />
English + ACP language packs.<br />
<br />
BATTLE-TESTED<br />
Installed and live-tested on a production board (data-forums.com) before<br />
submission - quick-login support, mail interpolation and token encryption<br />
were all caught and fixed in real use. Ship what you run.<br />
<br />
SETTINGS: protected group IDs (default 3,4).</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DF Payment Gateway — Cashfree autopilot checkout]]></title>
			<link>https://forum.mybb.de/thread-39687.html</link>
			<pubDate>Wed, 26 Aug 2026 16:00:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39687.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-payment-gateway-cashfree-autopilot-checkout/" target="_blank" rel="noopener" class="mycode_url">DF Payment Gateway — Cashfree autopilot checkout</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">DF Payment Gateway turns any MyBB 1.8 board into a small store with a fully automated payment flow:</span><br />
<br />
[*]<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Hosted Cashfree checkout</span> (UPI, cards, netbanking) in sandbox or production mode.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Autopilot activation</span> — when Cashfree confirms the order as PAID (verified server-side with your secret key), the buyer is instantly added to the usergroup you configured and receives a welcome PM. Buyers who close the tab mid-payment are still activated via the webhook safety net.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Admin order list</span> at misc.php?action=df_pay&amp;mode=orders (Admin CP permission required).<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Configurable </span>product name, price, currency, target usergroup and PM toggle — all in plugin settings.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Theme-independent </span>dark, mobile-friendly checkout page at misc.php?action=df_pay.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">One file, zero core edits.</span> Install, configure, link. Uninstall removes its table and settings cleanly.<br />
</li>
</ul>
<ul class="mycode_list"><li>Requirements: MyBB 1.8.x, PHP 7.4+, a Cashfree merchant account, HTTPS board.</li>
</ul>
<br />
Live demo (sandbox, no side-effects): <a href="https://data-forums.com/misc.php?action=df_pay" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/misc.php?action=df_pay</a><br />
<br />
Register a free account, tap Pay securely, and complete the checkout with the Cashfree sandbox test card 4111 1111 1111 1111 (any future expiry, any CVV). The demo runs in sandbox mode with group-grant disabled, so reviewers can exercise the complete flow — order creation → hosted checkout → return-URL verification → admin order record — safely. The identical engine also powers our real DF Gold checkout at data-forums.com.<br />
<br />
Support : <a href="https://data-forums.com/Thread-Mybb-Premium-Plugin-%F0%9F%92%B3-DF-Payment-Gateway-MyBB-v1-0-Mybb-Premium-Plugin" target="_blank" rel="noopener" class="mycode_url">Here</a></blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-payment-gateway-cashfree-autopilot-checkout/" target="_blank" rel="noopener" class="mycode_url">DF Payment Gateway — Cashfree autopilot checkout</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">DF Payment Gateway turns any MyBB 1.8 board into a small store with a fully automated payment flow:</span><br />
<br />
[*]<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Hosted Cashfree checkout</span> (UPI, cards, netbanking) in sandbox or production mode.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Autopilot activation</span> — when Cashfree confirms the order as PAID (verified server-side with your secret key), the buyer is instantly added to the usergroup you configured and receives a welcome PM. Buyers who close the tab mid-payment are still activated via the webhook safety net.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Admin order list</span> at misc.php?action=df_pay&amp;mode=orders (Admin CP permission required).<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Configurable </span>product name, price, currency, target usergroup and PM toggle — all in plugin settings.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Theme-independent </span>dark, mobile-friendly checkout page at misc.php?action=df_pay.<br />
</li>
</ul>
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">One file, zero core edits.</span> Install, configure, link. Uninstall removes its table and settings cleanly.<br />
</li>
</ul>
<ul class="mycode_list"><li>Requirements: MyBB 1.8.x, PHP 7.4+, a Cashfree merchant account, HTTPS board.</li>
</ul>
<br />
Live demo (sandbox, no side-effects): <a href="https://data-forums.com/misc.php?action=df_pay" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/misc.php?action=df_pay</a><br />
<br />
Register a free account, tap Pay securely, and complete the checkout with the Cashfree sandbox test card 4111 1111 1111 1111 (any future expiry, any CVV). The demo runs in sandbox mode with group-grant disabled, so reviewers can exercise the complete flow — order creation → hosted checkout → return-URL verification → admin order record — safely. The identical engine also powers our real DF Gold checkout at data-forums.com.<br />
<br />
Support : <a href="https://data-forums.com/Thread-Mybb-Premium-Plugin-%F0%9F%92%B3-DF-Payment-Gateway-MyBB-v1-0-Mybb-Premium-Plugin" target="_blank" rel="noopener" class="mycode_url">Here</a></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Probleme nach umzug / kein Updaten der alten DB möglich]]></title>
			<link>https://forum.mybb.de/thread-39686.html</link>
			<pubDate>Sun, 23 Aug 2026 12:20:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=28">Bogus</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39686.html</guid>
			<description><![CDATA[Hallo zusammen ;D<br />
Ich bin zu einem neuen Hoster umgezogen, das lief soweit auch gut. Nur, da das Forum schon 16 jahre alt ist, hat es natürlich auch ältere mybb versionen. So muste ich die PHP version nachinstallieren, das ging auch gut. Nun, hab ich mybb neu erstellt, die Dateien hochgeladen, das lief soweit alles gut, bis ich die DB eingeladen hab, da fingen die probleme an. Dann wollte ich die DB noch auf die aktuelle version updaten, weil ich das vergessen hab. Das geht nun nicht, weil mybb sagt, das der install ordner gesperrt ist, obwohl da keine lock datei drin enthalöten ist.<br />
<br />
Ich hatte mir hilfe von gemeini KI geholt und auch alels durchgespielt, hab die lockdatei auf dem server gesucht etc. pp. Das was dazu kommt, das es warnmeldung gab, aber dafür hatte ich ja die PHP Version nachinstalliert. <br />
<br />
Nun weiss ich nciht merh weiter, weil ich die db nicht updaten kann.<br />
<br />
Hoffe ich hab es einigermassen gut beschrieben, bin ein wenig mit dem nerven am ende. <br />
<br />
DAs forum ist gridtalk.de]]></description>
			<content:encoded><![CDATA[Hallo zusammen ;D<br />
Ich bin zu einem neuen Hoster umgezogen, das lief soweit auch gut. Nur, da das Forum schon 16 jahre alt ist, hat es natürlich auch ältere mybb versionen. So muste ich die PHP version nachinstallieren, das ging auch gut. Nun, hab ich mybb neu erstellt, die Dateien hochgeladen, das lief soweit alles gut, bis ich die DB eingeladen hab, da fingen die probleme an. Dann wollte ich die DB noch auf die aktuelle version updaten, weil ich das vergessen hab. Das geht nun nicht, weil mybb sagt, das der install ordner gesperrt ist, obwohl da keine lock datei drin enthalöten ist.<br />
<br />
Ich hatte mir hilfe von gemeini KI geholt und auch alels durchgespielt, hab die lockdatei auf dem server gesucht etc. pp. Das was dazu kommt, das es warnmeldung gab, aber dafür hatte ich ja die PHP Version nachinstalliert. <br />
<br />
Nun weiss ich nciht merh weiter, weil ich die db nicht updaten kann.<br />
<br />
Hoffe ich hab es einigermassen gut beschrieben, bin ein wenig mit dem nerven am ende. <br />
<br />
DAs forum ist gridtalk.de]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DF Reactions — one-tap emoji reactions for posts]]></title>
			<link>https://forum.mybb.de/thread-39685.html</link>
			<pubDate>Thu, 20 Aug 2026 14:25:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39685.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-reactions-one-tap-emoji-reactions-for-posts/" target="_blank" rel="noopener" class="mycode_url">DF Reactions — one-tap emoji reactions for posts</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Bring modern, Discord-style engagement to your MyBB board: members react to any post with one tap — no reply needed.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Emoji reactions under every post with live counters<br />
<br />
</li>
<li>Who-reacted display so reactions feel personal<br />
<br />
</li>
<li>The lowest-friction engagement feature a forum can add<br />
<br />
</li>
<li>Clean dark styling, scoped CSS, zero configuration<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Install</span><br />
<br />
<ol type="1" class="mycode_list"><li>Upload the plugin file to inc/plugins/<br />
<br />
</li>
<li>Install &amp; Activate in the ACP<br />
<br />
</li>
<li>Done — reactions appear on every post immediately<br />
</li>
</ol>
<br />
<span style="font-weight: bold;" class="mycode_b">Compatibility:</span> MyBB 1.8.x — tested on 1.8.40 with PHP 8.1–8.3.<br />
<span style="font-weight: bold;" class="mycode_b">Live demo:</span> running on <a href="https://data-forums.com" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com</a><br />
<span style="font-weight: bold;" class="mycode_b">Support &amp; feedback:</span> <a href="https://data-forums.com/showthread.php?tid=21392" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/showthread.php?tid=21392</a><br />
<span style="font-style: italic;" class="mycode_i">Free for community use. Do not rebrand or redistribute as your own.</span></blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-reactions-one-tap-emoji-reactions-for-posts/" target="_blank" rel="noopener" class="mycode_url">DF Reactions — one-tap emoji reactions for posts</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Bring modern, Discord-style engagement to your MyBB board: members react to any post with one tap — no reply needed.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Emoji reactions under every post with live counters<br />
<br />
</li>
<li>Who-reacted display so reactions feel personal<br />
<br />
</li>
<li>The lowest-friction engagement feature a forum can add<br />
<br />
</li>
<li>Clean dark styling, scoped CSS, zero configuration<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Install</span><br />
<br />
<ol type="1" class="mycode_list"><li>Upload the plugin file to inc/plugins/<br />
<br />
</li>
<li>Install &amp; Activate in the ACP<br />
<br />
</li>
<li>Done — reactions appear on every post immediately<br />
</li>
</ol>
<br />
<span style="font-weight: bold;" class="mycode_b">Compatibility:</span> MyBB 1.8.x — tested on 1.8.40 with PHP 8.1–8.3.<br />
<span style="font-weight: bold;" class="mycode_b">Live demo:</span> running on <a href="https://data-forums.com" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com</a><br />
<span style="font-weight: bold;" class="mycode_b">Support &amp; feedback:</span> <a href="https://data-forums.com/showthread.php?tid=21392" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/showthread.php?tid=21392</a><br />
<span style="font-style: italic;" class="mycode_i">Free for community use. Do not rebrand or redistribute as your own.</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[DF Spotlight — hottest-thread homepage card]]></title>
			<link>https://forum.mybb.de/thread-39684.html</link>
			<pubDate>Thu, 20 Aug 2026 14:20:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39684.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-spotlight-hottest-thread-homepage-card/" target="_blank" rel="noopener" class="mycode_url">DF Spotlight — hottest-thread homepage card</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>DF Spotlight adds a glowing "Thread Spotlight" card to your board index that automatically surfaces the hottest thread of the last 7 days.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How it works</span><ul class="mycode_list"><li>Threads are scored on replies and views from the past week; the winner gets the card<br />
<br />
</li>
<li>10-minute cache — zero measurable overhead on index<br />
<br />
</li>
<li>Falls back to latest activity on quiet weeks, so it never looks empty<br />
<br />
</li>
<li>Theme-friendly dark styling with scoped CSS (no conflicts), works on any MyBB 1.8 theme<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Why you'll love it</span><ul class="mycode_list"><li>Install and forget — literally zero settings<br />
<br />
</li>
<li>Drives clicks to your best content from the front page<br />
<br />
</li>
<li>Zero tables (uses the MyBB datacache)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Compatibility:</span> MyBB 1.8.x — tested on 1.8.40 with PHP 8.1–8.3.<br />
<span style="font-weight: bold;" class="mycode_b">Live demo:</span> visible on the index at <a href="https://data-forums.com" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com</a><br />
<span style="font-weight: bold;" class="mycode_b">Support &amp; feedback:</span> <a href="https://data-forums.com/showthread.php?tid=21447" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/showthread.php?tid=21447</a><br />
<span style="font-style: italic;" class="mycode_i">Free for community use. Do not rebrand or redistribute as your own.</span></blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-df-spotlight-hottest-thread-homepage-card/" target="_blank" rel="noopener" class="mycode_url">DF Spotlight — hottest-thread homepage card</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>DF Spotlight adds a glowing "Thread Spotlight" card to your board index that automatically surfaces the hottest thread of the last 7 days.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How it works</span><ul class="mycode_list"><li>Threads are scored on replies and views from the past week; the winner gets the card<br />
<br />
</li>
<li>10-minute cache — zero measurable overhead on index<br />
<br />
</li>
<li>Falls back to latest activity on quiet weeks, so it never looks empty<br />
<br />
</li>
<li>Theme-friendly dark styling with scoped CSS (no conflicts), works on any MyBB 1.8 theme<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Why you'll love it</span><ul class="mycode_list"><li>Install and forget — literally zero settings<br />
<br />
</li>
<li>Drives clicks to your best content from the front page<br />
<br />
</li>
<li>Zero tables (uses the MyBB datacache)<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Compatibility:</span> MyBB 1.8.x — tested on 1.8.40 with PHP 8.1–8.3.<br />
<span style="font-weight: bold;" class="mycode_b">Live demo:</span> visible on the index at <a href="https://data-forums.com" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com</a><br />
<span style="font-weight: bold;" class="mycode_b">Support &amp; feedback:</span> <a href="https://data-forums.com/showthread.php?tid=21447" target="_blank" rel="noopener" class="mycode_url">https://data-forums.com/showthread.php?tid=21447</a><br />
<span style="font-style: italic;" class="mycode_i">Free for community use. Do not rebrand or redistribute as your own.</span></blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MYSQL Dump importieren]]></title>
			<link>https://forum.mybb.de/thread-39683.html</link>
			<pubDate>Thu, 13 Aug 2026 17:19:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=13474">UweJ</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39683.html</guid>
			<description><![CDATA[Hallo zusammen,<br />
ich befasse mich gerde damit, meine Pages und Foren von einem Provider auf einen anderen zu transfrerieren.<br />
FTP Ist ja nicht so das Problem.<br />
Nun stehe ich vor der Frage, wie ich ein DB Backup des Mybb in die neue DB des neuen Provideres einspielen kann. Per Mysql Import klappt es so nicht, da es immer zu einem Timeout kommt. Die daten sich scheinbar zu groß.<br />
Der Mysql Dumper ist out of time und eine ähnlich Software habe ich (noch) nicht gefunden.<br />
<br />
Meine Frager wäre nun: wie realisiert ihr dies?<br />
<br />
Auf SSH habe ich bei dem einen Provider keinen Zugriff.<br />
Gibt es ähnliche Software?<br />
<br />
Diese Frage wurde ja auch, mit älterem Datum, bereits hier im Forum thematisiert und nicht so richtig beantwortet.<br />
Oder habe ich das bei der Suche nicht grfunden?<br />
<br />
Bin auf Anregungen gespannt.]]></description>
			<content:encoded><![CDATA[Hallo zusammen,<br />
ich befasse mich gerde damit, meine Pages und Foren von einem Provider auf einen anderen zu transfrerieren.<br />
FTP Ist ja nicht so das Problem.<br />
Nun stehe ich vor der Frage, wie ich ein DB Backup des Mybb in die neue DB des neuen Provideres einspielen kann. Per Mysql Import klappt es so nicht, da es immer zu einem Timeout kommt. Die daten sich scheinbar zu groß.<br />
Der Mysql Dumper ist out of time und eine ähnlich Software habe ich (noch) nicht gefunden.<br />
<br />
Meine Frager wäre nun: wie realisiert ihr dies?<br />
<br />
Auf SSH habe ich bei dem einen Provider keinen Zugriff.<br />
Gibt es ähnliche Software?<br />
<br />
Diese Frage wurde ja auch, mit älterem Datum, bereits hier im Forum thematisiert und nicht so richtig beantwortet.<br />
Oder habe ich das bei der Suche nicht grfunden?<br />
<br />
Bin auf Anregungen gespannt.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forum Fortress]]></title>
			<link>https://forum.mybb.de/thread-39682.html</link>
			<pubDate>Wed, 12 Aug 2026 08:50:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39682.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-fortress/" target="_blank" rel="noopener" class="mycode_url">Forum Fortress</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Forum Fortress - spam blocking built specifically for forums.<br />
<br />
Forum Fortress is an anti-spam plugin for MyBB 1.8.x which checks registrations, new threads, replies, post edits, profile and signature changes, and contact form submissions before they are accepted by MyBB.<br />
The plugin connects to the Forum Fortress hosted anti-spam service and returns a simple allow or block decision.<br />
The service is designed to provide a fresh take on spam protection and analyses user behaviour rather than relying on hard blocklists and previously seen spam.<br />
<br />
The service is designed to protect user privacy by retaining raw data only for a short period and not providing a public directory of reported emails, usernames and IPs.<br />
<br />
<a href="https://forumfortress.com/portal-demo/" target="_blank" rel="noopener" class="mycode_url">Portal Demo</a> | <a href="https://forumfortress.com/docs/install/mybb/" target="_blank" rel="noopener" class="mycode_url">MyBB Documentation</a> | <a href="https://forumfortress.com/#contact" target="_blank" rel="noopener" class="mycode_url">Contact</a><br />
Features:<ul class="mycode_list"><li>Checks registrations, threads, replies and post edits<br />
<br />
</li>
<li>Checks profile and signature changes<br />
<br />
</li>
<li>Checks contact form submissions<br />
<br />
</li>
<li>No CAPTCHA or client-side JavaScript required<br />
<br />
</li>
<li>Simple allow/block decisioning<br />
<br />
</li>
<li>Configurable fail-open behaviour<br />
<br />
</li>
<li>ACP dashboard with recent decisions and connection status<br />
<br />
</li>
<li>Built-in connection test<br />
<br />
</li>
<li>Attack mode for periods of increased spam<br />
<br />
</li>
<li>Automatic site bootstrap from the ACP<br />
</li>
</ul>
<br />
<br />
Forum Fortress is a hosted service and requires outbound HTTPS access from PHP. <br />
The plugin is free to download and a free service plan is available; which should suit most small to medium communities.<br />
Optional paid plans provide higher limits and additional features.<br />
Requires MyBB 1.8.x and PHP cURL/HTTP support.</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-forum-fortress/" target="_blank" rel="noopener" class="mycode_url">Forum Fortress</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Forum Fortress - spam blocking built specifically for forums.<br />
<br />
Forum Fortress is an anti-spam plugin for MyBB 1.8.x which checks registrations, new threads, replies, post edits, profile and signature changes, and contact form submissions before they are accepted by MyBB.<br />
The plugin connects to the Forum Fortress hosted anti-spam service and returns a simple allow or block decision.<br />
The service is designed to provide a fresh take on spam protection and analyses user behaviour rather than relying on hard blocklists and previously seen spam.<br />
<br />
The service is designed to protect user privacy by retaining raw data only for a short period and not providing a public directory of reported emails, usernames and IPs.<br />
<br />
<a href="https://forumfortress.com/portal-demo/" target="_blank" rel="noopener" class="mycode_url">Portal Demo</a> | <a href="https://forumfortress.com/docs/install/mybb/" target="_blank" rel="noopener" class="mycode_url">MyBB Documentation</a> | <a href="https://forumfortress.com/#contact" target="_blank" rel="noopener" class="mycode_url">Contact</a><br />
Features:<ul class="mycode_list"><li>Checks registrations, threads, replies and post edits<br />
<br />
</li>
<li>Checks profile and signature changes<br />
<br />
</li>
<li>Checks contact form submissions<br />
<br />
</li>
<li>No CAPTCHA or client-side JavaScript required<br />
<br />
</li>
<li>Simple allow/block decisioning<br />
<br />
</li>
<li>Configurable fail-open behaviour<br />
<br />
</li>
<li>ACP dashboard with recent decisions and connection status<br />
<br />
</li>
<li>Built-in connection test<br />
<br />
</li>
<li>Attack mode for periods of increased spam<br />
<br />
</li>
<li>Automatic site bootstrap from the ACP<br />
</li>
</ul>
<br />
<br />
Forum Fortress is a hosted service and requires outbound HTTPS access from PHP. <br />
The plugin is free to download and a free service plan is available; which should suit most small to medium communities.<br />
Optional paid plans provide higher limits and additional features.<br />
Requires MyBB 1.8.x and PHP cURL/HTTP support.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Moderations Warteschlange]]></title>
			<link>https://forum.mybb.de/thread-39681.html</link>
			<pubDate>Sun, 09 Aug 2026 13:37:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=13474">UweJ</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39681.html</guid>
			<description><![CDATA[Hallo Foren Team,<br />
in meinem Forum Vers. 1.8.40 ist folgende Situation aufgetreten.<br />
<br />
Es hatte sich ein Spammer angemeldet, der mir im Forum dann per PN von einem User gemeldet wurde. Daraufhin habe ich die Spambeiträge und den Spammer über die Suche des Namens per Admin-PC gelöscht.<br />
Die erschienenden Menüleiste -- <span style="font-style: italic;" class="mycode_i">Moderationswarteschlange: 6 ungelesene Meldungen</span> -- hatte ich nicht angeklickt.<br />
<br />
Wenn ich nun diese anklicke, erhalte ich eine Fehlermeldung:<br />
---------<br />
Schwerwiegender Fehler : Unbehandelter TypeError: Zugriff auf Offset vom Typ String in String nicht möglich in /xx/xx/xx/www/xx.de/modcp.php:539 Stack-Trace: #0 {main} ausgelöst in /xx/xx/xx/www/xxx.de/modcp.php in Zeile 539<br />
--------<br />
Wie und wo kann ich das wieder löschen?<br />
Danke vorab und einen schönen sonnigen Sonntag noch]]></description>
			<content:encoded><![CDATA[Hallo Foren Team,<br />
in meinem Forum Vers. 1.8.40 ist folgende Situation aufgetreten.<br />
<br />
Es hatte sich ein Spammer angemeldet, der mir im Forum dann per PN von einem User gemeldet wurde. Daraufhin habe ich die Spambeiträge und den Spammer über die Suche des Namens per Admin-PC gelöscht.<br />
Die erschienenden Menüleiste -- <span style="font-style: italic;" class="mycode_i">Moderationswarteschlange: 6 ungelesene Meldungen</span> -- hatte ich nicht angeklickt.<br />
<br />
Wenn ich nun diese anklicke, erhalte ich eine Fehlermeldung:<br />
---------<br />
Schwerwiegender Fehler : Unbehandelter TypeError: Zugriff auf Offset vom Typ String in String nicht möglich in /xx/xx/xx/www/xx.de/modcp.php:539 Stack-Trace: #0 {main} ausgelöst in /xx/xx/xx/www/xxx.de/modcp.php in Zeile 539<br />
--------<br />
Wie und wo kann ich das wieder löschen?<br />
Danke vorab und einen schönen sonnigen Sonntag noch]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyBB MCP Server]]></title>
			<link>https://forum.mybb.de/thread-39680.html</link>
			<pubDate>Wed, 05 Aug 2026 15:50:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39680.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-mcp-server/" target="_blank" rel="noopener" class="mycode_url">MyBB MCP Server</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>A plugin that exposes forum and private-message features through the Model Context Protocol (MCP). It provides a guest-only public endpoint and an authenticated endpoint backed by OAuth 2.1-style Authorization Code flow with PKCE S256.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements</span><br />
<ul class="mycode_list"><li>MyBB 1.8.40<br />
<br />
</li>
<li>PHP 8.1 or newer<br />
<br />
</li>
<li>MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB<br />
<br />
</li>
<li>PHP cURL extension backed by libcurl 7.61.0 or newer<br />
<br />
</li>
<li>HTTPS in production<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Available Tools:</span><br />
<ul class="mycode_list"><li>list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads<br />
<br />
</li>
<li>create_thread, create_post<br />
<br />
</li>
<li>list_private_message_folders, list_private_messages, get_private_message<br />
<br />
</li>
<li>send_private_message<br />
<br />
</li>
<li>get_current_user<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">User and administrator controls<br />
</span><br />
Users can inspect permissions, DCR/CIMD identity details, and revoke authorized applications in User CP → Connected applications. Administrators can configure the endpoint and each tool, select authorizing primary or additional user groups through MyBB's native group selector, constrain CIMD hosts, revoke clients, inspect metadata cache status and grants, and review write audit entries in ACP → Configuration → MyBB MCP Server.<br />
<br />
The mybb_mcp_cleanup MyBB task removes expired protocol state. Deactivation disables the task and endpoints; uninstalling removes MCP tables, settings, templates, and the task.</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-mcp-server/" target="_blank" rel="noopener" class="mycode_url">MyBB MCP Server</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>A plugin that exposes forum and private-message features through the Model Context Protocol (MCP). It provides a guest-only public endpoint and an authenticated endpoint backed by OAuth 2.1-style Authorization Code flow with PKCE S256.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements</span><br />
<ul class="mycode_list"><li>MyBB 1.8.40<br />
<br />
</li>
<li>PHP 8.1 or newer<br />
<br />
</li>
<li>MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB<br />
<br />
</li>
<li>PHP cURL extension backed by libcurl 7.61.0 or newer<br />
<br />
</li>
<li>HTTPS in production<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Available Tools:</span><br />
<ul class="mycode_list"><li>list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads<br />
<br />
</li>
<li>create_thread, create_post<br />
<br />
</li>
<li>list_private_message_folders, list_private_messages, get_private_message<br />
<br />
</li>
<li>send_private_message<br />
<br />
</li>
<li>get_current_user<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">User and administrator controls<br />
</span><br />
Users can inspect permissions, DCR/CIMD identity details, and revoke authorized applications in User CP → Connected applications. Administrators can configure the endpoint and each tool, select authorizing primary or additional user groups through MyBB's native group selector, constrain CIMD hosts, revoke clients, inspect metadata cache status and grants, and review write audit entries in ACP → Configuration → MyBB MCP Server.<br />
<br />
The mybb_mcp_cleanup MyBB task removes expired protocol state. Deactivation disables the task and endpoints; uninstalling removes MCP tables, settings, templates, and the task.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[AnveVoice - AI Voice Agent]]></title>
			<link>https://forum.mybb.de/thread-39679.html</link>
			<pubDate>Fri, 31 Jul 2026 08:05:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39679.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-anvevoice-ai-voice-agent/" target="_blank" rel="noopener" class="mycode_url">AnveVoice - AI Voice Agent</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>AnveVoice brings real-time voice interaction to your MyBB forum. Members and guests can speak naturally to ask questions, find relevant threads, and navigate the board — all without typing.<br />
<br />
Key Features:<br />
- Real-time voice conversations with sub-500ms response latency<br />
- Supports 50+ languages with automatic detection<br />
- Auto-trains on your forum's existing content<br />
- Simple setup: enable the plugin and enter your Embed ID<br />
- Free tier available, no credit card required<br />
<br />
Setup:<br />
1. Install and activate the plugin<br />
2. Get a free Embed ID at app.anvevoice.app<br />
3. Enter it in Admin CP &gt; Configuration &gt; AnveVoice Settings<br />
4. Enable the widget — it appears on every forum page automatically</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-anvevoice-ai-voice-agent/" target="_blank" rel="noopener" class="mycode_url">AnveVoice - AI Voice Agent</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>AnveVoice brings real-time voice interaction to your MyBB forum. Members and guests can speak naturally to ask questions, find relevant threads, and navigate the board — all without typing.<br />
<br />
Key Features:<br />
- Real-time voice conversations with sub-500ms response latency<br />
- Supports 50+ languages with automatic detection<br />
- Auto-trains on your forum's existing content<br />
- Simple setup: enable the plugin and enter your Embed ID<br />
- Free tier available, no credit card required<br />
<br />
Setup:<br />
1. Install and activate the plugin<br />
2. Get a free Embed ID at app.anvevoice.app<br />
3. Enter it in Admin CP &gt; Configuration &gt; AnveVoice Settings<br />
4. Enable the widget — it appears on every forum page automatically</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyBB Domain Sync]]></title>
			<link>https://forum.mybb.de/thread-39678.html</link>
			<pubDate>Fri, 24 Jul 2026 17:45:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39678.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-domain-sync/" target="_blank" rel="noopener" class="mycode_url">MyBB Domain Sync</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>The MyBB Domain Sync plugin allows two domains to share a single MyBB database while keeping each domain's settings completely independent. Each domain can have its own board URL, cookie prefix, upload paths, email configuration, and more, ensuring visitors always see the correct site's content without session or cookie conflicts.<br />
<br />
Theme &amp; Template Management: MyBB Domain Sync automatically creates child themes for every theme on the secondary domain. When a guest or user visits the second domain, the plugin loads the child version of the current default theme instead of the primary domain's theme. Administrators can manage domain-specific template overrides through a dedicated ACP interface, with options to create, edit, revert, and organize overrides for each template set.<br />
<br />
Seamless Integration: The plugin integrates directly with MyBB using core hooks to handle URL rewriting, cookie isolation, theme switching, and template overrides at runtime. No manual file copying or database duplication is required—everything is managed automatically using MyBB's existing hooks and data structures.</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-domain-sync/" target="_blank" rel="noopener" class="mycode_url">MyBB Domain Sync</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>The MyBB Domain Sync plugin allows two domains to share a single MyBB database while keeping each domain's settings completely independent. Each domain can have its own board URL, cookie prefix, upload paths, email configuration, and more, ensuring visitors always see the correct site's content without session or cookie conflicts.<br />
<br />
Theme &amp; Template Management: MyBB Domain Sync automatically creates child themes for every theme on the secondary domain. When a guest or user visits the second domain, the plugin loads the child version of the current default theme instead of the primary domain's theme. Administrators can manage domain-specific template overrides through a dedicated ACP interface, with options to create, edit, revert, and organize overrides for each template set.<br />
<br />
Seamless Integration: The plugin integrates directly with MyBB using core hooks to handle URL rewriting, cookie isolation, theme switching, and template overrides at runtime. No manual file copying or database duplication is required—everything is managed automatically using MyBB's existing hooks and data structures.</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyBB Messenger 2.0.0 for MyBB 1.8.40]]></title>
			<link>https://forum.mybb.de/thread-39677.html</link>
			<pubDate>Sat, 18 Jul 2026 21:55:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39677.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-messenger-200-for-mybb-1840/" target="_blank" rel="noopener" class="mycode_url">MyBB Messenger 2.0.0 for MyBB 1.8.40</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>MyBB Messenger<br />
-&gt; let's forum user have live private chat with each other<br />
<br />
Installation:<br />
1. Copy and paste all files and folder to your forum's root directory from Upload folder.<br />
2. Install and Activate the plugin from Admin CP.<br />
<br />
Credits goes to <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1427" target="_blank" rel="noopener" class="mycode_url">snlbaral</a><br />
<br />
I just updated the plugin</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-mybb-messenger-200-for-mybb-1840/" target="_blank" rel="noopener" class="mycode_url">MyBB Messenger 2.0.0 for MyBB 1.8.40</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>MyBB Messenger<br />
-&gt; let's forum user have live private chat with each other<br />
<br />
Installation:<br />
1. Copy and paste all files and folder to your forum's root directory from Upload folder.<br />
2. Install and Activate the plugin from Admin CP.<br />
<br />
Credits goes to <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1427" target="_blank" rel="noopener" class="mycode_url">snlbaral</a><br />
<br />
I just updated the plugin</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Honors]]></title>
			<link>https://forum.mybb.de/thread-39676.html</link>
			<pubDate>Mon, 13 Jul 2026 20:20:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39676.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-honors/" target="_blank" rel="noopener" class="mycode_url">Honors</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">Honors</span> - Grant honor badges and awards to your MyBB members.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Create custom honors with name, description, and icon image<br />
<br />
</li>
<li>Grant honors to members with an optional reason<br />
<br />
</li>
<li>Optionally send a PM notification when granting an honor<br />
<br />
</li>
<li>Honors display in postbit, profile, PMs, and a public honors page<br />
<br />
</li>
<li>Latest honors widget on stats.php<br />
<br />
</li>
<li>Stackable vs. non-stackable honor control - prevents duplicate grants<br />
<br />
</li>
<li>Admin permission system - control which admins can manage honors<br />
<br />
</li>
<li>jQuery UI autocomplete for username selection<br />
<br />
</li>
<li>CSRF protection on all destructive actions<br />
<br />
</li>
<li>File upload validation (GIF, JPEG, PNG) with randomized filenames<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
<br />
<ol type="1" class="mycode_list"><li>Upload all files preserving the directory structure<br />
<br />
</li>
<li>Create <span style="font-family: 'Courier New';" class="mycode_font">/uploads/honors/</span> with write permissions (CHMOD 755)<br />
<br />
</li>
<li>Activate in Admin CP &gt; Configuration &gt; Plugins<br />
<br />
</li>
<li>Go to Users &amp; Groups &gt; Honors to manage honors<br />
<br />
</li>
<li>Set admin permissions under Users &amp; Groups &gt; Admin Permissions<br />
</li>
</ol>
<br />
<span style="font-weight: bold;" class="mycode_b">Links</span><ul class="mycode_list"><li><a href="https://github.com/hisoka-root/Honors" target="_blank" rel="noopener" class="mycode_url">GitHub</a><br />
<br />
</li>
<li><a href="https://github.com/hisoka-root/Honors/issues" target="_blank" rel="noopener" class="mycode_url">Report an Issue</a><br />
</li>
</ul>
</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-honors/" target="_blank" rel="noopener" class="mycode_url">Honors</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite><span style="font-weight: bold;" class="mycode_b">Honors</span> - Grant honor badges and awards to your MyBB members.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><ul class="mycode_list"><li>Create custom honors with name, description, and icon image<br />
<br />
</li>
<li>Grant honors to members with an optional reason<br />
<br />
</li>
<li>Optionally send a PM notification when granting an honor<br />
<br />
</li>
<li>Honors display in postbit, profile, PMs, and a public honors page<br />
<br />
</li>
<li>Latest honors widget on stats.php<br />
<br />
</li>
<li>Stackable vs. non-stackable honor control - prevents duplicate grants<br />
<br />
</li>
<li>Admin permission system - control which admins can manage honors<br />
<br />
</li>
<li>jQuery UI autocomplete for username selection<br />
<br />
</li>
<li>CSRF protection on all destructive actions<br />
<br />
</li>
<li>File upload validation (GIF, JPEG, PNG) with randomized filenames<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Installation</span><br />
<br />
<ol type="1" class="mycode_list"><li>Upload all files preserving the directory structure<br />
<br />
</li>
<li>Create <span style="font-family: 'Courier New';" class="mycode_font">/uploads/honors/</span> with write permissions (CHMOD 755)<br />
<br />
</li>
<li>Activate in Admin CP &gt; Configuration &gt; Plugins<br />
<br />
</li>
<li>Go to Users &amp; Groups &gt; Honors to manage honors<br />
<br />
</li>
<li>Set admin permissions under Users &amp; Groups &gt; Admin Permissions<br />
</li>
</ol>
<br />
<span style="font-weight: bold;" class="mycode_b">Links</span><ul class="mycode_list"><li><a href="https://github.com/hisoka-root/Honors" target="_blank" rel="noopener" class="mycode_url">GitHub</a><br />
<br />
</li>
<li><a href="https://github.com/hisoka-root/Honors/issues" target="_blank" rel="noopener" class="mycode_url">Report an Issue</a><br />
</li>
</ul>
</blockquote>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Redeyed Sentinel]]></title>
			<link>https://forum.mybb.de/thread-39672.html</link>
			<pubDate>Tue, 30 Jun 2026 16:40:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.mybb.de/member.php?action=profile&uid=7173">MyBB.de Bot</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.mybb.de/thread-39672.html</guid>
			<description><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-redeyed-sentinel/" target="_blank" rel="noopener" class="mycode_url">Redeyed Sentinel</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Features<br />
- Native CAPTCHA on Registration, Login, Lost Password and Contact — no Google reCAPTCHA required. Each form has its own on/off setting; only Registration is on by default, so upgrades change nothing until you opt the others in.<br />
- IP reputation scoring (VPN, Tor, proxy, datacenter, abuse classification) built in.<br />
- Adaptive difficulty — challenges scale automatically with each visitor's live risk band.<br />
- Customizable widget — pick the challenge type, theme, colour scheme, width and difficulty from the AdminCP (all optional).<br />
- Block log — record every blocked submission (form, IP, outcome, score) and review it under AdminCP → Configuration → Sentinel Block Log.<br />
- Fails open: with no keys set, the plugin never blocks legitimate users.<br />
- Only the public Site Key is printed to your HTML; the Secret Key stays server-side and is used only to verify submissions.<br />
<br />
Installation<br />
1. Upload the inc/ folder into your forum's root, merging with the existing one, so the plugin lands at inc/plugins/redeyed_sentinel.php.<br />
2. AdminCP → Configuration → Plugins → Install &amp; Activate "Redeyed Sentinel".<br />
3. AdminCP → Configuration → Settings → Redeyed Sentinel — paste your Site Key and Secret Key, then enable whichever forms you want protected.<br />
<br />
How to get keys<br />
Sign up free at <a href="https://redeyed.com" target="_blank" rel="noopener" class="mycode_url">https://redeyed.com</a>. In your Laboratory panel open Sentinel → Sites, create a site, and copy its Site Key (public) and Secret Key (private, shown once).</blockquote>
]]></description>
			<content:encoded><![CDATA[Eine neue Erweiterung wurde veröffentlicht: <a href="https://www.mybb.de/erweiterungen/perma-redeyed-sentinel/" target="_blank" rel="noopener" class="mycode_url">Redeyed Sentinel</a><br />
<br />
<blockquote class="mycode_quote"><cite>Zitat:</cite>Features<br />
- Native CAPTCHA on Registration, Login, Lost Password and Contact — no Google reCAPTCHA required. Each form has its own on/off setting; only Registration is on by default, so upgrades change nothing until you opt the others in.<br />
- IP reputation scoring (VPN, Tor, proxy, datacenter, abuse classification) built in.<br />
- Adaptive difficulty — challenges scale automatically with each visitor's live risk band.<br />
- Customizable widget — pick the challenge type, theme, colour scheme, width and difficulty from the AdminCP (all optional).<br />
- Block log — record every blocked submission (form, IP, outcome, score) and review it under AdminCP → Configuration → Sentinel Block Log.<br />
- Fails open: with no keys set, the plugin never blocks legitimate users.<br />
- Only the public Site Key is printed to your HTML; the Secret Key stays server-side and is used only to verify submissions.<br />
<br />
Installation<br />
1. Upload the inc/ folder into your forum's root, merging with the existing one, so the plugin lands at inc/plugins/redeyed_sentinel.php.<br />
2. AdminCP → Configuration → Plugins → Install &amp; Activate "Redeyed Sentinel".<br />
3. AdminCP → Configuration → Settings → Redeyed Sentinel — paste your Site Key and Secret Key, then enable whichever forms you want protected.<br />
<br />
How to get keys<br />
Sign up free at <a href="https://redeyed.com" target="_blank" rel="noopener" class="mycode_url">https://redeyed.com</a>. In your Laboratory panel open Sentinel → Sites, create a site, and copy its Site Key (public) and Secret Key (private, shown once).</blockquote>
]]></content:encoded>
		</item>
	</channel>
</rss>