<?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 Community Forums - All Forums]]></title>
		<link>https://community.mybb.com/</link>
		<description><![CDATA[MyBB Community Forums - https://community.mybb.com]]></description>
		<pubDate>Mon, 29 Jun 2026 05:29:22 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Tags plugin not working]]></title>
			<link>https://community.mybb.com/thread-245526.html</link>
			<pubDate>Sun, 28 Jun 2026 18:32:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=161694">SexyCity</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245526.html</guid>
			<description><![CDATA[<div style="text-align: left;" class="mycode_align">Hey</div>
<div style="text-align: left;" class="mycode_align">tags(seo) plugin not working</div>
<div style="text-align: left;" class="mycode_align">&#36;unviewable = DBTags::getUnviewable('threads');</div>
<div style="text-align: left;" class="mycode_align">[php:error] [pid 49664:tid 49664] PHP Fatal error:  Uncaught Error: Non-static method DBTags::getUnviewable() cannot be called statically in /var/www/html/inc/plugins/Tags/db/slugs.php:13\nStack trace:\n#0 /var/www/html/inc/plugins/Tags/hooks/index.php(31): DBTagsSlug::get()\n#1 /var/www/html/inc/class_plugins.php(142): tags_index_start()\n#2 /var/www/html/index.php(26): pluginSystem-&gt;run_hooks()\n#3 {main}\n  thrown in /var/www/html/inc/plugins/Tags/db/slugs.php on line 13, referer: </div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;" class="mycode_align">Hey</div>
<div style="text-align: left;" class="mycode_align">tags(seo) plugin not working</div>
<div style="text-align: left;" class="mycode_align">&#36;unviewable = DBTags::getUnviewable('threads');</div>
<div style="text-align: left;" class="mycode_align">[php:error] [pid 49664:tid 49664] PHP Fatal error:  Uncaught Error: Non-static method DBTags::getUnviewable() cannot be called statically in /var/www/html/inc/plugins/Tags/db/slugs.php:13\nStack trace:\n#0 /var/www/html/inc/plugins/Tags/hooks/index.php(31): DBTagsSlug::get()\n#1 /var/www/html/inc/class_plugins.php(142): tags_index_start()\n#2 /var/www/html/index.php(26): pluginSystem-&gt;run_hooks()\n#3 {main}\n  thrown in /var/www/html/inc/plugins/Tags/db/slugs.php on line 13, referer: </div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyTabs - Tabbed Forum Browsing for MyBB 1.8]]></title>
			<link>https://community.mybb.com/thread-245522.html</link>
			<pubDate>Sat, 27 Jun 2026 01:51:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=161684">hisoka</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245522.html</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 style="font-weight: bold;" class="mycode_b">MyBB 1.8.35+, PHP 8.0+, and MySQL 8.4+ with InnoDB</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What it does:</span><ul class="mycode_list"><li>Divide your forum index into tabs, each containing whatever forums you choose<br />
</li>
<li>Two display modes: <span style="font-weight: bold;" class="mycode_b">AJAX</span> (seamless switching without page reloads) or <span style="font-weight: bold;" class="mycode_b">static</span> (all tabs rendered at once, toggled with CSS)<br />
</li>
<li>Per-user default tab via the User CP so members land on their preferred section<br />
</li>
<li>Full visual control - HTML templates for tab styling (normal, selected, and tab list containers) using <span style="font-family: courier;" class="mycode_font">{&#36;link}</span> and <span style="font-family: courier;" class="mycode_font">{&#36;name}</span> placeholders<br />
</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 style="font-weight: bold;" class="mycode_b">Why I rewrote it:</span><br />
The old plugin used <span style="font-style: italic;" class="mycode_i">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 <span style="font-family: courier;" class="mycode_font">for...in</span> on NodeLists and a global <span style="font-family: courier;" class="mycode_font">xmlhttp</span> variable that caused race conditions between concurrent AJAX requests, and an "Add Tab" form that couldn't save because of a misplaced <span style="font-family: courier;" class="mycode_font">isset()</span> guard. All fixed. Version numbering reset to <span style="font-weight: bold;" class="mycode_b">1.0.0</span> since this is effectively a new plugin.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements:</span><ul class="mycode_list"><li>MyBB 1.8.35+<br />
</li>
<li>PHP 8.0+<br />
</li>
<li>MySQL 8.4+ with InnoDB<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Install:</span><br />
Upload the contents of <span style="font-family: courier;" class="mycode_font">inc/</span>, <span style="font-family: courier;" class="mycode_font">admin/</span>, and <span style="font-family: courier;" class="mycode_font">jscripts/</span> to your forum root, activate in the ACP, and you'll find it under <span style="font-weight: bold;" class="mycode_b">Forums &amp; Posts → MyTabs</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"> Download/Screenshots: </span><br />
<a href="https://community.mybb.com/mods.php?action=view&amp;pid=1713" target="_blank" rel="noopener" class="mycode_url">MyBB Extend</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Issues / contributions:</span><br />
<a href="https://github.com/hisoka-root/mytabs" target="_blank" rel="noopener" class="mycode_url">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 style="font-weight: bold;" class="mycode_b">MyBB 1.8.35+, PHP 8.0+, and MySQL 8.4+ with InnoDB</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What it does:</span><ul class="mycode_list"><li>Divide your forum index into tabs, each containing whatever forums you choose<br />
</li>
<li>Two display modes: <span style="font-weight: bold;" class="mycode_b">AJAX</span> (seamless switching without page reloads) or <span style="font-weight: bold;" class="mycode_b">static</span> (all tabs rendered at once, toggled with CSS)<br />
</li>
<li>Per-user default tab via the User CP so members land on their preferred section<br />
</li>
<li>Full visual control - HTML templates for tab styling (normal, selected, and tab list containers) using <span style="font-family: courier;" class="mycode_font">{&#36;link}</span> and <span style="font-family: courier;" class="mycode_font">{&#36;name}</span> placeholders<br />
</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 style="font-weight: bold;" class="mycode_b">Why I rewrote it:</span><br />
The old plugin used <span style="font-style: italic;" class="mycode_i">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 <span style="font-family: courier;" class="mycode_font">for...in</span> on NodeLists and a global <span style="font-family: courier;" class="mycode_font">xmlhttp</span> variable that caused race conditions between concurrent AJAX requests, and an "Add Tab" form that couldn't save because of a misplaced <span style="font-family: courier;" class="mycode_font">isset()</span> guard. All fixed. Version numbering reset to <span style="font-weight: bold;" class="mycode_b">1.0.0</span> since this is effectively a new plugin.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Requirements:</span><ul class="mycode_list"><li>MyBB 1.8.35+<br />
</li>
<li>PHP 8.0+<br />
</li>
<li>MySQL 8.4+ with InnoDB<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Install:</span><br />
Upload the contents of <span style="font-family: courier;" class="mycode_font">inc/</span>, <span style="font-family: courier;" class="mycode_font">admin/</span>, and <span style="font-family: courier;" class="mycode_font">jscripts/</span> to your forum root, activate in the ACP, and you'll find it under <span style="font-weight: bold;" class="mycode_b">Forums &amp; Posts → MyTabs</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"> Download/Screenshots: </span><br />
<a href="https://community.mybb.com/mods.php?action=view&amp;pid=1713" target="_blank" rel="noopener" class="mycode_url">MyBB Extend</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Issues / contributions:</span><br />
<a href="https://github.com/hisoka-root/mytabs" target="_blank" rel="noopener" class="mycode_url">github.com/hisoka-root/mytabs</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Attachment Preview]]></title>
			<link>https://community.mybb.com/thread-245518.html</link>
			<pubDate>Fri, 26 Jun 2026 09:52:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=134311">PARADOX987</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245518.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: #e82a1f;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Attachment Preview</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The plugin adds a "Preview" button next to every image/GIF attachment in posts, upload areas, and thumbnails. When clicked, it opens a full-size lightbox overlay so you can view the image without leaving the page. If there are multiple image attachments, Prev/Next buttons appear to cycle through them, and you can also use the keyboard arrow keys or press Escape to close.</span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">It works automatically on any page that shows attachments—forum threads, new thread/reply forms, edit post pages, search results, profiles, etc. The admin can control the maximum image width and whether thumbnails get the lightbox treatment too. </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Link:- </span> <a href="https://mybb.epizy.com/market.php?action=view&amp;pid=10" target="_blank" rel="noopener" class="mycode_url">https://mybb.epizy.com/market.php?action=view&amp;pid=10</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48922" target="_blank" title="">100072401.jpeg</a> (Size: 998.38 KB / Downloads: 18)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48923" target="_blank" title="">Screenshot_2026_0626_141809.png</a> (Size: 309.56 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48924" target="_blank" title="">100072401 (1).jpeg</a> (Size: 698.89 KB / Downloads: 17)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><span style="color: #e82a1f;" class="mycode_color"><span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Attachment Preview</span></span></span></div>
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The plugin adds a "Preview" button next to every image/GIF attachment in posts, upload areas, and thumbnails. When clicked, it opens a full-size lightbox overlay so you can view the image without leaving the page. If there are multiple image attachments, Prev/Next buttons appear to cycle through them, and you can also use the keyboard arrow keys or press Escape to close.</span><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">It works automatically on any page that shows attachments—forum threads, new thread/reply forms, edit post pages, search results, profiles, etc. The admin can control the maximum image width and whether thumbnails get the lightbox treatment too. </span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Link:- </span> <a href="https://mybb.epizy.com/market.php?action=view&amp;pid=10" target="_blank" rel="noopener" class="mycode_url">https://mybb.epizy.com/market.php?action=view&amp;pid=10</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48922" target="_blank" title="">100072401.jpeg</a> (Size: 998.38 KB / Downloads: 18)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48923" target="_blank" title="">Screenshot_2026_0626_141809.png</a> (Size: 309.56 KB / Downloads: 15)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="" border="0" alt=".jpeg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=48924" target="_blank" title="">100072401 (1).jpeg</a> (Size: 698.89 KB / Downloads: 17)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My MyBB installation doesn't send mail]]></title>
			<link>https://community.mybb.com/thread-245506.html</link>
			<pubDate>Tue, 23 Jun 2026 14:52:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=159128">floyer</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245506.html</guid>
			<description><![CDATA[I have upgraded MyBB from 1.3.39 to 1.3.40 and transfered it to an other server.<br />
<br />
The php mail() function has been tested and work correctly. The server is set with php mode and the right from-address.<br />
<br />
However, the forum doesn't send any notification anymore.<br />
<br />
I have tried to insert a mail in the mybb_mailqueue table... but it is still there after an hour.<br />
<br />
How to diagnostic the mail handling (are there intermediate tables I have to monitor ?)<br />
<br />
(Note, the first server has been isolated by the provider and can't generate emails anymore)<br />
<br />
I have patched inc/mailhandlers/php.php to monitor the mail function... the mail function is triggered when I used the "@ Email" option, but not for MP notifications.]]></description>
			<content:encoded><![CDATA[I have upgraded MyBB from 1.3.39 to 1.3.40 and transfered it to an other server.<br />
<br />
The php mail() function has been tested and work correctly. The server is set with php mode and the right from-address.<br />
<br />
However, the forum doesn't send any notification anymore.<br />
<br />
I have tried to insert a mail in the mybb_mailqueue table... but it is still there after an hour.<br />
<br />
How to diagnostic the mail handling (are there intermediate tables I have to monitor ?)<br />
<br />
(Note, the first server has been isolated by the provider and can't generate emails anymore)<br />
<br />
I have patched inc/mailhandlers/php.php to monitor the mail function... the mail function is triggered when I used the "@ Email" option, but not for MP notifications.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[upgrade from 1.8.39 to 1.8.40]]></title>
			<link>https://community.mybb.com/thread-245503.html</link>
			<pubDate>Tue, 23 Jun 2026 13:08:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=160634">Allvater</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245503.html</guid>
			<description><![CDATA[Hey folks<br />
<br />
atm my board is running on .39<br />
<br />
but my board is heavy modified<br />
most parts are done with plugins..some hard coded in core code...<br />
<br />
i dont want to "loose" all my progress...and changes...just have the board up to date and all security stuff<br />
<br />
maybe the new post icon feature too<br />
<br />
so which files do i REALLY have to change to make the update save?<br />
<br />
i already removed hangouts and buddy list features from the board, because i dont use it<br />
same with calendar and rating functions (thread/post/user) rating<br />
<br />
sorry for the maybe stupid question, its my first update (started with .39 half year ago)<br />
<br />
cheers <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Hey folks<br />
<br />
atm my board is running on .39<br />
<br />
but my board is heavy modified<br />
most parts are done with plugins..some hard coded in core code...<br />
<br />
i dont want to "loose" all my progress...and changes...just have the board up to date and all security stuff<br />
<br />
maybe the new post icon feature too<br />
<br />
so which files do i REALLY have to change to make the update save?<br />
<br />
i already removed hangouts and buddy list features from the board, because i dont use it<br />
same with calendar and rating functions (thread/post/user) rating<br />
<br />
sorry for the maybe stupid question, its my first update (started with .39 half year ago)<br />
<br />
cheers <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Curves UI (pid=0) + plugins: Master stylesheets not inherited; login content lands ou]]></title>
			<link>https://community.mybb.com/thread-245490.html</link>
			<pubDate>Sun, 21 Jun 2026 22:21:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=161639">tibberous</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245490.html</guid>
			<description><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-none">Really like the theme - thanks for backporting the 1.9 look. Two compatibility notes from running Curves UI alongside plugins that add a Master stylesheet and/or inject login buttons (Isango in my case). Neither is strictly a bug, but both surprise plugin compatibility, so flagging with detail.

[b]Note 1: Curves UI is a top-level theme (pid=0), so it doesn't inherit Master stylesheets[/b]
Themes inherit stylesheets through the pid (parent) chain in mybb_themes - a theme gets a Master stylesheet only if Master (tid=1) is an ancestor. The stock Default theme has pid=1 (child of Master). Curves UI imports as top-level:
[code]
SELECT tid, name, pid FROM mybb_themes;
--  1 | MyBB Master Style | 0
--  2 | Default           | 1   &lt;- inherits Master stylesheets
--  3 | Curves UI-alpha   | 0   &lt;- top-level, inherits nothing from Master
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">Many plugins install their CSS on Master (tid=1) expecting every theme to inherit it. Under Curves that CSS never loads, so the plugin UI renders unstyled until an admin manually attaches the stylesheet to the Curves tid. If Curves were a child of Master (pid=1) it would inherit plugin Master stylesheets automatically; alternatively, a note in the thread ("attach plugin stylesheets to this theme directly") would save people the head-scratch.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note 2: plugins that inject at &lt;/form&gt; land outside the #quick_login modal</span><br />
Curves wraps guest login in a Bootstrap modal (#quick_login) inside header_welcomeblock_guest. Plugins that add to the login area via find_replace_templatesets usually anchor on the closing &lt;/form&gt;:</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">find_replace_templatesets('header_welcomeblock_guest', '#&lt;/form&gt;#', '&lt;/form&gt;{$plugin_content}');
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">On the stock theme that &lt;/form&gt; is inside the visible login box. In Curves the modal div closes around it, so injected content ends up OUTSIDE the modal - rendering up in the page header instead of inside the login popup:</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;modal&quot; id=&quot;quick_login&quot;&gt; ... &lt;/div&gt;      (modal closes here)
&lt;/form&gt;{$plugin_content}                              (injected content lands out here)
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">A documented injection anchor inside the modal (or a stock-style &lt;/form&gt; kept inside the login container) would let login-button plugins place correctly.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Related</span>: plugin Master stylesheets also get wiped on MyBB core upgrades (core bug #4265). I submitted a core fix: mybb/mybb#5395 - relevant to anyone running Curves with plugins.<br />
<br />
Thanks again for the theme - happy to help test or PR anything on the GitHub repo.[/code]</span></span>]]></description>
			<content:encoded><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-none">Really like the theme - thanks for backporting the 1.9 look. Two compatibility notes from running Curves UI alongside plugins that add a Master stylesheet and/or inject login buttons (Isango in my case). Neither is strictly a bug, but both surprise plugin compatibility, so flagging with detail.

[b]Note 1: Curves UI is a top-level theme (pid=0), so it doesn't inherit Master stylesheets[/b]
Themes inherit stylesheets through the pid (parent) chain in mybb_themes - a theme gets a Master stylesheet only if Master (tid=1) is an ancestor. The stock Default theme has pid=1 (child of Master). Curves UI imports as top-level:
[code]
SELECT tid, name, pid FROM mybb_themes;
--  1 | MyBB Master Style | 0
--  2 | Default           | 1   &lt;- inherits Master stylesheets
--  3 | Curves UI-alpha   | 0   &lt;- top-level, inherits nothing from Master
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">Many plugins install their CSS on Master (tid=1) expecting every theme to inherit it. Under Curves that CSS never loads, so the plugin UI renders unstyled until an admin manually attaches the stylesheet to the Curves tid. If Curves were a child of Master (pid=1) it would inherit plugin Master stylesheets automatically; alternatively, a note in the thread ("attach plugin stylesheets to this theme directly") would save people the head-scratch.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note 2: plugins that inject at &lt;/form&gt; land outside the #quick_login modal</span><br />
Curves wraps guest login in a Bootstrap modal (#quick_login) inside header_welcomeblock_guest. Plugins that add to the login area via find_replace_templatesets usually anchor on the closing &lt;/form&gt;:</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">find_replace_templatesets('header_welcomeblock_guest', '#&lt;/form&gt;#', '&lt;/form&gt;{$plugin_content}');
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">On the stock theme that &lt;/form&gt; is inside the visible login box. In Curves the modal div closes around it, so injected content ends up OUTSIDE the modal - rendering up in the page header instead of inside the login popup:</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;modal&quot; id=&quot;quick_login&quot;&gt; ... &lt;/div&gt;      (modal closes here)
&lt;/form&gt;{$plugin_content}                              (injected content lands out here)
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">A documented injection anchor inside the modal (or a stock-style &lt;/form&gt; kept inside the login container) would let login-button plugins place correctly.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Related</span>: plugin Master stylesheets also get wiped on MyBB core upgrades (core bug #4265). I submitted a core fix: mybb/mybb#5395 - relevant to anyone running Curves with plugins.<br />
<br />
Thanks again for the theme - happy to help test or PR anything on the GitHub repo.[/code]</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Isango on top-level themes (pid=0): buttons unstyled + injected outside custom login]]></title>
			<link>https://community.mybb.com/thread-245489.html</link>
			<pubDate>Sun, 21 Jun 2026 22:18:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=161639">tibberous</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245489.html</guid>
			<description><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-none">Love the plugin. Ran it on a custom top-level theme (Curves UI) and hit two issues that affect any non-stock theme. Documenting with files/code, and I'm happy to send PRs.

Background: how MyBB themes inherit stylesheets
MyBB themes form a tree via the pid (parent id) column in mybb_themes. Master is tid=1. A theme inherits a stylesheet only if that ancestor is in its parent chain. The Default theme has pid=1 (a child of Master), so it inherits Master stylesheets. A standalone, top-level theme has pid=0 (no parent), so it inherits nothing from Master.

[b]Issue 1: isango.css is installed on Master only, so it never reaches top-level themes[/b]
On activate, inc/plugins/isango.php adds the stylesheet to Master:
[code]
$db-&gt;insert_query('themestylesheets', array(
    'name'       =&gt; 'isango.css',
    'tid'        =&gt; 1,        // Master
    'attachedto' =&gt; '',
    'stylesheet' =&gt; $css,
));
</code></pre><br />
<pre class="block-code line-numbers language-none"><code class="language-none">SELECT tid, name FROM mybb_themestylesheets WHERE name = 'isango.css';
--  1 | isango.css            &lt;- Master only

SELECT tid, name, pid FROM mybb_themes;
--  1 | MyBB Master Style | 0
--  2 | Default           | 1   &lt;- child of Master -&gt; inherits isango.css
--  3 | Curves UI-alpha   | 0   &lt;- top-level -&gt; does NOT inherit it
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><br />
Isango injects {&#36;isango_buttons} into the login templates with find_replace_templatesets, anchored on the closing &lt;/form&gt; (e.g. header_welcomeblock_guest, member_login, member_register):</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">find_replace_templatesets(
    'header_welcomeblock_guest',
    '#&lt;/form&gt;#',
    '&lt;/form&gt;{$isango_buttons}'
);
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">On</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;modal&quot; id=&quot;quick_login&quot;&gt; ... &lt;/div&gt;          (modal closes here)
&lt;/form&gt;&lt;!-- isango --&gt;{$isango_buttons}&lt;!-- /isango --&gt;   (buttons land out here)
</code></pre>]]></description>
			<content:encoded><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-none">Love the plugin. Ran it on a custom top-level theme (Curves UI) and hit two issues that affect any non-stock theme. Documenting with files/code, and I'm happy to send PRs.

Background: how MyBB themes inherit stylesheets
MyBB themes form a tree via the pid (parent id) column in mybb_themes. Master is tid=1. A theme inherits a stylesheet only if that ancestor is in its parent chain. The Default theme has pid=1 (a child of Master), so it inherits Master stylesheets. A standalone, top-level theme has pid=0 (no parent), so it inherits nothing from Master.

[b]Issue 1: isango.css is installed on Master only, so it never reaches top-level themes[/b]
On activate, inc/plugins/isango.php adds the stylesheet to Master:
[code]
$db-&gt;insert_query('themestylesheets', array(
    'name'       =&gt; 'isango.css',
    'tid'        =&gt; 1,        // Master
    'attachedto' =&gt; '',
    'stylesheet' =&gt; $css,
));
</code></pre><br />
<pre class="block-code line-numbers language-none"><code class="language-none">SELECT tid, name FROM mybb_themestylesheets WHERE name = 'isango.css';
--  1 | isango.css            &lt;- Master only

SELECT tid, name, pid FROM mybb_themes;
--  1 | MyBB Master Style | 0
--  2 | Default           | 1   &lt;- child of Master -&gt; inherits isango.css
--  3 | Curves UI-alpha   | 0   &lt;- top-level -&gt; does NOT inherit it
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><br />
Isango injects {&#36;isango_buttons} into the login templates with find_replace_templatesets, anchored on the closing &lt;/form&gt; (e.g. header_welcomeblock_guest, member_login, member_register):</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">find_replace_templatesets(
    'header_welcomeblock_guest',
    '#&lt;/form&gt;#',
    '&lt;/form&gt;{$isango_buttons}'
);
</code></pre><span style="color: #616161;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size">On</span></span><br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;modal&quot; id=&quot;quick_login&quot;&gt; ... &lt;/div&gt;          (modal closes here)
&lt;/form&gt;&lt;!-- isango --&gt;{$isango_buttons}&lt;!-- /isango --&gt;   (buttons land out here)
</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VantaBB Alert Plugin - Premium MyBB Alerts System]]></title>
			<link>https://community.mybb.com/thread-245488.html</link>
			<pubDate>Sun, 21 Jun 2026 16:56:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=150836">Xferno</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245488.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://camo.mybb.com/4c10f4fb7733687e2df17b3eba0afbbdf2be9f89/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f76616e74616262616c6572742d32303236303632312d3135353232392d34346563656464352e706e67" data-original-url="https://xfernobb.pro/images/projects/vantabbalert-20260621-155229-44ecedd5.png" loading="lazy"  alt="[Image: vantabbalert-20260621-155229-44ecedd5.png]" class="mycode_img" /><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">VantaBB Alert Plugin</span></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">About</span><br />
