<?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 - MyBB 1.4.6]]></title>
		<link>https://community.mybb.com/</link>
		<description><![CDATA[MyBB Community Forums - https://community.mybb.com]]></description>
		<pubDate>Fri, 12 Jun 2026 21:37:23 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[F] change permission for admin user]]></title>
			<link>https://community.mybb.com/thread-51407.html</link>
			<pubDate>Tue, 16 Jun 2009 08:36:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=12969">ChrisR</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-51407.html</guid>
			<description><![CDATA[When i try and change some admincp permission for a admin user it gives off this error<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1364 - Field 'notes' doesn't have a default value
Query:
    INSERT INTO mybb_adminoptions (`uid`,`permissions`) VALUES ('2','a:1:{s:6:\&quot;config\&quot;;a:15:{s:8:\&quot;settings\&quot;;s:1:\&quot;1\&quot;;s:7:\&quot;banning\&quot;;s:1:\&quot;0\&quot;;s:14:\&quot;profile_fields\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;smilies\&quot;;s:1:\&quot;0\&quot;;s:8:\&quot;badwords\&quot;;s:1:\&quot;0\&quot;;s:6:\&quot;mycode\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;languages\&quot;;s:1:\&quot;0\&quot;;s:10:\&quot;post_icons\&quot;;s:1:\&quot;0\&quot;;s:14:\&quot;help_documents\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;plugins\&quot;;s:1:\&quot;0\&quot;;s:16:\&quot;attachment_types\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;spiders\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;calendars\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;warning\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;mod_tools\&quot;;s:1:\&quot;0\&quot;;}}') 
</code></pre><br />
Using:<br />
Webserver: IIS7<br />
php: 5.2.9-2<br />
mysql: MySQLi 5.0.83]]></description>
			<content:encoded><![CDATA[When i try and change some admincp permission for a admin user it gives off this error<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1364 - Field 'notes' doesn't have a default value
Query:
    INSERT INTO mybb_adminoptions (`uid`,`permissions`) VALUES ('2','a:1:{s:6:\&quot;config\&quot;;a:15:{s:8:\&quot;settings\&quot;;s:1:\&quot;1\&quot;;s:7:\&quot;banning\&quot;;s:1:\&quot;0\&quot;;s:14:\&quot;profile_fields\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;smilies\&quot;;s:1:\&quot;0\&quot;;s:8:\&quot;badwords\&quot;;s:1:\&quot;0\&quot;;s:6:\&quot;mycode\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;languages\&quot;;s:1:\&quot;0\&quot;;s:10:\&quot;post_icons\&quot;;s:1:\&quot;0\&quot;;s:14:\&quot;help_documents\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;plugins\&quot;;s:1:\&quot;0\&quot;;s:16:\&quot;attachment_types\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;spiders\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;calendars\&quot;;s:1:\&quot;0\&quot;;s:7:\&quot;warning\&quot;;s:1:\&quot;0\&quot;;s:9:\&quot;mod_tools\&quot;;s:1:\&quot;0\&quot;;}}') 
</code></pre><br />
Using:<br />
Webserver: IIS7<br />
php: 5.2.9-2<br />
mysql: MySQLi 5.0.83]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Plugins with Admin CP Hooks run on Plugin Updates page]]></title>
			<link>https://community.mybb.com/thread-51377.html</link>
			<pubDate>Mon, 15 Jun 2009 18:43:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13144">DougSD</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-51377.html</guid>
			<description><![CDATA[If a plugin uses an Admin CP hook (admin_page_output_header in this case), it runs when you visit the Plugin Updates page. In my case, the "Fast Menus" plugin by dvb runs. I've been able to reproduce it with my own plugin. I've attached it.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/php.gif" title="PHP File" border="0" alt=".php" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14324" target="_blank" title="">adminheadertest.php</a> (Size: 638 bytes / Downloads: 502)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[If a plugin uses an Admin CP hook (admin_page_output_header in this case), it runs when you visit the Plugin Updates page. In my case, the "Fast Menus" plugin by dvb runs. I've been able to reproduce it with my own plugin. I've attached it.<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/php.gif" title="PHP File" border="0" alt=".php" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14324" target="_blank" title="">adminheadertest.php</a> (Size: 638 bytes / Downloads: 502)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Syndication.php MySQL Error (Limit Option) [R] [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-51257.html</link>
			<pubDate>Sat, 13 Jun 2009 11:01:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=20987">iNJECTOR™</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-51257.html</guid>
			<description><![CDATA[Hi,<br />
<br />
Some of my friends was founded this bug (Low Level) on syndication.php.<br />
<br />
its for limit option. if lower than -1 it will be error.<br />
<br />
i edited this file and here i attached the patch for this bug.<br />
<br />
Simple bug : <a href="http://community.mybboard.net/syndication.php?limit=-1" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndication.php?limit=-1</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/php.gif" title="PHP File" border="0" alt=".php" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14280" target="_blank" title="">syndication.php</a> (Size: 4.02 KB / Downloads: 514)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Some of my friends was founded this bug (Low Level) on syndication.php.<br />
<br />
its for limit option. if lower than -1 it will be error.<br />
<br />
i edited this file and here i attached the patch for this bug.<br />
<br />
Simple bug : <a href="http://community.mybboard.net/syndication.php?limit=-1" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/syndication.php?limit=-1</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/php.gif" title="PHP File" border="0" alt=".php" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14280" target="_blank" title="">syndication.php</a> (Size: 4.02 KB / Downloads: 514)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Archive - SQL bug fetching attachments/posts with abandoned thread [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-51054.html</link>
			<pubDate>Tue, 09 Jun 2009 07:41:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=2799">koziolek</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-51054.html</guid>
			<description><![CDATA[MyBB 1.4.6<br />
<br />
Error log contains:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;error&gt;
        &lt;dateline&gt;1244532827&lt;/dateline&gt;
        &lt;script&gt;&lt;/script&gt;
        &lt;line&gt;0&lt;/line&gt;
        &lt;type&gt;20&lt;/type&gt;
        &lt;friendly_type&gt;MyBB SQL Error&lt;/friendly_type&gt;
        &lt;message&gt;SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Query: SELECT * FROM mybb_attachments WHERE pid IN ()&lt;/message&gt;
&lt;/error&gt;</code></pre>while accessing "abandoned" threads in archive mode. With "abandoned" I mean threads which exists in mybb_threads table but do not have any posts in mybb_posts - probably because of MyBB or DB error (e.g. restarting DB server, timeout, race condition etc.).<br />
<br />
Simple patch: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/txt.gif" title="" border="0" alt=".diff" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14188" target="_blank" title="">710_mybb_1.4.6_index_sql_attachments_pids_bug.diff</a> (Size: 422 bytes / Downloads: 692)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[MyBB 1.4.6<br />
<br />
Error log contains:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;error&gt;
        &lt;dateline&gt;1244532827&lt;/dateline&gt;
        &lt;script&gt;&lt;/script&gt;
        &lt;line&gt;0&lt;/line&gt;
        &lt;type&gt;20&lt;/type&gt;
        &lt;friendly_type&gt;MyBB SQL Error&lt;/friendly_type&gt;
        &lt;message&gt;SQL Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
Query: SELECT * FROM mybb_attachments WHERE pid IN ()&lt;/message&gt;
&lt;/error&gt;</code></pre>while accessing "abandoned" threads in archive mode. With "abandoned" I mean threads which exists in mybb_threads table but do not have any posts in mybb_posts - probably because of MyBB or DB error (e.g. restarting DB server, timeout, race condition etc.).<br />
<br />
Simple patch: <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://community.mybb.com/images/attachtypes/txt.gif" title="" border="0" alt=".diff" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=14188" target="_blank" title="">710_mybb_1.4.6_index_sql_attachments_pids_bug.diff</a> (Size: 422 bytes / Downloads: 692)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Birthday without day [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-50833.html</link>
			<pubDate>Thu, 04 Jun 2009 21:10:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50833.html</guid>
			<description><![CDATA[If you do not choose the day of your birthday and just the month and the year you get this on the profile page:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Date of Birth: <span style="color: #FF0000;" class="mycode_color">00</span>.11.83 (25 years old)</blockquote>
Another user reported that in his forums the date of last day of the month before is shown if he does not choose a day.]]></description>
			<content:encoded><![CDATA[If you do not choose the day of your birthday and just the month and the year you get this on the profile page:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Date of Birth: <span style="color: #FF0000;" class="mycode_color">00</span>.11.83 (25 years old)</blockquote>
Another user reported that in his forums the date of last day of the month before is shown if he does not choose a day.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Search Bug w/ "and" [R] [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-50441.html</link>
			<pubDate>Wed, 27 May 2009 17:39:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=2877">User 2877</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50441.html</guid>
			<description><![CDATA[If you search "and" (without quotes) you get error:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>SQL Error:<br />
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3<br />
Query:<br />
SELECT t.tid, t.firstpost FROM mybb_threads t WHERE 1=1 AND t.visible &gt;= '0' AND t.closed NOT LIKE 'moved|%' AND ()</blockquote>
<br />
Doesn't happen here at Mybboard.net but it does at HF, Mybbcentral, mybbsource, mybbfans, and my clean install beta board.  <br />
<br />
It doesn't happen a few sites so not sure what the difference is. I run mysqli version 5 on my sites.]]></description>
			<content:encoded><![CDATA[If you search "and" (without quotes) you get error:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>SQL Error:<br />
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3<br />
Query:<br />
SELECT t.tid, t.firstpost FROM mybb_threads t WHERE 1=1 AND t.visible &gt;= '0' AND t.closed NOT LIKE 'moved|%' AND ()</blockquote>
<br />
Doesn't happen here at Mybboard.net but it does at HF, Mybbcentral, mybbsource, mybbfans, and my clean install beta board.  <br />
<br />
It doesn't happen a few sites so not sure what the difference is. I run mysqli version 5 on my sites.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Missing space character [R] [C-Michael S.]]]></title>
			<link>https://community.mybb.com/thread-50324.html</link>
			<pubDate>Mon, 25 May 2009 00:23:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50324.html</guid>
			<description><![CDATA[Just a tiny issue: There's a space character missing in the text below a poll:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[Show Result<span style="color: #FF0000;" class="mycode_color">s|</span> Edit poll]</blockquote>
Possible fix: In showthread.php find:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$edit_poll = &quot;| &lt;a href=\&quot;polls.php?action=editpoll&amp;amp;pid={$poll['pid']}\&quot;&gt;{$lang-&gt;edit_poll}&lt;/a&gt;&quot;;
</code></pre>Replace with:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$edit_poll = &quot; | &lt;a href=\&quot;polls.php?action=editpoll&amp;amp;pid={$poll['pid']}\&quot;&gt;{$lang-&gt;edit_poll}&lt;/a&gt;&quot;;
</code></pre>]]></description>
			<content:encoded><![CDATA[Just a tiny issue: There's a space character missing in the text below a poll:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[Show Result<span style="color: #FF0000;" class="mycode_color">s|</span> Edit poll]</blockquote>
Possible fix: In showthread.php find:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$edit_poll = &quot;| &lt;a href=\&quot;polls.php?action=editpoll&amp;amp;pid={$poll['pid']}\&quot;&gt;{$lang-&gt;edit_poll}&lt;/a&gt;&quot;;
</code></pre>Replace with:<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$edit_poll = &quot; | &lt;a href=\&quot;polls.php?action=editpoll&amp;amp;pid={$poll['pid']}\&quot;&gt;{$lang-&gt;edit_poll}&lt;/a&gt;&quot;;
</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Missing </tr> in Template modcp_ipsearch_result [R] [C-Michael S.]]]></title>
			<link>https://community.mybb.com/thread-50323.html</link>
			<pubDate>Mon, 25 May 2009 00:19:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=895">Michael S.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50323.html</guid>
			<description><![CDATA[The closing &lt;/tr&gt; is missing at the end of the template modcp_ipsearch_result.<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;tr&gt;
  &lt;td class=&quot;{$trow}&quot; align=&quot;center&quot;&gt;{$ip}&lt;/td&gt;
  &lt;td class=&quot;{$trow}&quot;&gt;{$subject}&lt;/td&gt;</code></pre>]]></description>
			<content:encoded><![CDATA[The closing &lt;/tr&gt; is missing at the end of the template modcp_ipsearch_result.<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;tr&gt;
  &lt;td class=&quot;{$trow}&quot; align=&quot;center&quot;&gt;{$ip}&lt;/td&gt;
  &lt;td class=&quot;{$trow}&quot;&gt;{$subject}&lt;/td&gt;</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Validation Issue [C-Chris W B.]]]></title>
			<link>https://community.mybb.com/thread-50291.html</link>
			<pubDate>Sat, 23 May 2009 21:46:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=14621">Tomm M</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50291.html</guid>
			<description><![CDATA[There's a small html validation issue with forum names. If I'm being too picky, then mark this as bogus - I know a few MyBB pages don't validate either.<br />
<br />
Take a look at <a href="http://community.mybboard.net/thread-50267.html" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">this thread</span></a>. Notice the title:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;title&gt;Bug test &amp;amp; Stuff&lt;/title&gt;</code></pre><br />
But, notice the navigation (esp: Testing &amp; Trashing):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;navigation&quot;&gt;
&lt;a href=&quot;http://community.mybboard.net/index.php&quot;&gt;MyBB Community Forums&lt;/a&gt;
 / 
&lt;a href=&quot;forum-12.html&quot;&gt;General Discussion&lt;/a&gt;
 / 
&lt;a href=&quot;forum-13.html&quot;&gt;Testing &amp; Trashing&lt;/a&gt;
 / 
&lt;span class=&quot;active&quot;&gt;Bug test &amp;amp; Stuff&lt;/span&gt;
&lt;/div&gt;</code></pre><br />
To fix this, I would suggest this change. In ./inc/functions.php, find (around line 2888):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				$navsize = count($navbits);
				$navbits[$navsize]['name'] = $forumnav['name'];</code></pre><br />
Replace with:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				$navsize = count($navbits);
				$navbits[$navsize]['name'] = htmlspecialchars_uni($forumnav['name']);</code></pre><br />
The forumdisplay is also effected: <a href="http://community.mybboard.net/forum-13.html" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forum-13.html</a> - I'm thinking it's because the forum name isn't put through htmlspecialchars_uni like other pages (like showthread - note Bug test &amp; Stuff).<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;title&gt;MyBB Community Forums - Testing &amp; Trashing &lt;/title&gt;</code></pre><br />
<pre class="block-code line-numbers language-none"><code class="language-none">			&lt;div&gt;
				&lt;strong&gt;Testing &amp; Trashing&lt;/strong&gt;
			&lt;/div&gt;</code></pre><br />
Suggest after<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$parentlist = $foruminfo['parentlist'];</code></pre><br />
adding<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$parentlist = $foruminfo['parentlist'];
$foruminfo['name'] = htmlspecialchars_uni($foruminfo['name']);</code></pre><br />
I think that cures this problem.]]></description>
			<content:encoded><![CDATA[There's a small html validation issue with forum names. If I'm being too picky, then mark this as bogus - I know a few MyBB pages don't validate either.<br />
<br />
Take a look at <a href="http://community.mybboard.net/thread-50267.html" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">this thread</span></a>. Notice the title:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;title&gt;Bug test &amp;amp; Stuff&lt;/title&gt;</code></pre><br />
But, notice the navigation (esp: Testing &amp; Trashing):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;div class=&quot;navigation&quot;&gt;
&lt;a href=&quot;http://community.mybboard.net/index.php&quot;&gt;MyBB Community Forums&lt;/a&gt;
 / 
&lt;a href=&quot;forum-12.html&quot;&gt;General Discussion&lt;/a&gt;
 / 
&lt;a href=&quot;forum-13.html&quot;&gt;Testing &amp; Trashing&lt;/a&gt;
 / 
&lt;span class=&quot;active&quot;&gt;Bug test &amp;amp; Stuff&lt;/span&gt;
&lt;/div&gt;</code></pre><br />
To fix this, I would suggest this change. In ./inc/functions.php, find (around line 2888):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				$navsize = count($navbits);
				$navbits[$navsize]['name'] = $forumnav['name'];</code></pre><br />
Replace with:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				$navsize = count($navbits);
				$navbits[$navsize]['name'] = htmlspecialchars_uni($forumnav['name']);</code></pre><br />
The forumdisplay is also effected: <a href="http://community.mybboard.net/forum-13.html" target="_blank" rel="noopener" class="mycode_url">http://community.mybboard.net/forum-13.html</a> - I'm thinking it's because the forum name isn't put through htmlspecialchars_uni like other pages (like showthread - note Bug test &amp; Stuff).<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;title&gt;MyBB Community Forums - Testing &amp; Trashing &lt;/title&gt;</code></pre><br />
<pre class="block-code line-numbers language-none"><code class="language-none">			&lt;div&gt;
				&lt;strong&gt;Testing &amp; Trashing&lt;/strong&gt;
			&lt;/div&gt;</code></pre><br />
Suggest after<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$parentlist = $foruminfo['parentlist'];</code></pre><br />
adding<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">$parentlist = $foruminfo['parentlist'];
$foruminfo['name'] = htmlspecialchars_uni($foruminfo['name']);</code></pre><br />
I think that cures this problem.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Akismet plugin username link problem [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-50287.html</link>
			<pubDate>Sat, 23 May 2009 19:37:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=1331">Chris W. B.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50287.html</guid>
			<description><![CDATA[When viewing "Detected Spam Messages" in the admin with the Akismet plugin, the spammers username links to <a href="http://forumurl.com/admin/user-1.html" target="_blank" rel="noopener" class="mycode_url">http://forumurl.com/admin/user-1.html</a> instead of <a href="http://forumurl.com/user-1.html" target="_blank" rel="noopener" class="mycode_url">http://forumurl.com/user-1.html</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reproduce Steps</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">1.</span> When you have posts flagged as spam, go to index.php?module=forum/akismet in the admin cp.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2.</span> Beside the title of the spam post, there will be "Username &lt;namehere&gt;" - &lt;namehere&gt; will linked, which is broken.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Proposed Fix</span><br />
<br />
Open up inc/plugins/akismet.php<br />
<br />
Find:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">$username = &quot;&lt;a href=\&quot;&quot;.str_replace(&quot;{uid}&quot;, $post['uid'], PROFILE_URL).&quot;\&quot; target=\&quot;_blank\&quot;&gt;&quot;.format_name($post['username'], $post['usergroup'], $post['displaygroup']).&quot;&lt;/a&gt;&quot;;
</code></pre><br />
Replace with:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">$username = &quot;&lt;a href=\&quot;../&quot;.str_replace(&quot;{uid}&quot;, $post['uid'], PROFILE_URL).&quot;\&quot; target=\&quot;_blank\&quot;&gt;&quot;.format_name($post['username'], $post['usergroup'], $post['displaygroup']).&quot;&lt;/a&gt;&quot;;
</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Plugin Version:</span> 1.2.1<br />
<br />
Edit:<br />
<br />
Updated the code with  Ryan Gordon's fix in the event someone was to copy and paste it into there file.]]></description>
			<content:encoded><![CDATA[When viewing "Detected Spam Messages" in the admin with the Akismet plugin, the spammers username links to <a href="http://forumurl.com/admin/user-1.html" target="_blank" rel="noopener" class="mycode_url">http://forumurl.com/admin/user-1.html</a> instead of <a href="http://forumurl.com/user-1.html" target="_blank" rel="noopener" class="mycode_url">http://forumurl.com/user-1.html</a>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reproduce Steps</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">1.</span> When you have posts flagged as spam, go to index.php?module=forum/akismet in the admin cp.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2.</span> Beside the title of the spam post, there will be "Username &lt;namehere&gt;" - &lt;namehere&gt; will linked, which is broken.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Proposed Fix</span><br />
<br />
Open up inc/plugins/akismet.php<br />
<br />
Find:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">$username = &quot;&lt;a href=\&quot;&quot;.str_replace(&quot;{uid}&quot;, $post['uid'], PROFILE_URL).&quot;\&quot; target=\&quot;_blank\&quot;&gt;&quot;.format_name($post['username'], $post['usergroup'], $post['displaygroup']).&quot;&lt;/a&gt;&quot;;
</code></pre><br />
Replace with:<br />
<pre class="block-code line-numbers language-none"><code class="language-none">$username = &quot;&lt;a href=\&quot;../&quot;.str_replace(&quot;{uid}&quot;, $post['uid'], PROFILE_URL).&quot;\&quot; target=\&quot;_blank\&quot;&gt;&quot;.format_name($post['username'], $post['usergroup'], $post['displaygroup']).&quot;&lt;/a&gt;&quot;;
</code></pre><br />
<span style="font-weight: bold;" class="mycode_b">Plugin Version:</span> 1.2.1<br />
<br />
Edit:<br />
<br />
Updated the code with  Ryan Gordon's fix in the event someone was to copy and paste it into there file.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Ability to delete templates [C-Chris W B.]]]></title>
			<link>https://community.mybb.com/thread-50240.html</link>
			<pubDate>Fri, 22 May 2009 16:42:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=13556">Matt</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-50240.html</guid>
			<description><![CDATA[Just found an issue that can cause major issues for some people.<br />
<br />
Go to ACP &gt; Templates &amp; Style &gt; Templates &gt; Search/Replace &gt; do a name search for anything that will have a result. Choose a result, and click the name of it. Edit it, and save. Then, go to Go to ACP &gt; Templates &amp; Style &gt; Templates &gt; Search/Replace again, do the same name search, and you'll see the template name in the Global Templates; you can then delete this, meaning there is no version of that template anywhere, so it just loads a blank page (or blank area) when you go to the page that would load that template.<br />
<br />
This happens because when you get the results of the search, you're not clicking Options to choose the template set. IMO the template name should be unclickable, forcing you to click Options and choose a template set.<br />
<br />
Tested on 1.4.6 and SVN.]]></description>
			<content:encoded><![CDATA[Just found an issue that can cause major issues for some people.<br />
<br />
Go to ACP &gt; Templates &amp; Style &gt; Templates &gt; Search/Replace &gt; do a name search for anything that will have a result. Choose a result, and click the name of it. Edit it, and save. Then, go to Go to ACP &gt; Templates &amp; Style &gt; Templates &gt; Search/Replace again, do the same name search, and you'll see the template name in the Global Templates; you can then delete this, meaning there is no version of that template anywhere, so it just loads a blank page (or blank area) when you go to the page that would load that template.<br />
<br />
This happens because when you get the results of the search, you're not clicking Options to choose the template set. IMO the template name should be unclickable, forcing you to click Options and choose a template set.<br />
<br />
Tested on 1.4.6 and SVN.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] [typo] memcache.php [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-49888.html</link>
			<pubDate>Fri, 15 May 2009 08:18:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=14621">Tomm M</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-49888.html</guid>
			<description><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-php">            die(&quot;Plesse configure the memcache settings in inc/config.php before attempting to use this cache handler&quot;);</code></pre><br />
<span style="font-size: xx-small;" class="mycode_size">(As reported by Imad)</span>]]></description>
			<content:encoded><![CDATA[<pre class="block-code line-numbers language-none"><code class="language-php">            die(&quot;Plesse configure the memcache settings in inc/config.php before attempting to use this cache handler&quot;);</code></pre><br />
<span style="font-size: xx-small;" class="mycode_size">(As reported by Imad)</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] [pgsql] Reporting posts in unmoderated forums [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-49838.html</link>
			<pubDate>Thu, 14 May 2009 15:35:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=14621">Tomm M</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-49838.html</guid>
			<description><![CDATA[If the reported posts setting is for PM or Email, and there is no set moderator for the forum, you receive this error:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">SQL Error:
42883 - ERROR: function concat(text) does not exist LINE 4: LEFT JOIN mybb_usergroups g ON (((CONCAT(','|| u.addit... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. </code></pre><br />
Query is found in report.php:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">					$query = $db-&gt;query(&quot;
						SELECT u.username, u.email, u.receivepms, u.uid
						FROM &quot;.TABLE_PREFIX.&quot;users u
						LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (((CONCAT(','|| u.additionalgroups|| ',') LIKE CONCAT('%,'|| g.gid|| ',%')) OR u.usergroup = g.gid))
						WHERE (g.cancp=1 OR g.issupermod=1)
					&quot;);</code></pre><br />
As a fix, find (in report.php):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				case &quot;pgsql&quot;:
				case &quot;sqlite3&quot;:
				case &quot;sqlite2&quot;:</code></pre><br />
And replace with:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				case &quot;pgsql&quot;:
					$query = $db-&gt;query(&quot;
						SELECT u.username, u.email, u.receivepms, u.uid
						FROM &quot;.TABLE_PREFIX.&quot;users u
						LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (((','|| u.additionalgroups|| ',' LIKE '%,'|| g.gid|| ',%') OR u.usergroup = g.gid))
						WHERE (g.cancp=1 OR g.issupermod=1)
					&quot;);
					break;
				case &quot;sqlite3&quot;:
				case &quot;sqlite2&quot;:</code></pre>]]></description>
			<content:encoded><![CDATA[If the reported posts setting is for PM or Email, and there is no set moderator for the forum, you receive this error:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">SQL Error:
42883 - ERROR: function concat(text) does not exist LINE 4: LEFT JOIN mybb_usergroups g ON (((CONCAT(','|| u.addit... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts. </code></pre><br />
Query is found in report.php:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">					$query = $db-&gt;query(&quot;
						SELECT u.username, u.email, u.receivepms, u.uid
						FROM &quot;.TABLE_PREFIX.&quot;users u
						LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (((CONCAT(','|| u.additionalgroups|| ',') LIKE CONCAT('%,'|| g.gid|| ',%')) OR u.usergroup = g.gid))
						WHERE (g.cancp=1 OR g.issupermod=1)
					&quot;);</code></pre><br />
As a fix, find (in report.php):<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				case &quot;pgsql&quot;:
				case &quot;sqlite3&quot;:
				case &quot;sqlite2&quot;:</code></pre><br />
And replace with:<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-php">				case &quot;pgsql&quot;:
					$query = $db-&gt;query(&quot;
						SELECT u.username, u.email, u.receivepms, u.uid
						FROM &quot;.TABLE_PREFIX.&quot;users u
						LEFT JOIN &quot;.TABLE_PREFIX.&quot;usergroups g ON (((','|| u.additionalgroups|| ',' LIKE '%,'|| g.gid|| ',%') OR u.usergroup = g.gid))
						WHERE (g.cancp=1 OR g.issupermod=1)
					&quot;);
					break;
				case &quot;sqlite3&quot;:
				case &quot;sqlite2&quot;:</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] [typo] inc/cachehandlers/memcache.php [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-49461.html</link>
			<pubDate>Thu, 07 May 2009 13:09:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=17022">frostschutz</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-49461.html</guid>
			<description><![CDATA[there's no ?&gt; at the end of the file, the file just ends with <pre class="block-code line-numbers language-none"><code class="language-php">		return $lang-&gt;na;
	}
}</code></pre>]]></description>
			<content:encoded><![CDATA[there's no ?&gt; at the end of the file, the file just ends with <pre class="block-code line-numbers language-none"><code class="language-php">		return $lang-&gt;na;
	}
}</code></pre>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[F] Template problem with announcements and no threads [C-StefanT]]]></title>
			<link>https://community.mybb.com/thread-49898.html</link>
			<pubDate>Wed, 06 May 2009 19:51:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.mybb.com/member.php?action=profile&uid=14621">Tomm M</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.mybb.com/thread-49898.html</guid>
			<description><![CDATA[<a href="http://img30.imageshack.us/img30/5259/ss1c.jpg" target="_blank" rel="noopener" class="mycode_url">Screenshot</a> | <a href="http://img30.imageshack.us/img30/9658/ss2m.jpg" target="_blank" rel="noopener" class="mycode_url">Screenshot after fix</a><br />
<br />
Suggested template fix to resolve the folder/post icon columns being spaced when there is an announcement with no threads in the forum. In forumdisplay_announcements_announcement, replace<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot;&gt;&lt;img src=&quot;{$theme['imgdir']}/{$folder}.gif&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot;&gt;&amp;nbsp;&lt;/td&gt;</code></pre><br />
...with...<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot; width=&quot;2%&quot;&gt;&lt;img src=&quot;{$theme['imgdir']}/{$folder}.gif&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot; width=&quot;2%&quot;&gt;&amp;nbsp;&lt;/td&gt;</code></pre>]]></description>
			<content:encoded><![CDATA[<a href="http://img30.imageshack.us/img30/5259/ss1c.jpg" target="_blank" rel="noopener" class="mycode_url">Screenshot</a> | <a href="http://img30.imageshack.us/img30/9658/ss2m.jpg" target="_blank" rel="noopener" class="mycode_url">Screenshot after fix</a><br />
<br />
Suggested template fix to resolve the folder/post icon columns being spaced when there is an announcement with no threads in the forum. In forumdisplay_announcements_announcement, replace<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot;&gt;&lt;img src=&quot;{$theme['imgdir']}/{$folder}.gif&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot;&gt;&amp;nbsp;&lt;/td&gt;</code></pre><br />
...with...<br />
<br />
<pre class="block-code line-numbers language-none"><code class="language-none">&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot; width=&quot;2%&quot;&gt;&lt;img src=&quot;{$theme['imgdir']}/{$folder}.gif&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td align=&quot;center&quot; class=&quot;{$bgcolor}&quot; width=&quot;2%&quot;&gt;&amp;nbsp;&lt;/td&gt;</code></pre>]]></content:encoded>
		</item>
	</channel>
</rss>