<?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[Beta Forums - All Forums]]></title>
		<link>http://beta.thingiej.be/</link>
		<description><![CDATA[Beta Forums - http://beta.thingiej.be]]></description>
		<pubDate>Mon, 06 Sep 2010 10:20:44 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[[Readme&#93; Voting Contest.]]></title>
			<link>http://beta.thingiej.be/thread-248.html</link>
			<pubDate>Wed, 21 Jul 2010 15:01:49 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-248.html</guid>
			<description><![CDATA[<del>Long time no see MyBB !<br />
But need to ask you a favour ... A "friend" of mine entered a voting contest and needs as many votes as possible for winning the contest.<br />
Any change you could help me with a simple vote? Takes up to 20sec of your time ... <img src="http://beta.thingiej.be/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" /><br />
<br />
How to vote?<br />
Well go to <br />
<br />
<a href="http://www.nieuwsblad.be/ugc/photospecial/detail.aspx?id=49c743e4-7365-4f3b-b9ff-d9f96958b6fe" target="_blank">http://www.nieuwsblad.be/ugc/photospecia...f96958b6fe</a><br />
<br />
and press 'STEM OP DEZE FOTO', right below the picture on the right side (check the attachment if you don't understand the language <img src="http://beta.thingiej.be/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />)<br />
<br />
[attachment=119&#93;<br />
<br />
Many thanks in advance ! <br />
<br />
Ciao.</del>]]></description>
			<content:encoded><![CDATA[<del>Long time no see MyBB !<br />
But need to ask you a favour ... A "friend" of mine entered a voting contest and needs as many votes as possible for winning the contest.<br />
Any change you could help me with a simple vote? Takes up to 20sec of your time ... <img src="http://beta.thingiej.be/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" /><br />
<br />
How to vote?<br />
Well go to <br />
<br />
<a href="http://www.nieuwsblad.be/ugc/photospecial/detail.aspx?id=49c743e4-7365-4f3b-b9ff-d9f96958b6fe" target="_blank">http://www.nieuwsblad.be/ugc/photospecia...f96958b6fe</a><br />
<br />
and press 'STEM OP DEZE FOTO', right below the picture on the right side (check the attachment if you don't understand the language <img src="http://beta.thingiej.be/images/smilies/tongue.gif" style="vertical-align: middle;" border="0" alt="Tongue" title="Tongue" />)<br />
<br />
[attachment=119]<br />
<br />
Many thanks in advance ! <br />
<br />
Ciao.</del>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyBB&#93; About userfields]]></title>
			<link>http://beta.thingiej.be/thread-246.html</link>
			<pubDate>Fri, 30 Oct 2009 20:21:16 +0100</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-246.html</guid>
			<description><![CDATA[<ul>
<li><span style="font-weight: bold;">MyBB Version: 1.4.9</span></li>
<li><span style="font-weight: bold;">PHP Version: </span></li>
<li><span style="font-weight: bold;">MySQL(i) Version: </span></li>
<li><span style="font-weight: bold;">Forumlink: localhost</span></li>
<li><span style="font-weight: bold;">Screenshot: </span></li>
<li><span style="font-weight: bold;">Actions that lead to this issue: </span></li>
<li><span style="font-weight: bold;">Other Usefull Info: </span><br />
<br />
</li></ul>
<br />
I want to ask about Custom Profile Fields.<br />
<br />
I have a default custom profile fields. It is fid1 (Location) field. And I use {&#36;userfields['fid1'&#93;} to display this field value.<br />
<br />
I fill a simple javascript code in the field via usercp:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;<br />
document.write("Example Scripts");<br />
&lt;/script&gt;</code></div></div>
<br />
And the result is: Example Script.<br />
<br />
So, I think {&#36;userfields['fidx'&#93;} will render the script that filled in the custom user fields. It doesn't happen with {&#36;profilefields}.<br />
<br />
So, is it secure if we use {&#36;userfields['fidx'&#93;} code in member profile page?]]></description>
			<content:encoded><![CDATA[<ul>
<li><span style="font-weight: bold;">MyBB Version: 1.4.9</span></li>
<li><span style="font-weight: bold;">PHP Version: </span></li>
<li><span style="font-weight: bold;">MySQL(i) Version: </span></li>
<li><span style="font-weight: bold;">Forumlink: localhost</span></li>
<li><span style="font-weight: bold;">Screenshot: </span></li>
<li><span style="font-weight: bold;">Actions that lead to this issue: </span></li>
<li><span style="font-weight: bold;">Other Usefull Info: </span><br />
<br />
</li></ul>
<br />
I want to ask about Custom Profile Fields.<br />
<br />
I have a default custom profile fields. It is fid1 (Location) field. And I use {&#36;userfields['fid1']} to display this field value.<br />
<br />
I fill a simple javascript code in the field via usercp:<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript"&gt;<br />
document.write("Example Scripts");<br />
&lt;/script&gt;</code></div></div>
<br />
And the result is: Example Script.<br />
<br />
So, I think {&#36;userfields['fidx']} will render the script that filled in the custom user fields. It doesn't happen with {&#36;profilefields}.<br />
<br />
So, is it secure if we use {&#36;userfields['fidx']} code in member profile page?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyLeague Manager]]></title>
			<link>http://beta.thingiej.be/thread-244.html</link>
			<pubDate>Mon, 26 Oct 2009 18:59:21 +0100</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-244.html</guid>
			<description><![CDATA[ACP Section : <div style="background-color: red; width:100px; border: 1px solid black;"><div style="background-color: green; color: white; font-weight:bold; max-width: 100px; width:99px;">&nbsp;&nbsp;&nbsp;99%</div></div>
Front-End : <div style="background-color: red; width:100px; border: 1px solid black;"><div style="background-color: green; color: white; font-weight:bold; max-width: 100px; width:85px;">&nbsp;&nbsp;&nbsp;85%</div></div>
<br />
<a href="http://beta.thingiej.be/myleague.php" target="_blank">http://beta.thingiej.be/myleague.php</a>]]></description>
			<content:encoded><![CDATA[ACP Section : <div style="background-color: red; width:100px; border: 1px solid black;"><div style="background-color: green; color: white; font-weight:bold; max-width: 100px; width:99px;">&nbsp;&nbsp;&nbsp;99%</div></div>
Front-End : <div style="background-color: red; width:100px; border: 1px solid black;"><div style="background-color: green; color: white; font-weight:bold; max-width: 100px; width:85px;">&nbsp;&nbsp;&nbsp;85%</div></div>
<br />
<a href="http://beta.thingiej.be/myleague.php" target="_blank">http://beta.thingiej.be/myleague.php</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Readme&#93;   Adding A Thread]]></title>
			<link>http://beta.thingiej.be/thread-239.html</link>
			<pubDate>Mon, 19 Oct 2009 15:02:18 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-239.html</guid>
			<description><![CDATA[If you post any MyBB related issue; please provide the following information.<br />
<ul>
<li><span style="font-weight: bold;">MyBB Version: </span></li>
<li><span style="font-weight: bold;">PHP Version: </span></li>
<li><span style="font-weight: bold;">MySQL(i) Version: </span></li>
<li><span style="font-weight: bold;">Forumlink: </span></li>
<li><span style="font-weight: bold;">Screenshot: </span></li>
<li><span style="font-weight: bold;">Actions that lead to that issue: </span></li>
<li><span style="font-weight: bold;">Information about issue: </span><br />
</li></ul>
]]></description>
			<content:encoded><![CDATA[If you post any MyBB related issue; please provide the following information.<br />
<ul>
<li><span style="font-weight: bold;">MyBB Version: </span></li>
<li><span style="font-weight: bold;">PHP Version: </span></li>
<li><span style="font-weight: bold;">MySQL(i) Version: </span></li>
<li><span style="font-weight: bold;">Forumlink: </span></li>
<li><span style="font-weight: bold;">Screenshot: </span></li>
<li><span style="font-weight: bold;">Actions that lead to that issue: </span></li>
<li><span style="font-weight: bold;">Information about issue: </span><br />
</li></ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Reported Post Gets Thread]]></title>
			<link>http://beta.thingiej.be/thread-198.html</link>
			<pubDate>Sat, 23 May 2009 00:16:47 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-198.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 3 [ Report Post Thread Group &#93;<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes: </span>0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/report_thread.php</li>
<li>./inc/languages/english/report_thread.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/report_thread.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/report_thread.lang.php into your ./inc/languages/english folder</li>
<li>Go to your PluginManager and Activate the "Report Post Thread" Plugin.<br />
</li></ul>
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status : On/Off</li>
<li>FID of Forum Where Threads Should Be Made</li>
<li>UserID of Thread Poster; by Default 1 (BoardOwner)<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Everytime a User Reports A Post It Creates A New Thread In a Specified Forum Where Mods/Admins/ ... (Everyone Who Has Permission To View, Set By You) Can Discuss The Report.<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2802.html" target="_blank">http://www.mybbcentral.com/thread-2802.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 3 [ Report Post Thread Group ]<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes: </span>0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/report_thread.php</li>
<li>./inc/languages/english/report_thread.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/report_thread.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/report_thread.lang.php into your ./inc/languages/english folder</li>
<li>Go to your PluginManager and Activate the "Report Post Thread" Plugin.<br />
</li></ul>
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status : On/Off</li>
<li>FID of Forum Where Threads Should Be Made</li>
<li>UserID of Thread Poster; by Default 1 (BoardOwner)<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Everytime a User Reports A Post It Creates A New Thread In a Specified Forum Where Mods/Admins/ ... (Everyone Who Has Permission To View, Set By You) Can Discuss The Report.<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2802.html" target="_blank">http://www.mybbcentral.com/thread-2802.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Recent Profile Visitors]]></title>
			<link>http://beta.thingiej.be/thread-197.html</link>
			<pubDate>Sat, 23 May 2009 00:14:13 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-197.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4 [ Recent Profile Visitors Group &#93;<br />
<span style="font-weight: bold;">New Templates:</span> 3<br />
<span style="font-weight: bold;">DB Changes:</span> 1 [ New Table &#93;<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/vmp.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>2<ul>
<li>./images/online.jpg</li>
<li>./images/offline.jpg<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload both images into your ./images/ folder</li>
<li>Upload ./inc/plugins/vmp.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Recent Profile Visitors" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>Period between visits of same user before adding new record</li>
<li>Users in list before showing 'view more link'</li>
<li>Show Online/Offline Images next to username<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Counts &amp;&amp; Shows Recent Profile Viewers In Your Profile<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.1 =&gt; v1.2 ( BugFix ; Duplicate Entries Due Sessions Table )<br />
Reupload ./inc/plugins/vmp.php</li>
<li>v1.0 =&gt; v1.1 ( BugFix )<br />
Deactivate - reupload ./inc/plugins/vmp.php - Activate</li>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2893.html" target="_blank">http://www.mybbcentral.com/thread-2893.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4 [ Recent Profile Visitors Group ]<br />
<span style="font-weight: bold;">New Templates:</span> 3<br />
<span style="font-weight: bold;">DB Changes:</span> 1 [ New Table ]<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/vmp.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>2<ul>
<li>./images/online.jpg</li>
<li>./images/offline.jpg<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload both images into your ./images/ folder</li>
<li>Upload ./inc/plugins/vmp.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Recent Profile Visitors" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>Period between visits of same user before adding new record</li>
<li>Users in list before showing 'view more link'</li>
<li>Show Online/Offline Images next to username<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Counts &amp;&amp; Shows Recent Profile Viewers In Your Profile<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.1 =&gt; v1.2 ( BugFix ; Duplicate Entries Due Sessions Table )<br />
Reupload ./inc/plugins/vmp.php</li>
<li>v1.0 =&gt; v1.1 ( BugFix )<br />
Deactivate - reupload ./inc/plugins/vmp.php - Activate</li>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2893.html" target="_blank">http://www.mybbcentral.com/thread-2893.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Search In Your Private Messages]]></title>
			<link>http://beta.thingiej.be/thread-196.html</link>
			<pubDate>Sat, 23 May 2009 00:11:40 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-196.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 1<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/spm.php</li>
<li>./spm.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/spm.php into your ./inc/plugins/ folder</li>
<li>Upload ./jspm.php into your root folder</li>
<li>Go to your PluginManager and Activate the "Search In Your Private Messages" Plugin. <br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Adds a New Link in Your UCP - Messenger - Search In PMs<br />
</li></ul>
<br />
<br />
<blockquote><cite>Quote:</cite>The only thing I found as a bug is that when "inside" the search page, I cannot see any pictures on the right (in your case - left) of the UserCP menu choices (except yours). I think it's something to do with the CSS not being applied.</blockquote>
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>If this happens to you to; go into your <br />
ACP - Templates &amp; Styles - Themes - Default - Edit usercp.css Properties - Attached To / Specific Files [ Add Another File &#93; - spm.php</code></div></div>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2798.html" target="_blank">http://www.mybbcentral.com/thread-2798.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 1<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/spm.php</li>
<li>./spm.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/spm.php into your ./inc/plugins/ folder</li>
<li>Upload ./jspm.php into your root folder</li>
<li>Go to your PluginManager and Activate the "Search In Your Private Messages" Plugin. <br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Adds a New Link in Your UCP - Messenger - Search In PMs<br />
</li></ul>
<br />
<br />
<blockquote><cite>Quote:</cite>The only thing I found as a bug is that when "inside" the search page, I cannot see any pictures on the right (in your case - left) of the UserCP menu choices (except yours). I think it's something to do with the CSS not being applied.</blockquote>
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>If this happens to you to; go into your <br />
ACP - Templates &amp; Styles - Themes - Default - Edit usercp.css Properties - Attached To / Specific Files [ Add Another File ] - spm.php</code></div></div>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2798.html" target="_blank">http://www.mybbcentral.com/thread-2798.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Jump to Page]]></title>
			<link>http://beta.thingiej.be/thread-195.html</link>
			<pubDate>Fri, 22 May 2009 13:50:55 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-195.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/jtp.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/jtp.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Jump to Page" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span>0<br />
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Adds A Box Where You Can Enter A PageNumber To View That Specific Page ( Showthread &amp;&amp; Forumdisplay _ Under Multipage )<br />
(Only shown if there are multiple pages; else it has no use)<br />
</li></ul>
<br />
***********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
***********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2885.html" target="_blank">http://www.mybbcentral.com/thread-2885.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/jtp.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/jtp.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Jump to Page" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span>0<br />
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Adds A Box Where You Can Enter A PageNumber To View That Specific Page ( Showthread &amp;&amp; Forumdisplay _ Under Multipage )<br />
(Only shown if there are multiple pages; else it has no use)<br />
</li></ul>
<br />
***********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
***********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2885.html" target="_blank">http://www.mybbcentral.com/thread-2885.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; ThankYou!]]></title>
			<link>http://beta.thingiej.be/thread-194.html</link>
			<pubDate>Fri, 22 May 2009 13:46:46 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-194.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 7 [ Thank You Group &#93;<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes:</span> 1 [ New Table &#93;<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 3<ul>
<li>./jscripts/thankyou.js</li>
<li>./inc/plugins/thx.php</li>
<li>./inc/languages/english/thx.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>2<ul>
<li>./images/english/postbit_thx.gif</li>
<li>./images/english/postbit_unthx.gif<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./images/english/postbit_thx.gif into your ./images/english/ folder</li>
<li>Upload ./images/english/postbit_unthx.gif into your ./images/english/ folder</li>
<li>Upload ./jscripts/thankyou.js into your ./jscripts/ folder</li>
<li>Upload ./inc/plugins/thx.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/thx.lang.php into your ./inc/languages/english/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Thank You" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Set how many thanks you want to display before the Show All button appears.</li>
<li>Show Button in FirstPost or All Posts</li>
<li>ForumIDs Where ThankYou! Button Shows Up</li>
<li>Reputation Points When Pressing ThankYou! Button (Can Be Disabled)</li>
<li>Retract Your ThankYou! From A Post (Press ! Next To Your Name in The ThankYou List)</li>
<li>Show ThankYou! Notes Inline of Under Post</li>
<li>Display How Many ThankNotes In x Posts ( Postbit and/or Profile )<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Displays thank you note below each post.<br />
</li></ul>
<br />
<span style="font-weight: bold;">Note: </span><ul>
<li>Originally Made For 1.2.* By Zaher1988; His Copyright Remains</li>
<li>Since the postbits are renewed; the ThankYou! notes are placed inline rather than below the post like the 1.2.* version did. If you want to move the ThankYou! notes to another place, open your postbit and/or postbit_classic template and replace {&#36;post['thxdsp'&#93;}.<br />
</li></ul>
<br />
<br />
<span style="font-weight: bold;">Update: </span><br />
Deactivate 1.2.* version; Upload 1.4 version &amp;&amp; activate<br />
<br />
<span style="font-weight: bold;">Update:  2.0 =&gt; 2.1</span><br />
Uninstall - Reupload All Files - Install<br />
<br />
<span style="font-weight: bold;">Update:  2.1 =&gt; 2.2</span><br />
See: <a href="http://www.mybbcentral.com/thread-1514-post-19107.html#pid19107" target="_blank">http://www.mybbcentral.com/thread-1514-p...l#pid19107</a><br />
<br />
<span style="font-weight: bold;">Update:  2.2 =&gt; 2.3</span><br />
Uninstall - Reupload ./inc/plugins/thx.php - Install<br />
(Don't forget to add {&#36;post['thxdsp_fp'&#93;} add the end of your postbit_classic template ! )<br />
<br />
<span style="font-weight: bold;">Update:  2.3 =&gt; 2.4</span><br />
Delete Setting : Show ThankYou Button If Already Thanked?<br />
Reupload ./inc/plugins/thx.php<br />
Reupload ./inc/languages/english/thx.lang.php<br />
Upload ./images/postbit_unthx.gif<br />
<br />
<span style="color: red;">If you've got ProStats Installed and You Want to Show MostThanks In The Stats &gt;&gt; <a href="http://www.mybbcentral.com/thread-1514-post-19019.html#pid19019" target="_blank">view</a></span><br />
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v2.4 Current Release</li>
<li>v2.3 Update Release (New Option)</li>
<li>v2.2 Update Release (New Option)</li>
<li>v2.1 Update Release (Fixes)</li>
<li>v2.0 MyBB 1.4 Version</li>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-1514.html" target="_blank">http://www.mybbcentral.com/thread-1514.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 7 [ Thank You Group ]<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes:</span> 1 [ New Table ]<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 3<ul>
<li>./jscripts/thankyou.js</li>
<li>./inc/plugins/thx.php</li>
<li>./inc/languages/english/thx.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>2<ul>
<li>./images/english/postbit_thx.gif</li>
<li>./images/english/postbit_unthx.gif<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./images/english/postbit_thx.gif into your ./images/english/ folder</li>
<li>Upload ./images/english/postbit_unthx.gif into your ./images/english/ folder</li>
<li>Upload ./jscripts/thankyou.js into your ./jscripts/ folder</li>
<li>Upload ./inc/plugins/thx.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/thx.lang.php into your ./inc/languages/english/ folder</li>
<li>Go to your PluginManager and Install/Activate the "Thank You" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Set how many thanks you want to display before the Show All button appears.</li>
<li>Show Button in FirstPost or All Posts</li>
<li>ForumIDs Where ThankYou! Button Shows Up</li>
<li>Reputation Points When Pressing ThankYou! Button (Can Be Disabled)</li>
<li>Retract Your ThankYou! From A Post (Press ! Next To Your Name in The ThankYou List)</li>
<li>Show ThankYou! Notes Inline of Under Post</li>
<li>Display How Many ThankNotes In x Posts ( Postbit and/or Profile )<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Displays thank you note below each post.<br />
</li></ul>
<br />
<span style="font-weight: bold;">Note: </span><ul>
<li>Originally Made For 1.2.* By Zaher1988; His Copyright Remains</li>
<li>Since the postbits are renewed; the ThankYou! notes are placed inline rather than below the post like the 1.2.* version did. If you want to move the ThankYou! notes to another place, open your postbit and/or postbit_classic template and replace {&#36;post['thxdsp']}.<br />
</li></ul>
<br />
<br />
<span style="font-weight: bold;">Update: </span><br />
Deactivate 1.2.* version; Upload 1.4 version &amp;&amp; activate<br />
<br />
<span style="font-weight: bold;">Update:  2.0 =&gt; 2.1</span><br />
Uninstall - Reupload All Files - Install<br />
<br />
<span style="font-weight: bold;">Update:  2.1 =&gt; 2.2</span><br />
See: <a href="http://www.mybbcentral.com/thread-1514-post-19107.html#pid19107" target="_blank">http://www.mybbcentral.com/thread-1514-p...l#pid19107</a><br />
<br />
<span style="font-weight: bold;">Update:  2.2 =&gt; 2.3</span><br />
Uninstall - Reupload ./inc/plugins/thx.php - Install<br />
(Don't forget to add {&#36;post['thxdsp_fp']} add the end of your postbit_classic template ! )<br />
<br />
<span style="font-weight: bold;">Update:  2.3 =&gt; 2.4</span><br />
Delete Setting : Show ThankYou Button If Already Thanked?<br />
Reupload ./inc/plugins/thx.php<br />
Reupload ./inc/languages/english/thx.lang.php<br />
Upload ./images/postbit_unthx.gif<br />
<br />
<span style="color: red;">If you've got ProStats Installed and You Want to Show MostThanks In The Stats &gt;&gt; <a href="http://www.mybbcentral.com/thread-1514-post-19019.html#pid19019" target="_blank">view</a></span><br />
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v2.4 Current Release</li>
<li>v2.3 Update Release (New Option)</li>
<li>v2.2 Update Release (New Option)</li>
<li>v2.1 Update Release (Fixes)</li>
<li>v2.0 MyBB 1.4 Version</li>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-1514.html" target="_blank">http://www.mybbcentral.com/thread-1514.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Events On Index]]></title>
			<link>http://beta.thingiej.be/thread-193.html</link>
			<pubDate>Thu, 21 May 2009 10:29:37 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-193.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 2 [ Events on Index Group &#93;<br />
<span style="font-weight: bold;">New Templates:</span> 2<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes: </span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/eventsindex.php</li>
<li>./inc/languages/english/eventsindex.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/eventsindex.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/eventsindex.lang.php into your ./inc/languages/english/ folder</li>
<li>Go to your PluginManager and Activate the "Events On Index" Plugin. <br />
</li></ul>
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>Days<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Shows UpComing Events ( Ranged Ones Too ! ) for X Days On Your Index Page.<br />
</li></ul>
<br />
*********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2890.html" target="_blank">http://www.mybbcentral.com/thread-2890.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 2 [ Events on Index Group ]<br />
<span style="font-weight: bold;">New Templates:</span> 2<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes: </span> 0<br />
<span style="font-weight: bold;">Files:</span> 2<ul>
<li>./inc/plugins/eventsindex.php</li>
<li>./inc/languages/english/eventsindex.lang.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/eventsindex.php into your ./inc/plugins/ folder</li>
<li>Upload ./inc/languages/english/eventsindex.lang.php into your ./inc/languages/english/ folder</li>
<li>Go to your PluginManager and Activate the "Events On Index" Plugin. <br />
</li></ul>
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>Days<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Shows UpComing Events ( Ranged Ones Too ! ) for X Days On Your Index Page.<br />
</li></ul>
<br />
*********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2890.html" target="_blank">http://www.mybbcentral.com/thread-2890.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Notify On New GroupJoins]]></title>
			<link>http://beta.thingiej.be/thread-192.html</link>
			<pubDate>Thu, 21 May 2009 10:26:52 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-192.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 1<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/group_req.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/group_req.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "Notice On New GroupRequests" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Shows A Notice When There Are New JoinRequests For Groups Which You Lead.<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2710.html" target="_blank">http://www.mybbcentral.com/thread-2710.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 0<br />
<span style="font-weight: bold;">New Templates:</span> 1<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/group_req.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/group_req.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "Notice On New GroupRequests" Plugin. <br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Shows A Notice When There Are New JoinRequests For Groups Which You Lead.<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2710.html" target="_blank">http://www.mybbcentral.com/thread-2710.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[i&#93; Plugin List]]></title>
			<link>http://beta.thingiej.be/thread-191.html</link>
			<pubDate>Thu, 21 May 2009 10:23:30 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-191.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">Postbit:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2844.html" target="_blank">Number Of Threads In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1483.html" target="_blank">Country Flags In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1482.html" target="_blank">Zodiac In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1481.html" target="_blank">Gender In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1479.html" target="_blank">Additional GroupImages In Postbit &#x26;& Profile</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1470.html" target="_blank">Xfire Info</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Showthread:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2885.html" target="_blank">Jump to Page</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1514.html" target="_blank">ThankYou!</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2746.html" target="_blank">TagCloud v1.2</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2834.html" target="_blank">Thread Prefixes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2736.html" target="_blank">Prevent Posts With Links</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2802.html" target="_blank">Reported Thread Gets Post</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1484.html" target="_blank">Permissions Box</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1506.html" target="_blank">Who's Viewing This Thread</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2796.html" target="_blank">Default Thread Icon</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2734.html" target="_blank">Retract Vote From Poll</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Index:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2722.html" target="_blank">Simple Calendar On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1497.html" target="_blank">Country Flags On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1471.html" target="_blank">Sideboxes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1516.html" target="_blank">SubForums In Columns</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2890.html" target="_blank">Events On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2921.html" target="_blank">Usergroups On Index</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">UserCP:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2829.html" target="_blank">Show Subscribed Threads/Forums In Your UserCP Home</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2798.html" target="_blank">Search In Your Private Messages</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2698.html" target="_blank">Change Username Restriction</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1485.html" target="_blank">Profile Picture</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Registration:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1503.html" target="_blank">Send Email To Board Admin On New Registration</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1496.html" target="_blank">Extra Safety On Registration</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Profile:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1507.html" target="_blank">Buddies In Profile</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2893.html" target="_blank">Recent Profile Visitors</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Notifications:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2856.html" target="_blank">Notification After Thread/Post Moderation</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2710.html" target="_blank">Notify On New GroupJoins</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2702.html" target="_blank">New Replies On My Threads</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1523.html" target="_blank">PM On New Buddy</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Misc.</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1504.html" target="_blank">MyFriendCodes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1468.html" target="_blank">MyPayPal</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2795.html" target="_blank">Member Of Month/Week</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2888.html" target="_blank">Report PM</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">MYPS:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2765.html" target="_blank">MyBet - MYPS</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2800.html" target="_blank">MyStaff - MYPS</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2756.html" target="_blank">MyBank - MYPS</a></span><br />
</li></ul>
]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">Postbit:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2844.html" target="_blank">Number Of Threads In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1483.html" target="_blank">Country Flags In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1482.html" target="_blank">Zodiac In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1481.html" target="_blank">Gender In Postbit</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1479.html" target="_blank">Additional GroupImages In Postbit && Profile</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1470.html" target="_blank">Xfire Info</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Showthread:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2885.html" target="_blank">Jump to Page</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1514.html" target="_blank">ThankYou!</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2746.html" target="_blank">TagCloud v1.2</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2834.html" target="_blank">Thread Prefixes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2736.html" target="_blank">Prevent Posts With Links</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2802.html" target="_blank">Reported Thread Gets Post</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1484.html" target="_blank">Permissions Box</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1506.html" target="_blank">Who's Viewing This Thread</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2796.html" target="_blank">Default Thread Icon</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2734.html" target="_blank">Retract Vote From Poll</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Index:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2722.html" target="_blank">Simple Calendar On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1497.html" target="_blank">Country Flags On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1471.html" target="_blank">Sideboxes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1516.html" target="_blank">SubForums In Columns</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2890.html" target="_blank">Events On Index</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2921.html" target="_blank">Usergroups On Index</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">UserCP:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2829.html" target="_blank">Show Subscribed Threads/Forums In Your UserCP Home</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2798.html" target="_blank">Search In Your Private Messages</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2698.html" target="_blank">Change Username Restriction</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1485.html" target="_blank">Profile Picture</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Registration:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1503.html" target="_blank">Send Email To Board Admin On New Registration</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1496.html" target="_blank">Extra Safety On Registration</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Profile:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1507.html" target="_blank">Buddies In Profile</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2893.html" target="_blank">Recent Profile Visitors</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Notifications:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2856.html" target="_blank">Notification After Thread/Post Moderation</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2710.html" target="_blank">Notify On New GroupJoins</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2702.html" target="_blank">New Replies On My Threads</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1523.html" target="_blank">PM On New Buddy</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">Misc.</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1504.html" target="_blank">MyFriendCodes</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-1468.html" target="_blank">MyPayPal</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2795.html" target="_blank">Member Of Month/Week</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2888.html" target="_blank">Report PM</a></span><br />
</li></ul>
<br />
<span style="font-weight: bold;">MYPS:</span><ul>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2765.html" target="_blank">MyBet - MYPS</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2800.html" target="_blank">MyStaff - MYPS</a></span></li>
<li><span style="font-weight: bold;"><a href="http://www.mybbcentral.com/thread-2756.html" target="_blank">MyBank - MYPS</a></span><br />
</li></ul>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Prevent Posts With Links]]></title>
			<link>http://beta.thingiej.be/thread-190.html</link>
			<pubDate>Thu, 21 May 2009 09:49:54 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-190.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes: </span>0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/plink.php <br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>How Many Posts</li>
<li>How Many Days</li>
<li>Excluded Groups<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/plink.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "Prevent Post With Links" Plugin.<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Prevents Users Which Hasn't Reached A Minimum Amount Of Posts or Aren't Registered Long Enough From Posting Links.<br />
</li></ul>
<span style="font-weight: bold;">Note:</span> Beta ! Didn't Had Much Time To Test;<br />
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2736.html" target="_blank">http://www.mybbcentral.com/thread-2736.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4<br />
<span style="font-weight: bold;">New Templates:</span> 0<br />
<span style="font-weight: bold;">DB Changes: </span>0<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files:</span> 1<ul>
<li>./inc/plugins/plink.php <br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Status</li>
<li>How Many Posts</li>
<li>How Many Days</li>
<li>Excluded Groups<br />
</li></ul>
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/plink.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "Prevent Post With Links" Plugin.<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Prevents Users Which Hasn't Reached A Minimum Amount Of Posts or Aren't Registered Long Enough From Posting Links.<br />
</li></ul>
<span style="font-weight: bold;">Note:</span> Beta ! Didn't Had Much Time To Test;<br />
<br />
********************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
********************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2736.html" target="_blank">http://www.mybbcentral.com/thread-2736.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; Number Of Threads In Postbit]]></title>
			<link>http://beta.thingiej.be/thread-189.html</link>
			<pubDate>Thu, 21 May 2009 09:46:22 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-189.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 1<br />
<span style="font-weight: bold;">New Templates: </span>1<br />
<span style="font-weight: bold;">DB Changes:</span> 1 new column _ Users Table<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files: </span>2<ul>
<li>./inc/plugins/threadcount.php</li>
<li>./admin/modules/tools/threadcount.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/threadcount.php into your ./inc/plugins/ folder</li>
<li>Upload ./admin/modules/tools/threadcount.php into your ./admin/modules/tools/ folder</li>
<li>Go to your PluginManager and Activate the "ThreadAmount In Postbit" Plugin.</li>
<li>Go to ACP - Tools &amp;&amp; Maintenance - Thread Count - Recount<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Displays The Number Of Threads ( &gt; 0 ) In the Postbit.</li>
<li>Auto. +1 when making new thread, - 1 when deleting ...<br />
</li></ul>
<br />
<span style="font-weight: bold;">Note:</span><br />
Request: <a href="http://community.mybboard.net/thread-48919-post-343934.html#pid343934" target="_blank">http://community.mybboard.net/thread-489...#pid343934</a><br />
<br />
******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2844.html" target="_blank">http://www.mybbcentral.com/thread-2844.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version: </span>MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 1<br />
<span style="font-weight: bold;">New Templates: </span>1<br />
<span style="font-weight: bold;">DB Changes:</span> 1 new column _ Users Table<br />
<span style="font-weight: bold;">File Changes:</span> 0<br />
<span style="font-weight: bold;">Files: </span>2<ul>
<li>./inc/plugins/threadcount.php</li>
<li>./admin/modules/tools/threadcount.php<br />
</li></ul>
<span style="font-weight: bold;">Images:</span> 0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./inc/plugins/threadcount.php into your ./inc/plugins/ folder</li>
<li>Upload ./admin/modules/tools/threadcount.php into your ./admin/modules/tools/ folder</li>
<li>Go to your PluginManager and Activate the "ThreadAmount In Postbit" Plugin.</li>
<li>Go to ACP - Tools &amp;&amp; Maintenance - Thread Count - Recount<br />
</li></ul>
<br />
<span style="font-weight: bold;">What:</span><ul>
<li>Displays The Number Of Threads ( &gt; 0 ) In the Postbit.</li>
<li>Auto. +1 when making new thread, - 1 when deleting ...<br />
</li></ul>
<br />
<span style="font-weight: bold;">Note:</span><br />
Request: <a href="http://community.mybboard.net/thread-48919-post-343934.html#pid343934" target="_blank">http://community.mybboard.net/thread-489...#pid343934</a><br />
<br />
******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2844.html" target="_blank">http://www.mybbcentral.com/thread-2844.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[r4&#93; UserGroups On Index]]></title>
			<link>http://beta.thingiej.be/thread-187.html</link>
			<pubDate>Tue, 19 May 2009 18:09:24 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-187.html</guid>
			<description><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4 [ GroupLegend Group &#93;<br />
<span style="font-weight: bold;">New Templates: </span>2<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes: </span>0<br />
<span style="font-weight: bold;">Files: </span>2<ul>
<li>./groups.php</li>
<li>./inc/plugins/grouplegend.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./groups.php into your root folder</li>
<li>Upload ./inc/plugins/grouplegend.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "GroupLegend On Index" Plugin.<br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Don't Show What Groups (Default: 1,5,7 )</li>
<li>Way Of Grabbing Groups ( DB or Cache )</li>
<li>Alphabetize List ?</li>
<li>Make Groups Clickable So You Can See Who Are The Members<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Probably well known for everyone; displays usergroups on your index based on above settings. <br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2921.html" target="_blank">http://www.mybbcentral.com/thread-2921.html</a>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;">MyBB Version:</span> MyBB 1.4<br />
<span style="font-weight: bold;">New Settings:</span> 4 [ GroupLegend Group ]<br />
<span style="font-weight: bold;">New Templates: </span>2<br />
<span style="font-weight: bold;">DB Changes:</span> 0<br />
<span style="font-weight: bold;">File Changes: </span>0<br />
<span style="font-weight: bold;">Files: </span>2<ul>
<li>./groups.php</li>
<li>./inc/plugins/grouplegend.php<br />
</li></ul>
<span style="font-weight: bold;">Images: </span>0<br />
<span style="font-weight: bold;">Install:</span><ul>
<li>Upload ./groups.php into your root folder</li>
<li>Upload ./inc/plugins/grouplegend.php into your ./inc/plugins/ folder</li>
<li>Go to your PluginManager and Activate the "GroupLegend On Index" Plugin.<br />
</li></ul>
<br />
<span style="font-weight: bold;">Settings:</span><ul>
<li>Don't Show What Groups (Default: 1,5,7 )</li>
<li>Way Of Grabbing Groups ( DB or Cache )</li>
<li>Alphabetize List ?</li>
<li>Make Groups Clickable So You Can See Who Are The Members<br />
</li></ul>
<span style="font-weight: bold;">What:</span><ul>
<li>Probably well known for everyone; displays usergroups on your index based on above settings. <br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Release Notes:</span><ul>
<li>v1.0 Initial Release<br />
</li></ul>
<br />
*******************<br />
<br />
<span style="font-weight: bold;">Download:</span> <a href="http://www.mybbcentral.com/thread-2921.html" target="_blank">http://www.mybbcentral.com/thread-2921.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[!&#93; ReadMe.]]></title>
			<link>http://beta.thingiej.be/thread-186.html</link>
			<pubDate>Tue, 19 May 2009 18:04:48 +0200</pubDate>
			<guid isPermaLink="false">http://beta.thingiej.be/thread-186.html</guid>
			<description><![CDATA[First; You Can't Download Anything Overhere !<br />
Downloads: <a href="http://www.mybbcentral.com" target="_blank">MyBBCentral.Com</a><br />
This is just a way to get notified (by Mail) about Updates of One Of My Plugins.<br />
Each Release will get his Thread; If you got a plugin installed and you want to be notified on new versions/updates/etc. just click on the Install button you will see when you enter the thread ! That's it !<br />
All Threads Are Closed but Reports/Questions/etc. those will be answered over at MyBBCentral.Com.<br />
<br />
Edit:<br />
More threads will follow; don't have the time right now =P]]></description>
			<content:encoded><![CDATA[First; You Can't Download Anything Overhere !<br />
Downloads: <a href="http://www.mybbcentral.com" target="_blank">MyBBCentral.Com</a><br />
This is just a way to get notified (by Mail) about Updates of One Of My Plugins.<br />
Each Release will get his Thread; If you got a plugin installed and you want to be notified on new versions/updates/etc. just click on the Install button you will see when you enter the thread ! That's it !<br />
All Threads Are Closed but Reports/Questions/etc. those will be answered over at MyBBCentral.Com.<br />
<br />
Edit:<br />
More threads will follow; don't have the time right now =P]]></content:encoded>
		</item>
	</channel>
</rss>