<br />
VantaBB Alert Plugin is a clean alert system made mainly for VantaBB.<br />
It can also be redesigned to match your own MyBB theme.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><br />
<ul class="mycode_list"><li>Clean VantaBB alert design<br />
</li>
<li>Header alert dropdown<br />
</li>
<li>User alerts page<br />
</li>
<li>UserCP alert settings<br />
</li>
<li>Private message alerts<br />
</li>
<li>Quote alerts<br />
</li>
<li>Thread reply alerts<br />
</li>
<li>Subscribed thread alerts<br />
</li>
<li>Reputation alerts<br />
</li>
<li>Admin alert type control<br />
</li>
<li>Clean UI and smooth layout<br />
</li>
<li>Can be redesigned for any theme<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Plugin Integration</span><br />
<ul class="mycode_list"><li>Can be integrated with more plugins<br />
</li>
<li>Supports VantaBB Award Plugin integration<br />
</li>
<li>Supports VantaBB Vouch Plugin integration<br />
</li>
<li>Custom alert types can be added<br />
</li>
<li>Best for custom VantaBB systems<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Demo</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Alert Dropdown:</span> Shows latest alerts from the header<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Alert Page:</span> Full page to view all alerts<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Settings Page:</span> Users can control alert preferences<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Plugin Alerts:</span> Awards, vouches, and custom actions can trigger alerts<br />
</li>
</ul>
<br />
<div style="text-align: center;" class="mycode_align">
<img src="https://camo.mybb.com/80e84267f7b3360b511dd264f04bd09cc7b48770/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f696d6167652d32303236303632312d3135353832392d36353032383564382e706e67" data-original-url="https://xfernobb.pro/images/projects/image-20260621-155829-650285d8.png" loading="lazy"  alt="[Image: image-20260621-155829-650285d8.png]" class="mycode_img" /><br />
<br />
<img src="https://camo.mybb.com/74c8378a3077cc2d625e40e767ac6ec4781af494/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f616c6572742d32303236303632312d3136313434312d61343063383038372e676966" data-original-url="https://xfernobb.pro/images/projects/alert-20260621-161441-a40c8087.gif" loading="lazy"  alt="[Image: alert-20260621-161441-a40c8087.gif]" class="mycode_img" /><br />
<br />
<br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Best For</span><br />
<ul class="mycode_list"><li>VantaBB forums<br />
</li>
<li>Gaming forums<br />
</li>
<li>Marketplace forums<br />
</li>
<li>Premium forums<br />
</li>
<li>Custom MyBB communities<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Price</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Price:</span> &#36;200<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Contact</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Telegram:</span> <a href="https://t.me/xferno" target="_blank" rel="noopener" class="mycode_url">@xferno</a><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Discord:</span> <a href="https://discord.com/users/1096298554374504448" target="_blank" rel="noopener" class="mycode_url">Xf3rn0</a><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Portfolio:</span> <a href="https://xfernobb.pro" target="_blank" rel="noopener" class="mycode_url">xfernobb.pro</a><br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://camo.mybb.com/4c10f4fb7733687e2df17b3eba0afbbdf2be9f89/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f76616e74616262616c6572742d32303236303632312d3135353232392d34346563656464352e706e67" data-original-url="https://xfernobb.pro/images/projects/vantabbalert-20260621-155229-44ecedd5.png" loading="lazy"  alt="[Image: vantabbalert-20260621-155229-44ecedd5.png]" class="mycode_img" /><br />
<span style="font-size: x-large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">VantaBB Alert Plugin</span></span></div>
<br />
<span style="font-weight: bold;" class="mycode_b">About</span><br />
<br />
VantaBB Alert Plugin is a clean alert system made mainly for VantaBB.<br />
It can also be redesigned to match your own MyBB theme.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Features</span><br />
<ul class="mycode_list"><li>Clean VantaBB alert design<br />
</li>
<li>Header alert dropdown<br />
</li>
<li>User alerts page<br />
</li>
<li>UserCP alert settings<br />
</li>
<li>Private message alerts<br />
</li>
<li>Quote alerts<br />
</li>
<li>Thread reply alerts<br />
</li>
<li>Subscribed thread alerts<br />
</li>
<li>Reputation alerts<br />
</li>
<li>Admin alert type control<br />
</li>
<li>Clean UI and smooth layout<br />
</li>
<li>Can be redesigned for any theme<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Plugin Integration</span><br />
<ul class="mycode_list"><li>Can be integrated with more plugins<br />
</li>
<li>Supports VantaBB Award Plugin integration<br />
</li>
<li>Supports VantaBB Vouch Plugin integration<br />
</li>
<li>Custom alert types can be added<br />
</li>
<li>Best for custom VantaBB systems<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Demo</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Alert Dropdown:</span> Shows latest alerts from the header<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Alert Page:</span> Full page to view all alerts<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Settings Page:</span> Users can control alert preferences<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Plugin Alerts:</span> Awards, vouches, and custom actions can trigger alerts<br />
</li>
</ul>
<br />
<div style="text-align: center;" class="mycode_align">
<img src="https://camo.mybb.com/80e84267f7b3360b511dd264f04bd09cc7b48770/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f696d6167652d32303236303632312d3135353832392d36353032383564382e706e67" data-original-url="https://xfernobb.pro/images/projects/image-20260621-155829-650285d8.png" loading="lazy"  alt="[Image: image-20260621-155829-650285d8.png]" class="mycode_img" /><br />
<br />
<img src="https://camo.mybb.com/74c8378a3077cc2d625e40e767ac6ec4781af494/68747470733a2f2f786665726e6f62622e70726f2f696d616765732f70726f6a656374732f616c6572742d32303236303632312d3136313434312d61343063383038372e676966" data-original-url="https://xfernobb.pro/images/projects/alert-20260621-161441-a40c8087.gif" loading="lazy"  alt="[Image: alert-20260621-161441-a40c8087.gif]" class="mycode_img" /><br />
<br />
<br />
</div>
<br />
<span style="font-weight: bold;" class="mycode_b">Best For</span><br />
<ul class="mycode_list"><li>VantaBB forums<br />
</li>
<li>Gaming forums<br />
</li>
<li>Marketplace forums<br />
</li>
<li>Premium forums<br />
</li>
<li>Custom MyBB communities<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Price</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Price:</span> &#36;200<br />
</li>
</ul>
<br />
<span style="font-weight: bold;" class="mycode_b">Contact</span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Telegram:</span> <a href="https://t.me/xferno" target="_blank" rel="noopener" class="mycode_url">@xferno</a><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Discord:</span> <a href="https://discord.com/users/1096298554374504448" target="_blank" rel="noopener" class="mycode_url">Xf3rn0</a><br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Portfolio:</span> <a href="https://xfernobb.pro" target="_blank" rel="noopener" class="mycode_url">xfernobb.pro</a><br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[My first plugin - Paid Threads]]></title>
			<link>https://community.mybb.com/thread-245483.html</link>
			<pubDate>Sat, 20 Jun 2026 03:48:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=160568">0xKurdistani</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245483.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">Paid Threads - Detailed Description</span><br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">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 class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Features</span><br />
 <span style="font-weight: bold;" class="mycode_b">Thread Creation &amp; Management</span><ul class="mycode_list"><li>Toggle to make threads paid when creating new threads<br />
 <br />
