<?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 - Neueste Erweiterungen]]></title>
		<link>https://www.mybb.de/erweiterungen/</link>
		<description><![CDATA[MyBB.de - Neueste Erweiterungen]]></description>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0100</pubDate>

		<item>
			<title><![CDATA[Forum Fortress]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-forum-fortress/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-forum-fortress/</guid>
			<description><![CDATA[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">Portal Demo</a> | <a href="https://forumfortress.com/docs/install/mybb/" target="_blank" rel="noopener">MyBB Documentation</a> | <a href="https://forumfortress.com/#contact" target="_blank" rel="noopener">Contact</a><br />
Features:<ul>
<li>Checks registrations, threads, replies and post edits</li>
<li>Checks profile and signature changes</li>
<li>Checks contact form submissions</li>
<li>No CAPTCHA or client-side JavaScript required</li>
<li>Simple allow/block decisioning</li>
<li>Configurable fail-open behaviour</li>
<li>ACP dashboard with recent decisions and connection status</li>
<li>Built-in connection test</li>
<li>Attack mode for periods of increased spam</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.]]></description>
			<content:encoded><![CDATA[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">Portal Demo</a> | <a href="https://forumfortress.com/docs/install/mybb/" target="_blank" rel="noopener">MyBB Documentation</a> | <a href="https://forumfortress.com/#contact" target="_blank" rel="noopener">Contact</a><br />
Features:<ul>
<li>Checks registrations, threads, replies and post edits</li>
<li>Checks profile and signature changes</li>
<li>Checks contact form submissions</li>
<li>No CAPTCHA or client-side JavaScript required</li>
<li>Simple allow/block decisioning</li>
<li>Configurable fail-open behaviour</li>
<li>ACP dashboard with recent decisions and connection status</li>
<li>Built-in connection test</li>
<li>Attack mode for periods of increased spam</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.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[MyBB MCP Server]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-mybb-mcp-server/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-mybb-mcp-server/</guid>
			<description><![CDATA[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 class="bbcode_bold">Requirements</span><br />
<ul>
<li>MyBB 1.8.40</li>
<li>PHP 8.1 or newer</li>
<li>MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB</li>
<li>PHP cURL extension backed by libcurl 7.61.0 or newer</li>
<li>HTTPS in production<br />
</li></ul>
<br />
<span class="bbcode_bold">Available Tools:</span><br />
<ul>
<li>list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads</li>
<li>create_thread, create_post</li>
<li>list_private_message_folders, list_private_messages, get_private_message</li>
<li>send_private_message</li>
<li>get_current_user<br />
</li></ul>
<br />
<span class="bbcode_bold">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.]]></description>
			<content:encoded><![CDATA[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 class="bbcode_bold">Requirements</span><br />
<ul>
<li>MyBB 1.8.40</li>
<li>PHP 8.1 or newer</li>
<li>MySQL/MariaDB, PostgreSQL, or SQLite supported by MyBB</li>
<li>PHP cURL extension backed by libcurl 7.61.0 or newer</li>
<li>HTTPS in production<br />
</li></ul>
<br />
<span class="bbcode_bold">Available Tools:</span><br />
<ul>
<li>list_forums, list_threads, search_threads, get_thread, list_posts, get_post, list_recent_threads, list_subscribed_threads</li>
<li>create_thread, create_post</li>
<li>list_private_message_folders, list_private_messages, get_private_message</li>
<li>send_private_message</li>
<li>get_current_user<br />
</li></ul>
<br />
<span class="bbcode_bold">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.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[AnveVoice - AI Voice Agent]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-anvevoice-ai-voice-agent/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-anvevoice-ai-voice-agent/</guid>
			<description><![CDATA[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 &#x26;t; Configuration &#x26;t; AnveVoice Settings<br />
4. Enable the widget — it appears on every forum page automatically]]></description>
			<content:encoded><![CDATA[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 &#x26;t; Configuration &#x26;t; AnveVoice Settings<br />
4. Enable the widget — it appears on every forum page automatically]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[MyBB Domain Sync]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-mybb-domain-sync/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-mybb-domain-sync/</guid>
			<description><![CDATA[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.]]></description>
			<content:encoded><![CDATA[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.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[MyBB Messenger 2.0.0 for MyBB 1.8.40]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-mybb-messenger-200-for-mybb-1840/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-mybb-messenger-200-for-mybb-1840/</guid>
			<description><![CDATA[MyBB Messenger<br />
-&#x26;t; 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">snlbaral</a><br />
<br />
I just updated the plugin]]></description>
			<content:encoded><![CDATA[MyBB Messenger<br />
-&#x26;t; 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">snlbaral</a><br />
<br />
I just updated the plugin]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Honors]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-honors/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-honors/</guid>
			<description><![CDATA[<span class="bbcode_bold">Honors</span> - Grant honor badges and awards to your MyBB members.<br />
<br />
<span class="bbcode_bold">Features</span><ul>
<li>Create custom honors with name, description, and icon image</li>
<li>Grant honors to members with an optional reason</li>
<li>Optionally send a PM notification when granting an honor</li>
<li>Honors display in postbit, profile, PMs, and a public honors page</li>
<li>Latest honors widget on stats.php</li>
<li>Stackable vs. non-stackable honor control - prevents duplicate grants</li>
<li>Admin permission system - control which admins can manage honors</li>
<li>jQuery UI autocomplete for username selection</li>
<li>CSRF protection on all destructive actions</li>
<li>File upload validation (GIF, JPEG, PNG) with randomized filenames<br />
</li></ul>
<br />
<span class="bbcode_bold">Installation</span><br />
<br />
<ol>
<li>Upload all files preserving the directory structure</li>
<li>Create /uploads/honors/ with write permissions (CHMOD 755)</li>
<li>Activate in Admin CP &#x26;t; Configuration &#x26;t; Plugins</li>
<li>Go to Users &amp; Groups &#x26;t; Honors to manage honors</li>
<li>Set admin permissions under Users &amp; Groups &#x26;t; Admin Permissions<br />
</li></ol>
<br />
<span class="bbcode_bold">Links</span><ul>
<li><a href="https://github.com/hisoka-root/Honors" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://github.com/hisoka-root/Honors/issues" target="_blank" rel="noopener">Report an Issue</a><br />
</li></ul>
]]></description>
			<content:encoded><![CDATA[<span class="bbcode_bold">Honors</span> - Grant honor badges and awards to your MyBB members.<br />
<br />
<span class="bbcode_bold">Features</span><ul>
<li>Create custom honors with name, description, and icon image</li>
<li>Grant honors to members with an optional reason</li>
<li>Optionally send a PM notification when granting an honor</li>
<li>Honors display in postbit, profile, PMs, and a public honors page</li>
<li>Latest honors widget on stats.php</li>
<li>Stackable vs. non-stackable honor control - prevents duplicate grants</li>
<li>Admin permission system - control which admins can manage honors</li>
<li>jQuery UI autocomplete for username selection</li>
<li>CSRF protection on all destructive actions</li>
<li>File upload validation (GIF, JPEG, PNG) with randomized filenames<br />
</li></ul>
<br />
<span class="bbcode_bold">Installation</span><br />
<br />
<ol>
<li>Upload all files preserving the directory structure</li>
<li>Create /uploads/honors/ with write permissions (CHMOD 755)</li>
<li>Activate in Admin CP &#x26;t; Configuration &#x26;t; Plugins</li>
<li>Go to Users &amp; Groups &#x26;t; Honors to manage honors</li>
<li>Set admin permissions under Users &amp; Groups &#x26;t; Admin Permissions<br />
</li></ol>
<br />
<span class="bbcode_bold">Links</span><ul>
<li><a href="https://github.com/hisoka-root/Honors" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://github.com/hisoka-root/Honors/issues" target="_blank" rel="noopener">Report an Issue</a><br />
</li></ul>
]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Redeyed Sentinel]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-redeyed-sentinel/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-redeyed-sentinel/</guid>
			<description><![CDATA[Redeyed Sentinel is a free CAPTCHA and IP-reputation plugin for MyBB 1.8 that protects your registration form from bots and abuse. It uses Redeyed's self-hosted Sentinel service rather than any third-party tracker.<br />
<br />
Features<br />
- Native CAPTCHA on the registration form — no Google reCAPTCHA required.<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 and difficulty from the AdminCP (all optional).<br />
- Fails open: with no keys set, the plugin never blocks legitimate users.<br />
- AdminCP settings panel for your Site Key, Secret Key, an optional base URL for self-hosted deployments, and the widget appearance options.<br />
- Only the public Site Key is printed to your HTML; the Secret Key stays server-side and is used to verify submissions.<br />
<br />
Installation<br />
1. Upload inc/plugins/redeyed_sentinel.php to your forum's inc/plugins/ directory.<br />
2. AdminCP → Configuration → Plugins → Install &amp; Activate "Redeyed Sentinel".<br />
3. AdminCP → Configuration → Settings → Redeyed Sentinel — paste your Site Key and Secret Key. Optionally set the widget type, theme, colour scheme and difficulty.<br />
<br />
How to get keys<br />
Sign up free at <a href="https://redeyed.com" target="_blank" rel="noopener">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).]]></description>
			<content:encoded><![CDATA[Redeyed Sentinel is a free CAPTCHA and IP-reputation plugin for MyBB 1.8 that protects your registration form from bots and abuse. It uses Redeyed's self-hosted Sentinel service rather than any third-party tracker.<br />
<br />
Features<br />
- Native CAPTCHA on the registration form — no Google reCAPTCHA required.<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 and difficulty from the AdminCP (all optional).<br />
- Fails open: with no keys set, the plugin never blocks legitimate users.<br />
- AdminCP settings panel for your Site Key, Secret Key, an optional base URL for self-hosted deployments, and the widget appearance options.<br />
- Only the public Site Key is printed to your HTML; the Secret Key stays server-side and is used to verify submissions.<br />
<br />
Installation<br />
1. Upload inc/plugins/redeyed_sentinel.php to your forum's inc/plugins/ directory.<br />
2. AdminCP → Configuration → Plugins → Install &amp; Activate "Redeyed Sentinel".<br />
3. AdminCP → Configuration → Settings → Redeyed Sentinel — paste your Site Key and Secret Key. Optionally set the widget type, theme, colour scheme and difficulty.<br />
<br />
How to get keys<br />
Sign up free at <a href="https://redeyed.com" target="_blank" rel="noopener">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).]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Attachment Preview]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-attachment-preview/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-attachment-preview/</guid>
			<description><![CDATA[The Attachment Preview plugin is a lightweight enhancement that makes viewing image and GIF attachments faster, easier, and more convenient. Instead of opening attachments in a new browser tab or downloading them first, users can instantly preview them in an elegant lightbox overlay without leaving the current page. The feature blends seamlessly into the existing interface, providing a smooth and modern browsing experience while keeping users focused on the discussion.<br />
<br />
The plugin automatically adds a Preview button next to supported image attachments and can also enhance existing thumbnails so that clicking them opens the lightbox instead of a direct file link. Administrators can enable or disable the feature, choose whether thumbnail enhancement is applied, and adjust the maximum lightbox width as a percentage of the browser window. The lightbox supports responsive image scaling, loading indicators, keyboard shortcuts such as Escape to close, and convenient navigation between multiple attachments, creating a clean and intuitive media viewing experience across both desktop and mobile devices.<br />
<br />
<br />
<span class="bbcode_bold">Requirements</span><br />
<br />
  - MyBB 1.8.x<br />
  - PluginLibrary plugin<br />
  - PHP 7.0+]]></description>
			<content:encoded><![CDATA[The Attachment Preview plugin is a lightweight enhancement that makes viewing image and GIF attachments faster, easier, and more convenient. Instead of opening attachments in a new browser tab or downloading them first, users can instantly preview them in an elegant lightbox overlay without leaving the current page. The feature blends seamlessly into the existing interface, providing a smooth and modern browsing experience while keeping users focused on the discussion.<br />
<br />
The plugin automatically adds a Preview button next to supported image attachments and can also enhance existing thumbnails so that clicking them opens the lightbox instead of a direct file link. Administrators can enable or disable the feature, choose whether thumbnail enhancement is applied, and adjust the maximum lightbox width as a percentage of the browser window. The lightbox supports responsive image scaling, loading indicators, keyboard shortcuts such as Escape to close, and convenient navigation between multiple attachments, creating a clean and intuitive media viewing experience across both desktop and mobile devices.<br />
<br />
<br />
<span class="bbcode_bold">Requirements</span><br />
<br />
  - MyBB 1.8.x<br />
  - PluginLibrary plugin<br />
  - PHP 7.0+]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[MyTabsX]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-mytabsx/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-mytabsx/</guid>
			<description><![CDATA[MyTabs - Tabbed Forum Browsing for MyBB 1.8<br />
<br />
Tired of the endless scroll on your forum index? MyTabs lets you split your board into clean, clickable tabs so your users can jump straight to the sections they care about instead of wading through everything at once.<br />
<br />
I originally picked this up as a full rewrite of Ethan / FatalMessiah's old plugin from MyBBPlugins. This version is rebuilt from the ground up for <span class="bbcode_bold">MyBB 1.8.35+, PHP 8.0+, and MySQL 8.4+ with InnoDB</span>.<br />
<br />
<span class="bbcode_bold">What it does:</span><ul>
<li>Divide your forum index into tabs, each containing whatever forums you choose</li>
<li>Two display modes: <span class="bbcode_bold">AJAX</span> (seamless switching without page reloads) or <span class="bbcode_bold">static</span> (all tabs rendered at once, toggled with CSS)</li>
<li>Per-user default tab via the User CP so members land on their preferred section</li>
<li>Full visual control - HTML templates for tab styling (normal, selected, and tab list containers) using {&#x26;36;link} and {&#x26;36;name} placeholders</li>
<li>Admins can hide tabs without deleting them, reorder them, and assign any forum (or parent category) to any tab<br />
</li></ul>
<br />
<span class="bbcode_bold">Why I rewrote it:</span><br />
The old plugin used <span class="bbcode_italics">eval()</span> to render tab templates which was a security concern and broke on stricter PHP configurations. It had MySQL errors (MyISAM, TEXT defaults), PHP 8.1+ type errors on empty arrays, JavaScript issues with for...in on NodeLists and a global xmlhttp variable that caused race conditions between concurrent AJAX requests, and an "Add Tab" form that couldn't save because of a misplaced isset() guard. All fixed. Version numbering reset to <span class="bbcode_bold">1.0.0</span> since this is effectively a new plugin.<br />
<br />
<span class="bbcode_bold">Requirements:</span><ul>
<li>MyBB 1.8.35+</li>
<li>PHP 8.0+</li>
<li>MySQL 8.4+ with InnoDB<br />
</li></ul>
<br />
<span class="bbcode_bold">Install:</span><br />
Upload the contents of inc/, admin/, and jscripts/ to your forum root, activate in the ACP, and you'll find it under <span class="bbcode_bold">Forums &amp; Posts → MyTabs</span>.<br />
<br />
<span class="bbcode_bold">Issues / contributions:</span><br />
<a href="https://github.com/hisoka-root/mytabs" target="_blank" rel="noopener">github.com/hisoka-root/mytabs</a>]]></description>
			<content:encoded><![CDATA[MyTabs - Tabbed Forum Browsing for MyBB 1.8<br />
<br />
Tired of the endless scroll on your forum index? MyTabs lets you split your board into clean, clickable tabs so your users can jump straight to the sections they care about instead of wading through everything at once.<br />
<br />
I originally picked this up as a full rewrite of Ethan / FatalMessiah's old plugin from MyBBPlugins. This version is rebuilt from the ground up for <span class="bbcode_bold">MyBB 1.8.35+, PHP 8.0+, and MySQL 8.4+ with InnoDB</span>.<br />
<br />
<span class="bbcode_bold">What it does:</span><ul>
<li>Divide your forum index into tabs, each containing whatever forums you choose</li>
<li>Two display modes: <span class="bbcode_bold">AJAX</span> (seamless switching without page reloads) or <span class="bbcode_bold">static</span> (all tabs rendered at once, toggled with CSS)</li>
<li>Per-user default tab via the User CP so members land on their preferred section</li>
<li>Full visual control - HTML templates for tab styling (normal, selected, and tab list containers) using {&#x26;36;link} and {&#x26;36;name} placeholders</li>
<li>Admins can hide tabs without deleting them, reorder them, and assign any forum (or parent category) to any tab<br />
</li></ul>
<br />
<span class="bbcode_bold">Why I rewrote it:</span><br />
The old plugin used <span class="bbcode_italics">eval()</span> to render tab templates which was a security concern and broke on stricter PHP configurations. It had MySQL errors (MyISAM, TEXT defaults), PHP 8.1+ type errors on empty arrays, JavaScript issues with for...in on NodeLists and a global xmlhttp variable that caused race conditions between concurrent AJAX requests, and an "Add Tab" form that couldn't save because of a misplaced isset() guard. All fixed. Version numbering reset to <span class="bbcode_bold">1.0.0</span> since this is effectively a new plugin.<br />
<br />
<span class="bbcode_bold">Requirements:</span><ul>
<li>MyBB 1.8.35+</li>
<li>PHP 8.0+</li>
<li>MySQL 8.4+ with InnoDB<br />
</li></ul>
<br />
<span class="bbcode_bold">Install:</span><br />
Upload the contents of inc/, admin/, and jscripts/ to your forum root, activate in the ACP, and you'll find it under <span class="bbcode_bold">Forums &amp; Posts → MyTabs</span>.<br />
<br />
<span class="bbcode_bold">Issues / contributions:</span><br />
<a href="https://github.com/hisoka-root/mytabs" target="_blank" rel="noopener">github.com/hisoka-root/mytabs</a>]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Paid Threads]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-paid-threads/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-paid-threads/</guid>
			<description><![CDATA[<span class="bbcode_bold">Paid Threads - Detailed Description</span><br />
<hr />
<span class="bbcode_bold">Overview</span><br />
Paid Threads is a powerful monetization plugin for MyBB 1.8.x that allows thread creators to lock their content behind a NewPoints paywall. When users purchase access to a paid thread, the NewPoints are transferred directly to the thread author, creating a fair revenue-sharing system for forum communities.<br />
<hr />
<span class="bbcode_bold">Features</span><br />
<span class="bbcode_bold">Thread Creation &amp; Management</span><ul>
<li>Toggle to make threads paid when creating new threads</li>
<li>Edit existing threads to enable/disable paid status</li>
<li>Set custom prices for each thread (within admin-configured limits)</li>
<li>Only thread authors can modify the paid status of their own threads</li>
<li>Thread creators can view their own paid threads for free<br />
</li></ul>
<span class="bbcode_bold">Flexible Pricing Controls</span><ul>
<li>Set global minimum price requirement (default: 1 point)</li>
<li>Set optional maximum price limit (0 = unlimited)</li>
<li>Customizable currency label (default: "Points")</li>
<li>Display current and required amounts to users</li>
<li>Price validation on both front-end and back-end<br />
</li></ul>
<span class="bbcode_bold">User Access Management</span><ul>
<li>Guests must log in to unlock threads</li>
<li>Logged-in users see their balance and can purchase access</li>
<li>Show clear "insufficient balance" messages</li>
<li>Prevent double-purchases via unique database constraints</li>
<li>One-time payment = permanent access for that user<br />
</li></ul>
<span class="bbcode_bold">Visual Design</span><ul>
<li>Terminal/hacker-themed card design with dark aesthetic</li>
<li>Inline SVG icons for cross-browser consistency</li>
<li>Responsive layout (mobile-friendly)</li>
<li>Color-coded status indicators (success, warning, error)</li>
<li>Smooth animations and transitions</li>
<li>CSS injected directly to guarantee styling loads (fixes theme conflicts)<br />
</li></ul>
<span class="bbcode_bold">Forum Display</span><ul>
<li>Lock badge shown on thread list next to thread title</li>
<li>Displays price of each paid thread</li>
<li>Identifies paid threads at a glance<br />
</li></ul>
<span class="bbcode_bold">Admin Control</span><ul>
<li>Enable/disable the entire plugin</li>
<li>Exclude specific user groups from paywall (e.g., admins, moderators)</li>
<li>Customize minimum and maximum allowed prices</li>
<li>Set custom currency label for your forum</li>
<li>Control whether thread authors view their own threads free<br />
</li></ul>
<span class="bbcode_bold">Security</span><ul>
<li>CSRF protection on all payment transactions</li>
<li>IDOR (Insecure Direct Object Reference) protection</li>
<li>Race condition guards to prevent double-spending</li>
<li>Fresh balance verification from database (prevents cache exploits)</li>
<li>SQL injection prevention via escaping and parameterized queries</li>
<li>Admin override flag for PM delivery<br />
</li></ul>
<hr />
<span class="bbcode_bold">How It Works</span><br />
<br />
<ol>
<li><span class="bbcode_bold">Thread Creator</span> — Posts a new thread and toggles "Make this a Paid Thread"</li>
<li><span class="bbcode_bold">Set Price</span> — Enters the cost in NewPoints (respects min/max admin settings)</li>
<li><span class="bbcode_bold">Thread Published</span> — Appears in forum with lock badge showing price</li>
<li><span class="bbcode_bold">User Visits</span> — Sees paywall banner with price, balance, and unlock button</li>
<li><span class="bbcode_bold">User Purchases</span> — Clicks "Unlock for X Points"</li>
<li><span class="bbcode_bold">Payment Processed</span> — Points deducted from buyer, added to author</li>
<li><span class="bbcode_bold">Access Granted</span> — Thread content reveals immediately; user can view anytime<br />
</li></ol>
<hr />
<span class="bbcode_bold">Compatibility &amp; Requirements</span><ul>
<li><span class="bbcode_bold">MyBB Version:</span> 1.8.x</li>
<li><span class="bbcode_bold">Required Plugin:</span> NewPoints (any recent version)</li>
<li><span class="bbcode_bold">PHP:</span> 5.6+</li>
<li><span class="bbcode_bold">Database:</span> MyISAM or InnoDB supported<br />
</li></ul>
<hr />
<span class="bbcode_bold">Configuration</span><br />
All settings are found in <span class="bbcode_bold">Admin CP → Plugins → Paid Threads Settings</span>:<br />
Setting<br />
Default<br />
OptionsEnable Paid Threads<br />
Yes<br />
Yes/No<br />
Minimum Price<br />
1<br />
Any number<br />
Maximum Price<br />
0 (unlimited)<br />
0 = no limit<br />
Excluded Groups<br />
4,6<br />
Comma-separated group IDs<br />
Author Views Free<br />
Yes<br />
Yes/No<br />
Currency Label<br />
Points<br />
Any text<br />
<hr />
<span class="bbcode_bold">Database Tables</span><br />
The plugin creates two tables:<ul>
<li><span class="bbcode_bold">paid_threads</span> — Stores thread ID, price, and creation timestamp</li>
<li><span class="bbcode_bold">paid_threads_purchases</span> — Logs all purchases (user, thread, amount, date)<br />
</li></ul>
Both tables include proper indexing and UNIQUE constraints for performance and data integrity.<br />
<hr />
<span class="bbcode_bold">Technical Highlights</span><br />
✅ <span class="bbcode_bold">Hook-based architecture</span> — No template modifications needed<br />
✅ <span class="bbcode_bold">Direct CSS injection</span> — Bypasses theme limitations<br />
✅ <span class="bbcode_bold">Efficient queries</span> — Minimal database load<br />
✅ <span class="bbcode_bold">Error handling</span> — Graceful fallbacks for missing NewPoints<br />
✅ <span class="bbcode_bold">Modular functions</span> — Easy to understand and extend<br />
✅ <span class="bbcode_bold">Settings backfill</span> — Supports seamless plugin upgrades<br />
<hr />
<span class="bbcode_bold">Support &amp; Updates</span><br />
For issues, feature requests, or updates, visit:<br />
<span class="bbcode_bold"><a href="https://hackers.krd" target="_blank" rel="noopener">https://hackers.krd</a></span>]]></description>
			<content:encoded><![CDATA[<span class="bbcode_bold">Paid Threads - Detailed Description</span><br />
<hr />
<span class="bbcode_bold">Overview</span><br />
Paid Threads is a powerful monetization plugin for MyBB 1.8.x that allows thread creators to lock their content behind a NewPoints paywall. When users purchase access to a paid thread, the NewPoints are transferred directly to the thread author, creating a fair revenue-sharing system for forum communities.<br />
<hr />
<span class="bbcode_bold">Features</span><br />
<span class="bbcode_bold">Thread Creation &amp; Management</span><ul>
<li>Toggle to make threads paid when creating new threads</li>
<li>Edit existing threads to enable/disable paid status</li>
<li>Set custom prices for each thread (within admin-configured limits)</li>
<li>Only thread authors can modify the paid status of their own threads</li>
<li>Thread creators can view their own paid threads for free<br />
</li></ul>
<span class="bbcode_bold">Flexible Pricing Controls</span><ul>
<li>Set global minimum price requirement (default: 1 point)</li>
<li>Set optional maximum price limit (0 = unlimited)</li>
<li>Customizable currency label (default: "Points")</li>
<li>Display current and required amounts to users</li>
<li>Price validation on both front-end and back-end<br />
</li></ul>
<span class="bbcode_bold">User Access Management</span><ul>
<li>Guests must log in to unlock threads</li>
<li>Logged-in users see their balance and can purchase access</li>
<li>Show clear "insufficient balance" messages</li>
<li>Prevent double-purchases via unique database constraints</li>
<li>One-time payment = permanent access for that user<br />
</li></ul>
<span class="bbcode_bold">Visual Design</span><ul>
<li>Terminal/hacker-themed card design with dark aesthetic</li>
<li>Inline SVG icons for cross-browser consistency</li>
<li>Responsive layout (mobile-friendly)</li>
<li>Color-coded status indicators (success, warning, error)</li>
<li>Smooth animations and transitions</li>
<li>CSS injected directly to guarantee styling loads (fixes theme conflicts)<br />
</li></ul>
<span class="bbcode_bold">Forum Display</span><ul>
<li>Lock badge shown on thread list next to thread title</li>
<li>Displays price of each paid thread</li>
<li>Identifies paid threads at a glance<br />
</li></ul>
<span class="bbcode_bold">Admin Control</span><ul>
<li>Enable/disable the entire plugin</li>
<li>Exclude specific user groups from paywall (e.g., admins, moderators)</li>
<li>Customize minimum and maximum allowed prices</li>
<li>Set custom currency label for your forum</li>
<li>Control whether thread authors view their own threads free<br />
</li></ul>
<span class="bbcode_bold">Security</span><ul>
<li>CSRF protection on all payment transactions</li>
<li>IDOR (Insecure Direct Object Reference) protection</li>
<li>Race condition guards to prevent double-spending</li>
<li>Fresh balance verification from database (prevents cache exploits)</li>
<li>SQL injection prevention via escaping and parameterized queries</li>
<li>Admin override flag for PM delivery<br />
</li></ul>
<hr />
<span class="bbcode_bold">How It Works</span><br />
<br />
<ol>
<li><span class="bbcode_bold">Thread Creator</span> — Posts a new thread and toggles "Make this a Paid Thread"</li>
<li><span class="bbcode_bold">Set Price</span> — Enters the cost in NewPoints (respects min/max admin settings)</li>
<li><span class="bbcode_bold">Thread Published</span> — Appears in forum with lock badge showing price</li>
<li><span class="bbcode_bold">User Visits</span> — Sees paywall banner with price, balance, and unlock button</li>
<li><span class="bbcode_bold">User Purchases</span> — Clicks "Unlock for X Points"</li>
<li><span class="bbcode_bold">Payment Processed</span> — Points deducted from buyer, added to author</li>
<li><span class="bbcode_bold">Access Granted</span> — Thread content reveals immediately; user can view anytime<br />
</li></ol>
<hr />
<span class="bbcode_bold">Compatibility &amp; Requirements</span><ul>
<li><span class="bbcode_bold">MyBB Version:</span> 1.8.x</li>
<li><span class="bbcode_bold">Required Plugin:</span> NewPoints (any recent version)</li>
<li><span class="bbcode_bold">PHP:</span> 5.6+</li>
<li><span class="bbcode_bold">Database:</span> MyISAM or InnoDB supported<br />
</li></ul>
<hr />
<span class="bbcode_bold">Configuration</span><br />
All settings are found in <span class="bbcode_bold">Admin CP → Plugins → Paid Threads Settings</span>:<br />
Setting<br />
Default<br />
OptionsEnable Paid Threads<br />
Yes<br />
Yes/No<br />
Minimum Price<br />
1<br />
Any number<br />
Maximum Price<br />
0 (unlimited)<br />
0 = no limit<br />
Excluded Groups<br />
4,6<br />
Comma-separated group IDs<br />
Author Views Free<br />
Yes<br />
Yes/No<br />
Currency Label<br />
Points<br />
Any text<br />
<hr />
<span class="bbcode_bold">Database Tables</span><br />
The plugin creates two tables:<ul>
<li><span class="bbcode_bold">paid_threads</span> — Stores thread ID, price, and creation timestamp</li>
<li><span class="bbcode_bold">paid_threads_purchases</span> — Logs all purchases (user, thread, amount, date)<br />
</li></ul>
Both tables include proper indexing and UNIQUE constraints for performance and data integrity.<br />
<hr />
<span class="bbcode_bold">Technical Highlights</span><br />
✅ <span class="bbcode_bold">Hook-based architecture</span> — No template modifications needed<br />
✅ <span class="bbcode_bold">Direct CSS injection</span> — Bypasses theme limitations<br />
✅ <span class="bbcode_bold">Efficient queries</span> — Minimal database load<br />
✅ <span class="bbcode_bold">Error handling</span> — Graceful fallbacks for missing NewPoints<br />
✅ <span class="bbcode_bold">Modular functions</span> — Easy to understand and extend<br />
✅ <span class="bbcode_bold">Settings backfill</span> — Supports seamless plugin upgrades<br />
<hr />
<span class="bbcode_bold">Support &amp; Updates</span><br />
For issues, feature requests, or updates, visit:<br />
<span class="bbcode_bold"><a href="https://hackers.krd" target="_blank" rel="noopener">https://hackers.krd</a></span>]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Backup Your Plugins]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-backup-your-plugins/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-backup-your-plugins/</guid>
			<description><![CDATA[The Backup Plugin is a simple plugin for MyBB that adds a little "Backup" link next to every plugin in your admin panel's plugin list. When you click it, it scours your forum files looking for everything related to that plugin — the main PHP file, language files, JavaScript, CSS, template files, and any custom folders it might use. Everything gets bundled up into a neat ZIP archive.<br />
<br />
The ZIP lands in a folder called "Backup Plugins" inside your MyBB root, and you get a direct download link right there on the spot. That way you can grab a copy before trying out an update, or pack up a plugin to move it to another forum without hunting down each file by hand.]]></description>
			<content:encoded><![CDATA[The Backup Plugin is a simple plugin for MyBB that adds a little "Backup" link next to every plugin in your admin panel's plugin list. When you click it, it scours your forum files looking for everything related to that plugin — the main PHP file, language files, JavaScript, CSS, template files, and any custom folders it might use. Everything gets bundled up into a neat ZIP archive.<br />
<br />
The ZIP lands in a folder called "Backup Plugins" inside your MyBB root, and you get a direct download link right there on the spot. That way you can grab a copy before trying out an update, or pack up a plugin to move it to another forum without hunting down each file by hand.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[MyBookmarks]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-mybookmarks/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-mybookmarks/</guid>
			<description><![CDATA[<span class="bbcode_bold">MyBookmarks</span> is a clean, built-in bookmarking and “read later” plugin for MyBB. It allows forum members to save useful posts and threads to a private personal reading list, making it easier to return to important discussions, guides, announcements, or replies without having to search the forum again.<br />
The plugin adds a simple <span class="bbcode_bold">Save for Later</span> option to posts and threads. Once saved, bookmarks are stored inside the user’s own <span class="bbcode_bold">User CP</span>, where they can view and manage their saved content from a dedicated MyBookmarks dashboard.<br />
Users can organise saved items with private tags, helping them group bookmarks by topic, project, interest, or priority. The dashboard also includes search functionality, allowing members to quickly find saved content by title, content, or tag.<br />
MyBookmarks is designed to feel lightweight, simple, and native to MyBB. It is ideal for forums with tutorials, support threads, long discussions, guides, resources, or any community where members may want to save content for later reference.<br />
Key features include:<br />
<ul>
<li>Save individual posts for later</li>
<li>Save specific threads</li>
<li>Personal bookmark dashboard inside the User CP</li>
<li>Private tags for organising saved content</li>
<li>Searchable saved-content list</li>
<li>Remove bookmarks when no longer needed</li>
<li>Lightweight integration with MyBB</li>
<li>Designed for a clean and simple user experience <br />
<br />
</li></ul>
This plugin gives members a more organised way to keep track of valuable forum content and improves long-term engagement by encouraging users to return to saved discussions.]]></description>
			<content:encoded><![CDATA[<span class="bbcode_bold">MyBookmarks</span> is a clean, built-in bookmarking and “read later” plugin for MyBB. It allows forum members to save useful posts and threads to a private personal reading list, making it easier to return to important discussions, guides, announcements, or replies without having to search the forum again.<br />
The plugin adds a simple <span class="bbcode_bold">Save for Later</span> option to posts and threads. Once saved, bookmarks are stored inside the user’s own <span class="bbcode_bold">User CP</span>, where they can view and manage their saved content from a dedicated MyBookmarks dashboard.<br />
Users can organise saved items with private tags, helping them group bookmarks by topic, project, interest, or priority. The dashboard also includes search functionality, allowing members to quickly find saved content by title, content, or tag.<br />
MyBookmarks is designed to feel lightweight, simple, and native to MyBB. It is ideal for forums with tutorials, support threads, long discussions, guides, resources, or any community where members may want to save content for later reference.<br />
Key features include:<br />
<ul>
<li>Save individual posts for later</li>
<li>Save specific threads</li>
<li>Personal bookmark dashboard inside the User CP</li>
<li>Private tags for organising saved content</li>
<li>Searchable saved-content list</li>
<li>Remove bookmarks when no longer needed</li>
<li>Lightweight integration with MyBB</li>
<li>Designed for a clean and simple user experience <br />
<br />
</li></ul>
This plugin gives members a more organised way to keep track of valuable forum content and improves long-term engagement by encouraging users to return to saved discussions.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Theme Mode Toggle]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-theme-mode-toggle/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-theme-mode-toggle/</guid>
			<description><![CDATA[Theme Mode Toggle adds a dark/light mode toggle button to your MyBB forum header. Users can switch between two custom themes — dark.css and light.css — stored in inc/plugins/theme_mode_toggle/. The plugin saves original CSS files to the backups/ directory on install so they can be restored on uninstall.]]></description>
			<content:encoded><![CDATA[Theme Mode Toggle adds a dark/light mode toggle button to your MyBB forum header. Users can switch between two custom themes — dark.css and light.css — stored in inc/plugins/theme_mode_toggle/. The plugin saves original CSS files to the backups/ directory on install so they can be restored on uninstall.]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[Weekly Digest Email]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-weekly-digest-email/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-weekly-digest-email/</guid>
			<description><![CDATA[<span class="bbcode_bold"><span class="bbcode_size_large">Installation</span></span><br />
<br />
1. Upload the plugin files to your MyBB installation using the following file structure:<br />
<br />
      inc/plugins/<br />
          |__weeklydigest.php<br />
      inc/tasks/<br />
          |__weeklydigest_gen.php<br />
          |__weeklydigest_proc.php<br />
<br />
2. Go to Admin CP → Plugins → Install &amp; Activate<br />
<br />
<hr />
21 May 2026    Uploaded version 1.0 release]]></description>
			<content:encoded><![CDATA[<span class="bbcode_bold"><span class="bbcode_size_large">Installation</span></span><br />
<br />
1. Upload the plugin files to your MyBB installation using the following file structure:<br />
<br />
      inc/plugins/<br />
          |__weeklydigest.php<br />
      inc/tasks/<br />
          |__weeklydigest_gen.php<br />
          |__weeklydigest_proc.php<br />
<br />
2. Go to Admin CP → Plugins → Install &amp; Activate<br />
<br />
<hr />
21 May 2026    Uploaded version 1.0 release]]></content:encoded>
		</item>

		<item>
			<title><![CDATA[LightAVATARS - FIXED]]></title>
			<link>https://www.mybb.de/erweiterungen/perma-lightavatars-fixed/</link>
			<pubDate></pubDate>
			<guid isPermaLink="false">https://www.mybb.de/erweiterungen/perma-lightavatars-fixed/</guid>
			<description><![CDATA[<span class="bbcode_size_xx-large"><span class="bbcode_bold">LightAVATARS</span></span><br />
This is a <span class="bbcode_bold">fixed</span> version of user <a href="https://community.mybb.com/mods.php?action=view&amp;pid=646" target="_blank" rel="noopener">Niespecjalny</a> made plugin as it hasn't been update in 10 years. I haven't tested it with Style Usernames or Google SEO, just a pretty much blank MyBB installation.<br />
<br />
Here's the previous description of this plugin:<br />
<span class="bbcode_italics">Plugin modifies forum appearance by adding avatars of thread's authors or last posting person. Avatars are being placed in many different pages such as search results, private messages, forum announcements or even in the table containing users browsing specific thread.</span><span class="bbcode_italics">It works without any problem among plugins like Style Usernames (by Łukasz Tkacz) or Google SEO (by Frostschutz).</span><br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_large">Requirements</span></span><br />
 <br />
    <span class="bbcode_bold">MyBB version:</span> 1.8.*<br />
    <span class="bbcode_bold">PHP version:</span> 5.4 or higher.<br />
 <br />
<span class="bbcode_bold"><span class="bbcode_size_large">Installation</span><br />
 </span><br />
   If you're using an older version of LightAVATARS then you should uninstall it before upgrading.<br />
   Upload files to forum's directories are they are shown in the ZIP file.<br />
   Activate the plugin in Admin Control Panel.<br />
   Customize it to your needs.<br />
<br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_medium">Available languages</span></span><br />
    English<br />
    Polish<br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_medium">Thanks to</span></span><br />
   <a href="https://mybboard.pl/uzytkownik-mybb-fyeem_36883" target="_blank" rel="noopener"><span class="bbcode_bold">Fyeem</span></a> Tester<br />
   <a href="https://mybboard.pl/uzytkownik-mybb-divir_34314" target="_blank" rel="noopener"><span class="bbcode_bold">Divir</span></a> Translator<br />
   <a href="https://mybboard.pl/uzytkownik-mybb-conors_17129" target="_blank" rel="noopener"><span class="bbcode_bold">Conors</span></a> Translator<br />
   <a href="https://mybboard.pl/uzytkownik-ficus_4239" target="_blank" rel="noopener"><span class="bbcode_bold">ficus</span></a> Translator]]></description>
			<content:encoded><![CDATA[<span class="bbcode_size_xx-large"><span class="bbcode_bold">LightAVATARS</span></span><br />
This is a <span class="bbcode_bold">fixed</span> version of user <a href="https://community.mybb.com/mods.php?action=view&amp;pid=646" target="_blank" rel="noopener">Niespecjalny</a> made plugin as it hasn't been update in 10 years. I haven't tested it with Style Usernames or Google SEO, just a pretty much blank MyBB installation.<br />
<br />
Here's the previous description of this plugin:<br />
<span class="bbcode_italics">Plugin modifies forum appearance by adding avatars of thread's authors or last posting person. Avatars are being placed in many different pages such as search results, private messages, forum announcements or even in the table containing users browsing specific thread.</span><span class="bbcode_italics">It works without any problem among plugins like Style Usernames (by Łukasz Tkacz) or Google SEO (by Frostschutz).</span><br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_large">Requirements</span></span><br />
 <br />
    <span class="bbcode_bold">MyBB version:</span> 1.8.*<br />
    <span class="bbcode_bold">PHP version:</span> 5.4 or higher.<br />
 <br />
<span class="bbcode_bold"><span class="bbcode_size_large">Installation</span><br />
 </span><br />
   If you're using an older version of LightAVATARS then you should uninstall it before upgrading.<br />
   Upload files to forum's directories are they are shown in the ZIP file.<br />
   Activate the plugin in Admin Control Panel.<br />
   Customize it to your needs.<br />
<br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_medium">Available languages</span></span><br />
    English<br />
    Polish<br />
<br />
<span class="bbcode_bold"><span class="bbcode_size_medium">Thanks to</span></span><br />
   <a href="https://mybboard.pl/uzytkownik-mybb-fyeem_36883" target="_blank" rel="noopener"><span class="bbcode_bold">Fyeem</span></a> Tester<br />
   <a href="https://mybboard.pl/uzytkownik-mybb-divir_34314" target="_blank" rel="noopener"><span class="bbcode_bold">Divir</span></a> Translator<br />
   <a href="https://mybboard.pl/uzytkownik-mybb-conors_17129" target="_blank" rel="noopener"><span class="bbcode_bold">Conors</span></a> Translator<br />
   <a href="https://mybboard.pl/uzytkownik-ficus_4239" target="_blank" rel="noopener"><span class="bbcode_bold">ficus</span></a> Translator]]></content:encoded>
		</item>

	</channel>
</rss>