<?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>Sun, 09 Feb 2025 22:00:21 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[A registered user cannot delete their message]]></title>
			<link>https://community.mybb.com/thread-242906.html</link>
			<pubDate>Sun, 09 Feb 2025 21:39:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157539">WikWik-12</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242906.html</guid>
			<description><![CDATA[I installed a forum and configured a user group so that they couldn't create topics but could edit and delete their messages. However, in the end, they can't delete their messages, only edit them.<br />
I checked the group settings—there is a checkmark for message deletion. I also checked the forum rules settings—there is a checkmark for message deletion there too.<br />
Where should I look? Maybe I missed something?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47695" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233832_Chrome.jpg</a> (Size: 68.17 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47696" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233537_Chrome.jpg</a> (Size: 115.89 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47697" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233439_Chrome.jpg</a> (Size: 111.41 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I installed a forum and configured a user group so that they couldn't create topics but could edit and delete their messages. However, in the end, they can't delete their messages, only edit them.<br />
I checked the group settings—there is a checkmark for message deletion. I also checked the forum rules settings—there is a checkmark for message deletion there too.<br />
Where should I look? Maybe I missed something?<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47695" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233832_Chrome.jpg</a> (Size: 68.17 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47696" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233537_Chrome.jpg</a> (Size: 115.89 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/image.gif" title="JPEG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=47697" target="_blank" title="<span title="2025-02-09, 09:39 PM">21 minutes ago</span>">Screenshot_20250209-233439_Chrome.jpg</a> (Size: 111.41 KB / Downloads: 5)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Form Creator Easy(?) Bug Fix Please]]></title>
			<link>https://community.mybb.com/thread-242903.html</link>
			<pubDate>Sat, 08 Feb 2025 18:00:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=6811">seeker</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242903.html</guid>
			<description><![CDATA[After submitting to a new reply the user doesn't see their entry - just the top of the thread. The URL is ( ....showthread.php?tid=37&amp;pid=57 ) and needs to be ( ....showthread.php?tid=37&amp;pid=57#pid57 ) <br />
<br />
<br />
Version<br />
2.6.7<br />
<br />
Thank you.<br />
<hr class="mycode_hr" />
Update: I have it working with a quick hack, and a real, "more professional" fix would be nice in the future.  <br />
<br />
form.php line 349<br />
<br />
find<br />
<br />
                              if (&#36;forumpermissions['canviewthreads'] == 1 &amp;&amp; &#36;post['visible'] == 1) {<br />
                                    &#36;url = get_post_link(&#36;pid, &#36;thread['tid']);<br />
                                }<br />
<br />
<br />
<br />
add two lines<br />
<br />
                          if (&#36;forumpermissions['canviewthreads'] == 1 &amp;&amp; &#36;post['visible'] == 1) {<br />
                                    &#36;url = get_post_link(&#36;pid, &#36;thread['tid']);<br />
                                    &#36;addon = "#pid"; <br />
                                    &#36;url = &#36;url . &#36;addon . &#36;pid;<br />
                                }<br />
<br />
<br />
<br />
The result is a correct "standard" URL, without SEO mods:<br />
....showthread.php?tid=32&amp;pid=59#pid59<br />
<br />
Seems to work fine for now.  <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[After submitting to a new reply the user doesn't see their entry - just the top of the thread. The URL is ( ....showthread.php?tid=37&amp;pid=57 ) and needs to be ( ....showthread.php?tid=37&amp;pid=57#pid57 ) <br />
<br />
<br />
Version<br />
2.6.7<br />
<br />
Thank you.<br />
<hr class="mycode_hr" />
Update: I have it working with a quick hack, and a real, "more professional" fix would be nice in the future.  <br />
<br />
form.php line 349<br />
<br />
find<br />
<br />
                              if (&#36;forumpermissions['canviewthreads'] == 1 &amp;&amp; &#36;post['visible'] == 1) {<br />
                                    &#36;url = get_post_link(&#36;pid, &#36;thread['tid']);<br />
                                }<br />
<br />
<br />
<br />
add two lines<br />
<br />
                          if (&#36;forumpermissions['canviewthreads'] == 1 &amp;&amp; &#36;post['visible'] == 1) {<br />
                                    &#36;url = get_post_link(&#36;pid, &#36;thread['tid']);<br />
                                    &#36;addon = "#pid"; <br />
                                    &#36;url = &#36;url . &#36;addon . &#36;pid;<br />
                                }<br />
<br />
<br />
<br />
The result is a correct "standard" URL, without SEO mods:<br />
....showthread.php?tid=32&amp;pid=59#pid59<br />
<br />
Seems to work fine for now.  <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Inferno Shoutbox - archive]]></title>
			<link>https://community.mybb.com/thread-242902.html</link>
			<pubDate>Sat, 08 Feb 2025 12:56:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=148303">KarinaB</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242902.html</guid>
			<description><![CDATA[Hi and good afternoon !<br />
<br />
The shoutbox works great, but:<br />
<br />
Is it possible for the Admin to delete shouts in the archive? It would be much easier to "clean up" the archive if I could delete more than one shout all at once. <br />
<br />
And the other "problem" ist that Font Awsome Icons are not shown in the Default theme, only in the second - responsive theme. <br />
<br />
Thanks in advance  <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Karin]]></description>
			<content:encoded><![CDATA[Hi and good afternoon !<br />
<br />
The shoutbox works great, but:<br />
<br />
Is it possible for the Admin to delete shouts in the archive? It would be much easier to "clean up" the archive if I could delete more than one shout all at once. <br />
<br />
And the other "problem" ist that Font Awsome Icons are not shown in the Default theme, only in the second - responsive theme. <br />
<br />
Thanks in advance  <img src="https://community.mybb.com/images/smilies/smile.gif" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Karin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[1.8 thread view plugin]]></title>
			<link>https://community.mybb.com/thread-242901.html</link>
			<pubDate>Sat, 08 Feb 2025 11:59:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157492">Horst_Ziegler</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242901.html</guid>
			<description><![CDATA[Hi,<br />
I would like to see who read my threads. I could not find a suitable plugin except for 1.1 which runs in error by activation. Is no version for 1.8 available?<br />
<br />
Thanks<br />
Horst]]></description>
			<content:encoded><![CDATA[Hi,<br />
I would like to see who read my threads. I could not find a suitable plugin except for 1.1 which runs in error by activation. Is no version for 1.8 available?<br />
<br />
Thanks<br />
Horst]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error 500 on showthread.php using Caddy]]></title>
			<link>https://community.mybb.com/thread-242899.html</link>
			<pubDate>Fri, 07 Feb 2025 16:52:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157533">zayd</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242899.html</guid>
			<description><![CDATA[I'm using a near-stock MyBB install and it's giving error 500 whenever I try to view a thread from either a guest account or my admin account.<br />
<br />
Webserver: Caddy v2.8.4<br />
OS: Alpine Linux v3.21 (Linux 6.12.8-0-rpi)<br />
MyBB version: 1.8.38<br />
PHP version: 8.3.16<br />
Database: MariaDB<br />
SQL Engine: MySQLi 11.4.4<br />
<br />
My Caddy config for the forum is this:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">http://address {
	root * /srv/http/forum
	php_fastcgi 127.0.0.1:9000
	file_server
}</code></pre><br />
I didn't install any plugins or themes or anything to the forum, the only things I changed were adding new boards and changing permissions.<br />
<br />
I'm not sure if this would affect things but I am using Yggdrasil to host it. I don't think that's what's causing the problem though, but it's not impossible.<br />
<br />
I had this same problem on phpBB though in more cases, so it's very likely my Caddy config acting weird.]]></description>
			<content:encoded><![CDATA[I'm using a near-stock MyBB install and it's giving error 500 whenever I try to view a thread from either a guest account or my admin account.<br />
<br />
Webserver: Caddy v2.8.4<br />
OS: Alpine Linux v3.21 (Linux 6.12.8-0-rpi)<br />
MyBB version: 1.8.38<br />
PHP version: 8.3.16<br />
Database: MariaDB<br />
SQL Engine: MySQLi 11.4.4<br />
<br />
My Caddy config for the forum is this:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">http://address {
	root * /srv/http/forum
	php_fastcgi 127.0.0.1:9000
	file_server
}</code></pre><br />
I didn't install any plugins or themes or anything to the forum, the only things I changed were adding new boards and changing permissions.<br />
<br />
I'm not sure if this would affect things but I am using Yggdrasil to host it. I don't think that's what's causing the problem though, but it's not impossible.<br />
<br />
I had this same problem on phpBB though in more cases, so it's very likely my Caddy config acting weird.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyAlert error on .index.php]]></title>
			<link>https://community.mybb.com/thread-242898.html</link>
			<pubDate>Fri, 07 Feb 2025 10:47:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=84390">IvanFGK</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242898.html</guid>
			<description><![CDATA[<span style="color: #242424;" class="mycode_color">[font='Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif]Sorry guys,<br />
 I recently installed the MyAlert plugin and everything went well, but I don't understand why I get this error when I go to the index page: <br />
<a href="https://www.civilizationitalia.it/myforum/index.php" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum/index.php</a><br />
 while everything works correctly if I don't go to the index: <a href="https://www.civilizationitalia.it/myforum" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum</a> <br />
I cleared the forum cache from the administration panel, how can I remove the error?[/font]</span><br />
<br />
<br />
<span style="color: #242424;" class="mycode_color">[font='Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif]The MyAlerts plugin is aborting execution because it could not read the required MyBBStuff Plugins.Core ClassLoader file at "/web/htdocs/www.civilizationitalia.it/home/myforum/inc/plugins/MybbStuff/Core/ClassLoader.php". Please install that file from <a href="https://raw.githubusercontent.com/MyBBStuff/Plugins.Core/master/ClassLoader.php" target="_blank" rel="noopener" class="mycode_url">here</a> before continuing. [/font]</span>]]></description>
			<content:encoded><![CDATA[<span style="color: #242424;" class="mycode_color">[font='Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif]Sorry guys,<br />
 I recently installed the MyAlert plugin and everything went well, but I don't understand why I get this error when I go to the index page: <br />
<a href="https://www.civilizationitalia.it/myforum/index.php" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum/index.php</a><br />
 while everything works correctly if I don't go to the index: <a href="https://www.civilizationitalia.it/myforum" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum</a> <br />
I cleared the forum cache from the administration panel, how can I remove the error?[/font]</span><br />
<br />
<br />
<span style="color: #242424;" class="mycode_color">[font='Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif]The MyAlerts plugin is aborting execution because it could not read the required MyBBStuff Plugins.Core ClassLoader file at "/web/htdocs/www.civilizationitalia.it/home/myforum/inc/plugins/MybbStuff/Core/ClassLoader.php". Please install that file from <a href="https://raw.githubusercontent.com/MyBBStuff/Plugins.Core/master/ClassLoader.php" target="_blank" rel="noopener" class="mycode_url">here</a> before continuing. [/font]</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mybblog in sidebar]]></title>
			<link>https://community.mybb.com/thread-242897.html</link>
			<pubDate>Fri, 07 Feb 2025 10:41:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=84390">IvanFGK</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242897.html</guid>
			<description><![CDATA[Hello everyone,<br />
I would like to implement to view the articles I write on the mybblog page <a href="https://www.civilizationitalia.it/myforum/mybblog.php" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum/mybblog.php</a> in the sidebar on the index of my forum <a href="https://www.civilizationitalia.it/myforum" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum</a> or place it at the top where the blue 'hello pluginlibrary' banner is currently. How can I do this?<br />
Is it possible to remove the latest discussions from the sidebar?<br />
Thanks a lot!]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
I would like to implement to view the articles I write on the mybblog page <a href="https://www.civilizationitalia.it/myforum/mybblog.php" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum/mybblog.php</a> in the sidebar on the index of my forum <a href="https://www.civilizationitalia.it/myforum" target="_blank" rel="noopener" class="mycode_url">https://www.civilizationitalia.it/myforum</a> or place it at the top where the blue 'hello pluginlibrary' banner is currently. How can I do this?<br />
Is it possible to remove the latest discussions from the sidebar?<br />
Thanks a lot!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Slow sending of private messages]]></title>
			<link>https://community.mybb.com/thread-242893.html</link>
			<pubDate>Thu, 06 Feb 2025 23:41:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=146924">Digital Hedonia</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242893.html</guid>
			<description><![CDATA[I've noticed a peculiar problem and I'm wondering if anyone can offer some suggestions.<br />
<br />
Sending PMs is excruciatingly slow on my forum. Oddly though, this only impacts regular member accounts and not administrator or super moderator accounts. The latter don't experience slowness when sending a private message -- this is limited only to regular accounts.<br />
<br />
Does anyone have any idea as to what the cause might be? I've disabled all PM-related plugins. It's worth noting that this problem arose after migrating to a new server. Beforehand, no such issue.<br />
<hr class="mycode_hr" />
I've disabled the PM flood limit. This appears to be the source of the problem.<br />
<br />
Does anyone know why this would suddenly be a problem? It wasn't on my previous server. I'd guess it's slowing down due to the database check (my PM database has 600,000 entries) and perhaps my previous server was optimized in such a way as to not make this a problem. Any suggestions to fix or even just improve this would be greatly appreciated.]]></description>
			<content:encoded><![CDATA[I've noticed a peculiar problem and I'm wondering if anyone can offer some suggestions.<br />
<br />
Sending PMs is excruciatingly slow on my forum. Oddly though, this only impacts regular member accounts and not administrator or super moderator accounts. The latter don't experience slowness when sending a private message -- this is limited only to regular accounts.<br />
<br />
Does anyone have any idea as to what the cause might be? I've disabled all PM-related plugins. It's worth noting that this problem arose after migrating to a new server. Beforehand, no such issue.<br />
<hr class="mycode_hr" />
I've disabled the PM flood limit. This appears to be the source of the problem.<br />
<br />
Does anyone know why this would suddenly be a problem? It wasn't on my previous server. I'd guess it's slowing down due to the database check (my PM database has 600,000 entries) and perhaps my previous server was optimized in such a way as to not make this a problem. Any suggestions to fix or even just improve this would be greatly appreciated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2$ Year Unlimited MyBB Hosting]]></title>
			<link>https://community.mybb.com/thread-242892.html</link>
			<pubDate>Thu, 06 Feb 2025 09:49:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=11194">Løque</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242892.html</guid>
			<description><![CDATA[<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: #FF6600;" class="mycode_color">Unlimited MyBB Hosting Services</span> 🚀</span></span></div>
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Looking for reliable, fast, and feature-packed hosting for your MyBB forum? Look no further!</span></span></div>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">🌟 <span style="color: #009900;" class="mycode_color">Why Choose Us?</span> 🌟</span></span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Unlimited Posts &amp; Members</span> – Grow your forum without limits! No restrictions on the number of posts or members.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Blazing Fast Servers</span> – Enjoy lightning-fast loading times for your forum with our high-performance servers.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">99.9% Uptime Guarantee</span> – Your forum will always be online and accessible to your users.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">24/7 Expert Support</span> – A team is available to assist you with any issues.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Easy MyBB Installation</span> – We install it for you.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Fully customizable</span> with plugins and themes.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Free SSL Certificate</span> – Secure your forum with a free SSL certificate.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Backups</span> – Your data is safe with automatic backups.<br />
</li>
</ul>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">💻 <span style="color: #0066CC;" class="mycode_color">Hosting Plan</span> 💻</span></span><br />
<ul class="mycode_list"><li>Unlimited DB size<br />
</li>
<li>Email accounts<br />
</li>
<li>FTP<br />
</li>
<li>1GB for files upgradable<br />
</li>
<li>30GB bandwidth upgradable<br />
</li>
<li>Domain not included<br />
</li>
</ul>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">📞 <span style="color: #6600CC;" class="mycode_color">Contact Us</span></span></span><br />
<ul class="mycode_list"><li>💬 Send a PM!<br />
</li>
</ul>
<br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Don’t wait! Start your MyBB forum today with the best hosting service in the market. 🚀</span></span></div>]]></description>
			<content:encoded><![CDATA[<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: #FF6600;" class="mycode_color">Unlimited MyBB Hosting Services</span> 🚀</span></span></div>
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Looking for reliable, fast, and feature-packed hosting for your MyBB forum? Look no further!</span></span></div>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">🌟 <span style="color: #009900;" class="mycode_color">Why Choose Us?</span> 🌟</span></span><br />
<ul class="mycode_list"><li><span style="font-weight: bold;" class="mycode_b">Unlimited Posts &amp; Members</span> – Grow your forum without limits! No restrictions on the number of posts or members.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Blazing Fast Servers</span> – Enjoy lightning-fast loading times for your forum with our high-performance servers.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">99.9% Uptime Guarantee</span> – Your forum will always be online and accessible to your users.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">24/7 Expert Support</span> – A team is available to assist you with any issues.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Easy MyBB Installation</span> – We install it for you.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Fully customizable</span> with plugins and themes.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Free SSL Certificate</span> – Secure your forum with a free SSL certificate.<br />
</li>
<li><span style="font-weight: bold;" class="mycode_b">Backups</span> – Your data is safe with automatic backups.<br />
</li>
</ul>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">💻 <span style="color: #0066CC;" class="mycode_color">Hosting Plan</span> 💻</span></span><br />
<ul class="mycode_list"><li>Unlimited DB size<br />
</li>
<li>Email accounts<br />
</li>
<li>FTP<br />
</li>
<li>1GB for files upgradable<br />
</li>
<li>30GB bandwidth upgradable<br />
</li>
<li>Domain not included<br />
</li>
</ul>
<br />
<br />
<span style="font-size: large;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">📞 <span style="color: #6600CC;" class="mycode_color">Contact Us</span></span></span><br />
<ul class="mycode_list"><li>💬 Send a PM!<br />
</li>
</ul>
<br />
<br />
<div style="text-align: center;" class="mycode_align"><span style="font-size: medium;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Don’t wait! Start your MyBB forum today with the best hosting service in the market. 🚀</span></span></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[google penalized my site due to lots of garbage links mybb produce]]></title>
			<link>https://community.mybb.com/thread-242888.html</link>
			<pubDate>Thu, 06 Feb 2025 03:56:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157516">vishalvp1092</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242888.html</guid>
			<description><![CDATA[i was using mybb, i had around 3000 posts but mybb dont show nofollow attribute on these garbage links,sorry for my english, there lots of errors now google deindexed my site. this should be default for links like these to have nofollow attribute.<!-- 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=47688" target="_blank" title="2025-02-06, 03:56 AM">f965a116-5572-4d66-b510-9ea37d0b2be0.png</a> (Size: 161.97 KB / Downloads: 53)
<!-- end: postbit_attachments_attachment --><!-- 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=47689" target="_blank" title="2025-02-06, 03:56 AM">b5ee6ba0-44bf-4cbe-a7e1-ee571cef0ddc.png</a> (Size: 63.35 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[i was using mybb, i had around 3000 posts but mybb dont show nofollow attribute on these garbage links,sorry for my english, there lots of errors now google deindexed my site. this should be default for links like these to have nofollow attribute.<!-- 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=47688" target="_blank" title="2025-02-06, 03:56 AM">f965a116-5572-4d66-b510-9ea37d0b2be0.png</a> (Size: 161.97 KB / Downloads: 53)
<!-- end: postbit_attachments_attachment --><!-- 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=47689" target="_blank" title="2025-02-06, 03:56 AM">b5ee6ba0-44bf-4cbe-a7e1-ee571cef0ddc.png</a> (Size: 63.35 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mybb support php 8.4?]]></title>
			<link>https://community.mybb.com/thread-242887.html</link>
			<pubDate>Thu, 06 Feb 2025 01:26:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=108348">Augustino7</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242887.html</guid>
			<description><![CDATA[Hi<br />
<br />
mybb support php 8.4.x? without problems<br />
<br />
Best regards]]></description>
			<content:encoded><![CDATA[Hi<br />
<br />
mybb support php 8.4.x? without problems<br />
<br />
Best regards]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Change Logo]]></title>
			<link>https://community.mybb.com/thread-242886.html</link>
			<pubDate>Wed, 05 Feb 2025 23:52:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157514">kenlhlp</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242886.html</guid>
			<description><![CDATA[Hello,<br />
<br />
How can I replace the header Logo with text.<br />
<br />
Than  you,<br />
Ken]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
How can I replace the header Logo with text.<br />
<br />
Than  you,<br />
Ken]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quick Reply Issue]]></title>
			<link>https://community.mybb.com/thread-242885.html</link>
			<pubDate>Wed, 05 Feb 2025 16:09:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=124232">M!X0R</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242885.html</guid>
			<description><![CDATA[Hello every one, I'm a User of mybb since 2018 I was started with v1.18 that time and every time I get new updates I install it<br />
<br />
with Latest Update I got a Problem is when a post is sent through the <span style="font-weight: bold;" class="mycode_b">Quick Reply</span> feature, but the text stays in the editor after the post is submitted and spinner.gif stay on the page, I was thinking it was from Rin Editor first time then I've disabled all plugin to check the issue but even on Quick Reply of mybb same problem...<br />
<br />
I tried with the Inspector and I got this errors <br />
<br />
<a href="https://i.imgur.com/7XoxEvN.png" target="_blank" rel="noopener" class="mycode_url">https://i.imgur.com/7XoxEvN.png</a><br />
<br />
any one can help me to fix this issue ?]]></description>
			<content:encoded><![CDATA[Hello every one, I'm a User of mybb since 2018 I was started with v1.18 that time and every time I get new updates I install it<br />
<br />
with Latest Update I got a Problem is when a post is sent through the <span style="font-weight: bold;" class="mycode_b">Quick Reply</span> feature, but the text stays in the editor after the post is submitted and spinner.gif stay on the page, I was thinking it was from Rin Editor first time then I've disabled all plugin to check the issue but even on Quick Reply of mybb same problem...<br />
<br />
I tried with the Inspector and I got this errors <br />
<br />
<a href="https://i.imgur.com/7XoxEvN.png" target="_blank" rel="noopener" class="mycode_url">https://i.imgur.com/7XoxEvN.png</a><br />
<br />
any one can help me to fix this issue ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Blog Mybb plugin]]></title>
			<link>https://community.mybb.com/thread-242882.html</link>
			<pubDate>Wed, 05 Feb 2025 09:34:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=132128">MixRo</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242882.html</guid>
			<description><![CDATA[Hi i need some one that can create a blog plugin something similar like this : <a href="https://community.mybb.com/mods.php?action=view&amp;pid=221" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=221</a><br />
<br />
With an addition of a sidebar on a blog page and one in index forum.]]></description>
			<content:encoded><![CDATA[Hi i need some one that can create a blog plugin something similar like this : <a href="https://community.mybb.com/mods.php?action=view&amp;pid=221" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=221</a><br />
<br />
With an addition of a sidebar on a blog page and one in index forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom Theme]]></title>
			<link>https://community.mybb.com/thread-242881.html</link>
			<pubDate>Wed, 05 Feb 2025 02:36:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=157245">mystic69100</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-242881.html</guid>
			<description><![CDATA[Would anybody have a theme similar to patched or nulled<br />
<br />
I really like the designs of these themes]]></description>
			<content:encoded><![CDATA[Would anybody have a theme similar to patched or nulled<br />
<br />
I really like the designs of these themes]]></content:encoded>
		</item>
	</channel>
</rss>