</li>
<li>Edit existing threads to enable/disable paid status<br />
 <br />
</li>
<li>Set custom prices for each thread (within admin-configured limits)<br />
 <br />
</li>
<li>Only thread authors can modify the paid status of their own threads<br />
 <br />
</li>
<li>Thread creators can view their own paid threads for free<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Flexible Pricing Controls</span><ul class="mycode_list"><li>Set global minimum price requirement (default: 1 point)<br />
 <br />
</li>
<li>Set optional maximum price limit (0 = unlimited)<br />
 <br />
</li>
<li>Customizable currency label (default: "Points")<br />
 <br />
</li>
<li>Display current and required amounts to users<br />
 <br />
</li>
<li>Price validation on both front-end and back-end<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">User Access Management</span><ul class="mycode_list"><li>Guests must log in to unlock threads<br />
 <br />
</li>
<li>Logged-in users see their balance and can purchase access<br />
 <br />
</li>
<li>Show clear "insufficient balance" messages<br />
 <br />
</li>
<li>Prevent double-purchases via unique database constraints<br />
 <br />
</li>
<li>One-time payment = permanent access for that user<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Visual Design</span><ul class="mycode_list"><li>Terminal/hacker-themed card design with dark aesthetic<br />
 <br />
</li>
<li>Inline SVG icons for cross-browser consistency<br />
 <br />
</li>
<li>Responsive layout (mobile-friendly)<br />
 <br />
</li>
<li>Color-coded status indicators (success, warning, error)<br />
 <br />
</li>
<li>Smooth animations and transitions<br />
 <br />
</li>
<li>CSS injected directly to guarantee styling loads (fixes theme conflicts)<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Forum Display</span><ul class="mycode_list"><li>Lock badge shown on thread list next to thread title<br />
 <br />
</li>
<li>Displays price of each paid thread<br />
 <br />
</li>
<li>Identifies paid threads at a glance<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Admin Control</span><ul class="mycode_list"><li>Enable/disable the entire plugin<br />
 <br />
</li>
<li>Exclude specific user groups from paywall (e.g., admins, moderators)<br />
 <br />
</li>
<li>Customize minimum and maximum allowed prices<br />
 <br />
</li>
<li>Set custom currency label for your forum<br />
 <br />
</li>
<li>Control whether thread authors view their own threads free<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Security</span><ul class="mycode_list"><li>CSRF protection on all payment transactions<br />
 <br />
</li>
<li>IDOR (Insecure Direct Object Reference) protection<br />
 <br />
</li>
<li>Race condition guards to prevent double-spending<br />
 <br />
</li>
<li>Fresh balance verification from database (prevents cache exploits)<br />
 <br />
</li>
<li>SQL injection prevention via escaping and parameterized queries<br />
 <br />
</li>
<li>Admin override flag for PM delivery<br />
 <br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">How It Works</span><br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Thread Creator</span> — Posts a new thread and toggles "Make this a Paid Thread"<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Set Price</span> — Enters the cost in NewPoints (respects min/max admin settings)<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Thread Published</span> — Appears in forum with lock badge showing price<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Visits</span> — Sees paywall banner with price, balance, and unlock button<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Purchases</span> — Clicks "Unlock for X Points"<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Payment Processed</span> — Points deducted from buyer, added to author<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Access Granted</span> — Thread content reveals immediately; user can view anytime<br />
 <br />
</li>
</ol>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Compatibility &amp; Requirements</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">MyBB Version:</span> 1.8.x<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Required Plugin:</span> NewPoints (any recent version)<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">PHP:</span> 5.6+<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Database:</span> MyISAM or InnoDB supported<br />
 <br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Configuration</span><br />
 All settings are found in <span style="font-weight: bold;" class="mycode_b">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 class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Database Tables</span><br />
 The plugin creates two tables:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">paid_threads</span> — Stores thread ID, price, and creation timestamp<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">paid_threads_purchases</span> — Logs all purchases (user, thread, amount, date)<br />
 <br />
</li>
</ul>
Both tables include proper indexing and UNIQUE constraints for performance and data integrity.<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Technical Highlights</span><br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Hook-based architecture</span> — No template modifications needed<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Direct CSS injection</span> — Bypasses theme limitations<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Efficient queries</span> — Minimal database load<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Error handling</span> — Graceful fallbacks for missing NewPoints<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Modular functions</span> — Easy to understand and extend<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Settings backfill</span> — Supports seamless plugin upgrades<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Support &amp; Updates</span><br />
 For issues, feature requests, or updates, visit:<br />
 <span style="font-weight: bold;" class="mycode_b"><a href="https://hackers.krd" target="_blank" rel="noopener" class="mycode_url">https://hackers.krd<br />
</a></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">To Download:</span></span><br />
<a href="https://community.mybb.com/mods.php?action=view&amp;pid=1712" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1712</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">Paid Threads - Detailed Description</span><br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">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 class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Features</span><br />
 <span style="font-weight: bold;" class="mycode_b">Thread Creation &amp; Management</span><ul class="mycode_list"><li>Toggle to make threads paid when creating new threads<br />
 <br />
</li>
<li>Edit existing threads to enable/disable paid status<br />
 <br />
</li>
<li>Set custom prices for each thread (within admin-configured limits)<br />
 <br />
</li>
<li>Only thread authors can modify the paid status of their own threads<br />
 <br />
</li>
<li>Thread creators can view their own paid threads for free<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Flexible Pricing Controls</span><ul class="mycode_list"><li>Set global minimum price requirement (default: 1 point)<br />
 <br />
</li>
<li>Set optional maximum price limit (0 = unlimited)<br />
 <br />
</li>
<li>Customizable currency label (default: "Points")<br />
 <br />
</li>
<li>Display current and required amounts to users<br />
 <br />
</li>
<li>Price validation on both front-end and back-end<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">User Access Management</span><ul class="mycode_list"><li>Guests must log in to unlock threads<br />
 <br />
</li>
<li>Logged-in users see their balance and can purchase access<br />
 <br />
</li>
<li>Show clear "insufficient balance" messages<br />
 <br />
</li>
<li>Prevent double-purchases via unique database constraints<br />
 <br />
</li>
<li>One-time payment = permanent access for that user<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Visual Design</span><ul class="mycode_list"><li>Terminal/hacker-themed card design with dark aesthetic<br />
 <br />
</li>
<li>Inline SVG icons for cross-browser consistency<br />
 <br />
</li>
<li>Responsive layout (mobile-friendly)<br />
 <br />
</li>
<li>Color-coded status indicators (success, warning, error)<br />
 <br />
</li>
<li>Smooth animations and transitions<br />
 <br />
</li>
<li>CSS injected directly to guarantee styling loads (fixes theme conflicts)<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Forum Display</span><ul class="mycode_list"><li>Lock badge shown on thread list next to thread title<br />
 <br />
</li>
<li>Displays price of each paid thread<br />
 <br />
</li>
<li>Identifies paid threads at a glance<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Admin Control</span><ul class="mycode_list"><li>Enable/disable the entire plugin<br />
 <br />
</li>
<li>Exclude specific user groups from paywall (e.g., admins, moderators)<br />
 <br />
</li>
<li>Customize minimum and maximum allowed prices<br />
 <br />
</li>
<li>Set custom currency label for your forum<br />
 <br />
</li>
<li>Control whether thread authors view their own threads free<br />
 <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Security</span><ul class="mycode_list"><li>CSRF protection on all payment transactions<br />
 <br />
</li>
<li>IDOR (Insecure Direct Object Reference) protection<br />
 <br />
</li>
<li>Race condition guards to prevent double-spending<br />
 <br />
</li>
<li>Fresh balance verification from database (prevents cache exploits)<br />
 <br />
</li>
<li>SQL injection prevention via escaping and parameterized queries<br />
 <br />
</li>
<li>Admin override flag for PM delivery<br />
 <br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">How It Works</span><br />
<ol type="1" class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Thread Creator</span> — Posts a new thread and toggles "Make this a Paid Thread"<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Set Price</span> — Enters the cost in NewPoints (respects min/max admin settings)<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Thread Published</span> — Appears in forum with lock badge showing price<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Visits</span> — Sees paywall banner with price, balance, and unlock button<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">User Purchases</span> — Clicks "Unlock for X Points"<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Payment Processed</span> — Points deducted from buyer, added to author<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Access Granted</span> — Thread content reveals immediately; user can view anytime<br />
 <br />
</li>
</ol>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Compatibility &amp; Requirements</span><ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">MyBB Version:</span> 1.8.x<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Required Plugin:</span> NewPoints (any recent version)<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">PHP:</span> 5.6+<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Database:</span> MyISAM or InnoDB supported<br />
 <br />
</li>
</ul>
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Configuration</span><br />
 All settings are found in <span style="font-weight: bold;" class="mycode_b">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 class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Database Tables</span><br />
 The plugin creates two tables:<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">paid_threads</span> — Stores thread ID, price, and creation timestamp<br />
 <br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">paid_threads_purchases</span> — Logs all purchases (user, thread, amount, date)<br />
 <br />
</li>
</ul>
Both tables include proper indexing and UNIQUE constraints for performance and data integrity.<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Technical Highlights</span><br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Hook-based architecture</span> — No template modifications needed<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Direct CSS injection</span> — Bypasses theme limitations<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Efficient queries</span> — Minimal database load<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Error handling</span> — Graceful fallbacks for missing NewPoints<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Modular functions</span> — Easy to understand and extend<br />
 ✅ <span style="font-weight: bold;" class="mycode_b">Settings backfill</span> — Supports seamless plugin upgrades<br />
<hr class="mycode_hr" />
<span style="font-weight: bold;" class="mycode_b">Support &amp; Updates</span><br />
 For issues, feature requests, or updates, visit:<br />
 <span style="font-weight: bold;" class="mycode_b"><a href="https://hackers.krd" target="_blank" rel="noopener" class="mycode_url">https://hackers.krd<br />
</a></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">To Download:</span></span><br />
<a href="https://community.mybb.com/mods.php?action=view&amp;pid=1712" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1712</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VantaBB Theme Preview | Clean MyBB Theme Best for Marketplace Forums]]></title>
			<link>https://community.mybb.com/thread-245467.html</link>
			<pubDate>Wed, 17 Jun 2026 22:17:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=150836">Xferno</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245467.html</guid>
			<description><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://camo.mybb.com/02e775d28ad3027b36ab7edaf5fabf73033842f8/68747470733a2f2f786665726e6f62622e70726f2f496d616765732f76616e74616262253230696e6465782e706e67" data-original-url="https://xfernobb.pro/Images/vantabb%20index.png" loading="lazy"  alt="[Image: vantabb%20index.png]" class="mycode_img" /></div>
<div style="text-align: center;" class="mycode_align"><span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b"><span style="color: #26bb74;" class="mycode_color">How Is This VantaBB Theme Preview?</span></span></span></div>
Hello everyone,<br />
<br />
Here is a preview of the <span style="font-weight: bold;" class="mycode_b">VantaBB MyBB Theme</span>.<br />
I am working on a clean, dark, modern, and lightweight MyBB theme for forum communities and marketplace-style boards.<br />
<br />
VantaBB is a clean, dark, modern, and lightweight MyBB theme made for forum communities. It is also a great fit for <span style="font-weight: bold;" class="mycode_b">marketplace forums</span>, service boards, digital product forums, trading communities, and professional discussion platforms.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Short Feature Info:</span><ul class="mycode_list"><li>Clean dark UI design<br />
</li>
<li>Modern header and footer<br />
</li>
<li>Responsive layout<br />
</li>
<li>Improved forum index style<br />
</li>
<li>Premium card and block design<br />
</li>
<li>Simple and user-friendly navigation<br />
</li>
<li>Professional look for service and sales forums<br />
</li>
</ul>
<br />
Please share your honest feedback and suggestions.<br />
<br />
What should be improved, changed, or added?<br />
<br />
If you want this type of custom MyBB theme design for your own forum, feel free to PM me.<br />
I will keep updating more progress about this theme here.<br />
<ul class="mycode_list"><li>Website: <a href="https://xfernobb.pro/" target="_blank" rel="noopener" class="mycode_url">https://xfernobb.pro/</a><br />
</li>
<li>Telegram: <a href="https://t.me/xferno" target="_blank" rel="noopener" class="mycode_url">@xferno</a><br />
</li>
<li>Discord: @Xf3rn0<br />
</li>
<li>Portfolio: <a href="https://xfernobb.pro" target="_blank" rel="noopener" class="mycode_url">https://xfernobb.pro</a><br />
</li>
<li>PM: <span style="font-weight: bold;" class="mycode_b">Xferno</span> (here on the forum)<br />
</li>
</ul>
]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;" class="mycode_align"><img src="https://camo.mybb.com/02e775d28ad3027b36ab7edaf5fabf73033842f8/68747470733a2f2f786665726e6f62622e70726f2f496d616765732f76616e74616262253230696e6465782e706e67" data-original-url="https://xfernobb.pro/Images/vantabb%20index.png" loading="lazy"  alt="[Image: vantabb%20index.png]" class="mycode_img" /></div>
<div style="text-align: center;" class="mycode_align"><span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b"><span style="color: #26bb74;" class="mycode_color">How Is This VantaBB Theme Preview?</span></span></span></div>
Hello everyone,<br />
<br />
Here is a preview of the <span style="font-weight: bold;" class="mycode_b">VantaBB MyBB Theme</span>.<br />
I am working on a clean, dark, modern, and lightweight MyBB theme for forum communities and marketplace-style boards.<br />
<br />
VantaBB is a clean, dark, modern, and lightweight MyBB theme made for forum communities. It is also a great fit for <span style="font-weight: bold;" class="mycode_b">marketplace forums</span>, service boards, digital product forums, trading communities, and professional discussion platforms.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Short Feature Info:</span><ul class="mycode_list"><li>Clean dark UI design<br />
</li>
<li>Modern header and footer<br />
</li>
<li>Responsive layout<br />
</li>
<li>Improved forum index style<br />
</li>
<li>Premium card and block design<br />
</li>
<li>Simple and user-friendly navigation<br />
</li>
<li>Professional look for service and sales forums<br />
</li>
</ul>
<br />
Please share your honest feedback and suggestions.<br />
<br />
What should be improved, changed, or added?<br />
<br />
If you want this type of custom MyBB theme design for your own forum, feel free to PM me.<br />
I will keep updating more progress about this theme here.<br />
<ul class="mycode_list"><li>Website: <a href="https://xfernobb.pro/" target="_blank" rel="noopener" class="mycode_url">https://xfernobb.pro/</a><br />
</li>
<li>Telegram: <a href="https://t.me/xferno" target="_blank" rel="noopener" class="mycode_url">@xferno</a><br />
</li>
<li>Discord: @Xf3rn0<br />
</li>
<li>Portfolio: <a href="https://xfernobb.pro" target="_blank" rel="noopener" class="mycode_url">https://xfernobb.pro</a><br />
</li>
<li>PM: <span style="font-weight: bold;" class="mycode_b">Xferno</span> (here on the forum)<br />
</li>
</ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[what are the risks to approve a user that looks like a spammer?]]></title>
			<link>https://community.mybb.com/thread-245466.html</link>
			<pubDate>Wed, 17 Jun 2026 17:03:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=143550">HAFOOCH</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245466.html</guid>
			<description><![CDATA[hello<br />
people don't usually register to my forum system..<br />
today i got a registration from an israeli ip.. [the forums in hebrew] the other regisration details like the email looked like spam..<br />
<br />
my mybb system is set to allow new threads and posts only after i review them..<br />
<br />
my question is.. let's say i approve the user.. what can they do other than trying to post messages? are there other risks?<br />
because.. if it is a real spammer i can always not approve and delete the attempts to post. right?<br />
<br />
in the "rules" of my forums i mentioned that it is a place for free speech....... so i don't want to eliminate anyone who really wants to post things from the heart..<br />
<br />
so what are the main risks to approve such user?<br />
if i can always remove the posts they attempt to make i don't care to approve..<br />
but is there anything else to know?<br />
<br />
tnx and love from israel to *anybody*<br />
i know it is a beginner question.. but would appreciate insight..<br />
<br />
by the way.. i got a lot of spam lately to my email that is listed on my forums..<br />
perhaps i need to create a contact form instead of posting an email address......<br />
i wish i knew how to do my own..]]></description>
			<content:encoded><![CDATA[hello<br />
people don't usually register to my forum system..<br />
today i got a registration from an israeli ip.. [the forums in hebrew] the other regisration details like the email looked like spam..<br />
<br />
my mybb system is set to allow new threads and posts only after i review them..<br />
<br />
my question is.. let's say i approve the user.. what can they do other than trying to post messages? are there other risks?<br />
because.. if it is a real spammer i can always not approve and delete the attempts to post. right?<br />
<br />
in the "rules" of my forums i mentioned that it is a place for free speech....... so i don't want to eliminate anyone who really wants to post things from the heart..<br />
<br />
so what are the main risks to approve such user?<br />
if i can always remove the posts they attempt to make i don't care to approve..<br />
but is there anything else to know?<br />
<br />
tnx and love from israel to *anybody*<br />
i know it is a beginner question.. but would appreciate insight..<br />
<br />
by the way.. i got a lot of spam lately to my email that is listed on my forums..<br />
perhaps i need to create a contact form instead of posting an email address......<br />
i wish i knew how to do my own..]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Irrelevant search results, not highlights searched phrase]]></title>
			<link>https://community.mybb.com/thread-245465.html</link>
			<pubDate>Wed, 17 Jun 2026 12:06:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=84281">postcd</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245465.html</guid>
			<description><![CDATA[Is search made the way that it shows strings matching the search as first ones and then partial?<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">irrelevant search results</span></blockquote>
<br />
<br />
would first display match for whole string "<span style="font-weight: bold;" class="mycode_b">irrelevant search results</span>" and then match for "bad <span style="font-weight: bold;" class="mycode_b">search results</span>" and then search results containing "my <span style="font-weight: bold;" class="mycode_b">results</span>"<br />
<br />
When i have searched, it did not highlight mine searched phrase or parts of it in search results page using bold text, so it is hard to spot if particular search result is interesting for me. Visitor is wasting their time trying to find his searched phrase in the context of search results.<br />
<br />
Also i am unsure if it is done already, but the search result should focus on a searched term, meaning if long post contains it at the end, then the search result will show ending part of the post text, not first part of the post text while trimming rest which contain mine searched phrase.<br />
<br />
This is essential since it saves time of visitors and resources limiting loading of pages which does not talk relevant topic.]]></description>
			<content:encoded><![CDATA[Is search made the way that it shows strings matching the search as first ones and then partial?<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">irrelevant search results</span></blockquote>
<br />
<br />
would first display match for whole string "<span style="font-weight: bold;" class="mycode_b">irrelevant search results</span>" and then match for "bad <span style="font-weight: bold;" class="mycode_b">search results</span>" and then search results containing "my <span style="font-weight: bold;" class="mycode_b">results</span>"<br />
<br />
When i have searched, it did not highlight mine searched phrase or parts of it in search results page using bold text, so it is hard to spot if particular search result is interesting for me. Visitor is wasting their time trying to find his searched phrase in the context of search results.<br />
<br />
Also i am unsure if it is done already, but the search result should focus on a searched term, meaning if long post contains it at the end, then the search result will show ending part of the post text, not first part of the post text while trimming rest which contain mine searched phrase.<br />
<br />
This is essential since it saves time of visitors and resources limiting loading of pages which does not talk relevant topic.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[1.8.40] Turkish Language Pack]]></title>
			<link>https://community.mybb.com/thread-245463.html</link>
			<pubDate>Tue, 16 Jun 2026 23:31:03 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=125139">mybbturkce</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245463.html</guid>
			<description><![CDATA[You can download the <a href="https://mybbturkce.com" target="_blank" rel="noopener" class="mycode_url">MyBB</a> Turkish language pack compatible with mybb 1.8.40 version from <a href="https://mybbturkce.com" target="_blank" rel="noopener" class="mycode_url">mybbturkce.com</a> or from this link: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1343" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1343</a>]]></description>
			<content:encoded><![CDATA[You can download the <a href="https://mybbturkce.com" target="_blank" rel="noopener" class="mycode_url">MyBB</a> Turkish language pack compatible with mybb 1.8.40 version from <a href="https://mybbturkce.com" target="_blank" rel="noopener" class="mycode_url">mybbturkce.com</a> or from this link: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1343" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1343</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Undefined array key "tid"]]></title>
			<link>https://community.mybb.com/thread-245459.html</link>
			<pubDate>Mon, 15 Jun 2026 14:01:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=136818">netllama</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245459.html</guid>
			<description><![CDATA[Seeing this error (unclear how to reproduce) in 1.8.40:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">Type: 2
File: showthread.php (Line no. 41)
Message
Undefined array key &quot;tid&quot;
Back Trace: #0 /var/www/html/dv/inc/class_error.php(243): errorHandler-&gt;email_error(2, 'Undefined array...', 'showthread.php', 41)
#1 /var/www/html/dv/inc/class_error.php(157): errorHandler-&gt;error(2, 'Undefined array...', 'showthread.php', 41)
#2 /var/www/html/dv/showthread.php(41): errorHandler-&gt;error_callback(2, 'Undefined array...', '/var/www/html/d...', 41)</code></pre>]]></description>
			<content:encoded><![CDATA[Seeing this error (unclear how to reproduce) in 1.8.40:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">Type: 2
File: showthread.php (Line no. 41)
Message
Undefined array key &quot;tid&quot;
Back Trace: #0 /var/www/html/dv/inc/class_error.php(243): errorHandler-&gt;email_error(2, 'Undefined array...', 'showthread.php', 41)
#1 /var/www/html/dv/inc/class_error.php(157): errorHandler-&gt;error(2, 'Undefined array...', 'showthread.php', 41)
#2 /var/www/html/dv/showthread.php(41): errorHandler-&gt;error_callback(2, 'Undefined array...', '/var/www/html/d...', 41)</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Backup Your Plugins]]></title>
			<link>https://community.mybb.com/thread-245454.html</link>
			<pubDate>Sun, 14 Jun 2026 19:54:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=134311">PARADOX987</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-245454.html</guid>
			<description><![CDATA[This plugin adds a backup link to each plugin in the plugin manager, allowing you to download a ZIP containing all files related to that plugin.<br />
<br />
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.<br />
<br />
Download Link:- <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1711" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1711</a><br />
<br />
<br />
<br />
<br />
<img src="https://community.mybb.com/uploads/mods/previews/preview_134311_1781447169_36ce8a8085e92a7a393b29e3cd5f3f32.png" loading="lazy"  alt="[Image: preview_134311_1781447169_36ce8a8085e92a...5f3f32.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[This plugin adds a backup link to each plugin in the plugin manager, allowing you to download a ZIP containing all files related to that plugin.<br />
<br />
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.<br />
<br />
Download Link:- <a href="https://community.mybb.com/mods.php?action=view&amp;pid=1711" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...w&amp;pid=1711</a><br />
<br />
<br />
<br />
<br />
<img src="https://community.mybb.com/uploads/mods/previews/preview_134311_1781447169_36ce8a8085e92a7a393b29e3cd5f3f32.png" loading="lazy"  alt="[Image: preview_134311_1781447169_36ce8a8085e92a...5f3f32.png]" class="mycode_img" />]]></content:encoded>
		</item>
	</channel>
</rss>