<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>MyBBGroup</title> <atom:link href="http://mybbgroup.com/feed/" rel="self" type="application/rss+xml" /><link>http://mybbgroup.com</link> <description>MyBB tutorials, codes and resources</description> <lastBuildDate>Sun, 03 Feb 2013 00:17:36 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>MyCMSBox &#8211; Custom MyBB Sidebox and CMS Layout</title><link>http://mybbgroup.com/mycmsbox-custom-mybb-sidebox-and-cms-layout/</link> <comments>http://mybbgroup.com/mycmsbox-custom-mybb-sidebox-and-cms-layout/#comments</comments> <pubDate>Sat, 26 Jan 2013 18:20:45 +0000</pubDate> <dc:creator>Xstrike</dc:creator> <category><![CDATA[Codes]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[content blocks]]></category> <category><![CDATA[forum]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[modification]]></category> <category><![CDATA[mybb]]></category> <category><![CDATA[mycmsbox]]></category> <category><![CDATA[sidebox]]></category><guid
isPermaLink="false">http://mybbgroup.com/?p=586</guid> <description><![CDATA[MyBB sidebox and CMS layout Custom modification code. A while ago I wrote a tutorial about how to add a custom MyBB sidebox without plugins, and later another tutorial about creating and customizing MyBB into a CMS (content management system) &#8230; <a
href="http://mybbgroup.com/mycmsbox-custom-mybb-sidebox-and-cms-layout/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h2 style="text-align: center;"><span
style="text-decoration: underline;">MyBB sidebox and CMS layout Custom modification code.</span></h2><p>A while ago I wrote a tutorial about <a
title="How to Add a MyBB Sidebox, No Plugins Required" href="http://mybbgroup.com/how-to-add-a-mybb-sidebox-no-plugins-required/" target="_blank">how to add a custom MyBB sidebox without plugins</a>, and later another tutorial about <a
title="How to Create a Custom MyBB CMS Forum Layout" href="http://mybbgroup.com/how-to-create-a-custom-mybb-cms-forum-layout/" target="_blank">creating and customizing MyBB into a CMS</a> (content management system) type layout. This tutorial combines both of the previous ones, a modification I like to nickname <em><strong>MyCMSBox</strong></em>.</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2013/01/mybbcustomsidebox4.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-588" title="MyCMSBox - Custom MyBB Sidebox and CMS Layout" src="http://mybbgroup.com/wp-content/uploads/2013/01/mybbcustomsidebox4.jpg?9d7bd4" alt="MyCMSBox - Custom MyBB Sidebox and CMS Layout" width="1052" height="637" /></a></p><p><strong>What is it?</strong></p><p><em>MyCMSBox</em> is a modification to MyBB that creates new content blocks, such as a sidebox, for displaying anything you want. Like your website&#8217;s Facebook page, an important thread, featured YouTube video, social sharing buttons, affiliates, etc. This is useful if you have a lot of content you want to display and organize around your forum.</p><p><strong>Features (by default):</strong></p><ul><li>6 custom content blocks; 1 header block, 1 footer block, 2 left and right sidebox blocks.</li><li>Settings to turn them individually on/off.</li><li>Settings for allowing them to appear on Index page, Forum Display, Showthread and Member Profile.</li><li>Adjust width of left and right sidebox content blocks.</li><li>Customizable for you to add more or less content blocks.</li></ul><p><span
style="text-decoration: underline;"><strong>MyCMSBox is not a MyBB plugin, and does not require editing core files of MyBB.</strong></span></p><p
style="text-align: center;"><span
style="text-decoration: underline;"><strong>&#8212;&#8212;&#8212;-Important&#8212;&#8212;&#8212;-</strong></span></p><p
style="text-align: center;"><strong><span
style="color: #ff0000;">In order for this modification to work, you need to install and activate the Template Conditionals plugin, which allows safe expressions use of PHP inside MyBB templates. Download it here:</span> <a
href="http://mybbhacks.zingaburga.com/showthread.php?tid=464" target="_blank">http://mybbhacks.zingaburga.com/showthread.php?tid=464</a></strong></p><p
style="text-align: center;"><span
style="text-decoration: underline;"><strong>&#8212;&#8212;&#8212;-Important&#8212;&#8212;&#8212;-</strong></span></p><p>You&#8217;ll need to create new settings within MyBB&#8217;s Admin CP and edit some templates, this tutorial will walk you through the process.</p><p><span
style="text-decoration: underline;"><strong>Step 1: Add new settings group for MyCMSBox</strong></span></p><p>In Admin CP, go to <strong>Configuration &gt; Add New Setting Group</strong> and add the following:</p><ul><li><strong>Title:</strong> MyCMSBox</li><li><strong>Description:</strong> Settings for managing content blocks in MyCMSBox.</li><li><strong>Display Order:</strong> 0</li><li><strong>Identifier:</strong> mycmsbox</li></ul><p>Insert New Setting Group.</p><p><span
style="text-decoration: underline;"><strong>Step 2: Add new settings for managing content blocks</strong></span></p><p>The longest step, you&#8217;ll be adding 24 new settings into your MyBB forum. Settings for enabling/disabling content blocks on Index, Forum Display, Showthread and member Profile, settings for left/right content block&#8217;s width, and settings for the content blocks themselves.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 1:</p><ul><li><strong>Title</strong>: Enable Sidebox Blocks on Index</li><li><strong>Description</strong>: Choose to enable or disable sidebox blocks on the index page.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 0</li><li><strong>Identifier</strong>: sbindex</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 2:</p><ul><li><strong>Title</strong>: Enable Sidebox Blocks on Forum Display</li><li><strong>Description</strong>: Choose to enable or disable sidebox blocks on Forum Display.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 1</li><li><strong>Identifier</strong>: sbforumdisplay</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 3:</p><ul><li><strong>Title</strong>: Enable Sidebox Blocks on Showthread</li><li><strong>Description</strong>: Choose to enable or disable sidebox blocks on Showthread.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 2</li><li><strong>Identifier</strong>: sbshowthread</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 4:</p><ul><li><strong>Title</strong>: Enable Sidebox Blocks on Member Profiles</li><li><strong>Description</strong>: Choose to enable or disable sidebox blocks on Member Profiles.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 3</li><li><strong>Identifier</strong>: sbmemberprofiles</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 5:</p><ul><li><strong>Title</strong>: Left Sidebox Blocks Width</li><li><strong>Description</strong>: Set the width of the left sidebox blocks.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 4</li><li><strong>Identifier</strong>: leftsbwidth</li><li><strong>Type</strong>: text</li><li><strong>Value</strong>: 160</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 6:</p><ul><li><strong>Title</strong>: Right Sidebox Blocks Width</li><li><strong>Description</strong>: Set the width of the right sidebox blocks.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 5</li><li><strong>Identifier</strong>: rightsbwidth</li><li><strong>Type</strong>: text</li><li><strong>Value</strong>: 160</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 7:</p><ul><li><strong>Title</strong>: Enable Header Content Block</li><li><strong>Description</strong>: Enable or disable the header content block.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 6</li><li><strong>Identifier</strong>: hbonoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 8:</p><ul><li><strong>Title</strong>: Header Content Block Title</li><li><strong>Description</strong>: Name of header content block.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 7</li><li><strong>Identifier</strong>: hbtitle</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 9:</p><ul><li><strong>Title</strong>: Header Block Content</li><li><strong>Description</strong>: Enter content of header block here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 8</li><li><strong>Identifier</strong>: hb</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 10:</p><ul><li><strong>Title</strong>: Enable Footer Content Block</li><li><strong>Description</strong>: Enable or disable the footer content block.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 9</li><li><strong>Identifier</strong>: fbonoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 11:</p><ul><li><strong>Title</strong>: Footer Content Block Title</li><li><strong>Description</strong>: Name of footer content block.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 10</li><li><strong>Identifier</strong>: fbtitle</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 12:</p><ul><li><strong>Title</strong>: Footer Block Content</li><li><strong>Description</strong>: Enter content of footer block here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 11</li><li><strong>Identifier</strong>: fb</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 13:</p><ul><li><strong>Title</strong>: Enable Sidebox 1</li><li><strong>Description</strong>: Enable or disable Sidebox 1.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 12</li><li><strong>Identifier</strong>: sb1onoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 14:</p><ul><li><strong>Title</strong>: Sidebox 1 Title</li><li><strong>Description</strong>: Name of Sidebox 1.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 13</li><li><strong>Identifier</strong>: sbtitle1</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 15:</p><ul><li><strong>Title</strong>: Sidebox 1 Content</li><li><strong>Description</strong>: Enter content of Sidebox 1 here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 14</li><li><strong>Identifier</strong>: sb1</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 16:</p><ul><li><strong>Title</strong>: Enable Sidebox 2</li><li><strong>Description</strong>: Enable or disable Sidebox 2.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 15</li><li><strong>Identifier</strong>: sb2onoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 17:</p><ul><li><strong>Title</strong>: Sidebox 2 Title</li><li><strong>Description</strong>: Name of Sidebox 2.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 16</li><li><strong>Identifier</strong>: sbtitle2</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 18:</p><ul><li><strong>Title</strong>: Sidebox 2 Content</li><li><strong>Description</strong>: Enter content of Sidebox 2 here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 17</li><li><strong>Identifier</strong>: sb2</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 19:</p><ul><li><strong>Title</strong>: Enable Sidebox 3</li><li><strong>Description</strong>: Enable or disable Sidebox 3.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 18</li><li><strong>Identifier</strong>: sb3onoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 20:</p><ul><li><strong>Title</strong>: Sidebox 3 Title</li><li><strong>Description</strong>: Name of Sidebox 3.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 19</li><li><strong>Identifier</strong>: sbtitle3</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 21:</p><ul><li><strong>Title</strong>: Sidebox 3 Content</li><li><strong>Description</strong>: Enter content of Sidebox 3 here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 20</li><li><strong>Identifier</strong>: sb3</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 22:</p><ul><li><strong>Title</strong>: Enable Sidebox 4</li><li><strong>Description</strong>: Enable or disable Sidebox 4.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 21</li><li><strong>Identifier</strong>: sb4onoff</li><li><strong>Type</strong>: On / Off Choice</li><li><strong>Value</strong>: 1</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 23:</p><ul><li><strong>Title</strong>: Sidebox 4 Title</li><li><strong>Description</strong>: Name of Sidebox 4.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 22</li><li><strong>Identifier</strong>: sbtitle4</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p>Go to <strong>Add New Setting</strong> and add the following for setting 24:</p><ul><li><strong>Title</strong>: Sidebox 4 Content</li><li><strong>Description</strong>: Enter content of Sidebox 4 here.</li><li><strong>Group</strong>: MyCMSBox</li><li><strong>Display Order</strong>: 23</li><li><strong>Identifier</strong>: sb4</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Insert New Setting.</p><p><span
style="text-decoration: underline;"><strong>Step 3: Edit MyBB templates for MyCMSBox</strong></span></p><p>Go to <strong>Templates &amp; Style &gt; Templates &gt; (your default templates) &gt; Footer Templates &gt; footer</strong> and find the first:</p><p><pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;br /&gt;</pre></p><p>Add below:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;fbonoff&#039;] &gt;= 1 then&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;fbtitle&#039;]}&lt;/div&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;fb&#039;]}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>Go to <strong>Forum Display Templates &gt; forumdisplay</strong> and find:</p><p><pre><pre>{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}</pre></pre></p><p>Replace with:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;sbforumdisplay&#039;] &gt;= 1 then&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;td&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] || $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;leftsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle1&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb1&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle2&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb2&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] || $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;rightsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle3&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb3&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle4&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb4&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;/table&gt;
&lt;else /&gt;
{$moderatedby}
{$usersbrowsing}
{$rules}
{$subforums}
{$threadslist}
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>Go to <strong>Header Templates &gt; header</strong> and find:</p><p><pre><pre>&nbsp;&nbsp;&nbsp;&nbsp;&lt;hr class=&quot;hidden&quot; /&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;br class=&quot;clear&quot; /&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div id=&quot;content&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$pm_notice}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bannedwarning}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bbclosedwarning}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$unreadreports}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$pending_joinrequests}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;navigation&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;br /&gt;</pre></pre></p><p>Add below:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;hbonoff&#039;] &gt;= 1 then&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;hbtitle&#039;]}&lt;/div&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;hb&#039;]}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>Go to <strong>Index Page Templates &gt; index</strong> and find:</p><p><pre><pre>{$forums}
{$boardstats}</pre></pre></p><p>Replace with:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;sbindex&#039;] &gt;= 1 then&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;td&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] || $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;leftsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle1&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb1&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle2&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb2&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
{$forums}
{$boardstats}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] || $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;rightsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle3&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb3&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle4&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb4&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;/table&gt;
&lt;else /&gt;
{$forums}
{$boardstats}
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>Go to <strong>Member Templates &gt; member_profile</strong> and find:</p><p><pre><pre>&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot; width=&quot;75%&quot;&gt;
&lt;span class=&quot;largetext&quot;&gt;&lt;strong&gt;{$formattedname}&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;smalltext&quot;&gt;
({$usertitle})&lt;br /&gt;
{$groupimage}
{$userstars}&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;registration_date}&lt;/strong&gt; {$memregdate}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;date_of_birth}&lt;/strong&gt; {$membday} {$membdayage}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;local_time}&lt;/strong&gt; {$localtime}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;postbit_status}&lt;/strong&gt; {$online_status}
&lt;/span&gt;
&lt;/td&gt;&lt;td width=&quot;25%&quot; align=&quot;right&quot; valign=&quot;middle&quot;&gt;{$avatar}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
{$awaybit}
&lt;/table&gt;
&lt;br /&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_forum_info}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;joined}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memregdate}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;lastvisit}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$memlastvisitdate} {$memlastvisittime}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;total_posts}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memprofile[&#039;postnum&#039;]} ({$lang-&gt;ppd_percent_total})&lt;br /&gt;&lt;span class=&quot;smalltext&quot;&gt;(&lt;a href=&quot;search.php?action=finduserthreads&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_threads}&lt;/a&gt; &amp;mdash; &lt;a href=&quot;search.php?action=finduser&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_posts}&lt;/a&gt;)&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;timeonline}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$timeonline}&lt;/td&gt;
&lt;/tr&gt;
{$referrals}
{$reputation}
{$warning_level}
&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_contact_details}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot; width=&quot;40%&quot;&gt;&lt;strong&gt;{$lang-&gt;homepage}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$website}&lt;/td&gt;
&lt;/tr&gt;
{$sendemail}
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;pm}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;a href=&quot;private.php?action=send&amp;amp;uid={$memprofile[&#039;uid&#039;]}&quot;&gt;{$lang-&gt;send_pm}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;icq_number}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;{$memprofile[&#039;icq&#039;]}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;aim_screenname}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=aim&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;aim&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;yahoo_id}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=yahoo&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;yahoo&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;msn}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=msn&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;msn&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;{$theme[&#039;imgdir&#039;]}/pixel.gif&quot; height=&quot;1&quot; width=&quot;8&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</pre></pre></p><p>Replace with:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;sbmemberprofiles&#039;] &gt;= 1 then&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;td&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] || $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;leftsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle1&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb1&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle2&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb2&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot; width=&quot;75%&quot;&gt;
&lt;span class=&quot;largetext&quot;&gt;&lt;strong&gt;{$formattedname}&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;smalltext&quot;&gt;
({$usertitle})&lt;br /&gt;
{$groupimage}
{$userstars}&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;registration_date}&lt;/strong&gt; {$memregdate}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;date_of_birth}&lt;/strong&gt; {$membday} {$membdayage}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;local_time}&lt;/strong&gt; {$localtime}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;postbit_status}&lt;/strong&gt; {$online_status}
&lt;/span&gt;
&lt;/td&gt;&lt;td width=&quot;25%&quot; align=&quot;right&quot; valign=&quot;middle&quot;&gt;{$avatar}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
{$awaybit}
&lt;/table&gt;
&lt;br /&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_forum_info}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;joined}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memregdate}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;lastvisit}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$memlastvisitdate} {$memlastvisittime}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;total_posts}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memprofile[&#039;postnum&#039;]} ({$lang-&gt;ppd_percent_total})&lt;br /&gt;&lt;span class=&quot;smalltext&quot;&gt;(&lt;a href=&quot;search.php?action=finduserthreads&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_threads}&lt;/a&gt; &amp;mdash; &lt;a href=&quot;search.php?action=finduser&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_posts}&lt;/a&gt;)&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;timeonline}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$timeonline}&lt;/td&gt;
&lt;/tr&gt;
{$referrals}
{$reputation}
{$warning_level}
&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_contact_details}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot; width=&quot;40%&quot;&gt;&lt;strong&gt;{$lang-&gt;homepage}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$website}&lt;/td&gt;
&lt;/tr&gt;
{$sendemail}
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;pm}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;a href=&quot;private.php?action=send&amp;amp;uid={$memprofile[&#039;uid&#039;]}&quot;&gt;{$lang-&gt;send_pm}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;icq_number}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;{$memprofile[&#039;icq&#039;]}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;aim_screenname}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=aim&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;aim&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;yahoo_id}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=yahoo&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;yahoo&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;msn}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=msn&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;msn&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;{$theme[&#039;imgdir&#039;]}/pixel.gif&quot; height=&quot;1&quot; width=&quot;8&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] || $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;rightsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle3&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb3&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle4&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb4&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;/table&gt;
&lt;else /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot; width=&quot;75%&quot;&gt;
&lt;span class=&quot;largetext&quot;&gt;&lt;strong&gt;{$formattedname}&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;smalltext&quot;&gt;
({$usertitle})&lt;br /&gt;
{$groupimage}
{$userstars}&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;registration_date}&lt;/strong&gt; {$memregdate}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;date_of_birth}&lt;/strong&gt; {$membday} {$membdayage}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;local_time}&lt;/strong&gt; {$localtime}&lt;br /&gt;
&lt;strong&gt;{$lang-&gt;postbit_status}&lt;/strong&gt; {$online_status}
&lt;/span&gt;
&lt;/td&gt;&lt;td width=&quot;25%&quot; align=&quot;right&quot; valign=&quot;middle&quot;&gt;{$avatar}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/td&gt;
&lt;/tr&gt;
{$awaybit}
&lt;/table&gt;
&lt;br /&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_forum_info}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;joined}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memregdate}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;lastvisit}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$memlastvisitdate} {$memlastvisittime}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot;&gt;&lt;strong&gt;{$lang-&gt;total_posts}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$memprofile[&#039;postnum&#039;]} ({$lang-&gt;ppd_percent_total})&lt;br /&gt;&lt;span class=&quot;smalltext&quot;&gt;(&lt;a href=&quot;search.php?action=finduserthreads&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_threads}&lt;/a&gt; &amp;mdash; &lt;a href=&quot;search.php?action=finduser&amp;amp;uid={$uid}&quot;&gt;{$lang-&gt;find_posts}&lt;/a&gt;)&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow2&quot;&gt;&lt;strong&gt;{$lang-&gt;timeonline}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow2&quot;&gt;{$timeonline}&lt;/td&gt;
&lt;/tr&gt;
{$referrals}
{$reputation}
{$warning_level}
&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot;&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; class=&quot;thead&quot;&gt;&lt;strong&gt;{$lang-&gt;users_contact_details}&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;trow1&quot; width=&quot;40%&quot;&gt;&lt;strong&gt;{$lang-&gt;homepage}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;trow1&quot;&gt;{$website}&lt;/td&gt;
&lt;/tr&gt;
{$sendemail}
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;pm}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;pm&#039;]}&quot;&gt;&lt;a href=&quot;private.php?action=send&amp;amp;uid={$memprofile[&#039;uid&#039;]}&quot;&gt;{$lang-&gt;send_pm}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;icq_number}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;icq&#039;]}&quot;&gt;{$memprofile[&#039;icq&#039;]}&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;aim_screenname}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;aim&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=aim&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;aim&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;yahoo_id}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;yahoo&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=yahoo&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;yahoo&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;strong&gt;{$lang-&gt;msn}&lt;/strong&gt;&lt;/td&gt;
&lt;td class=&quot;{$bgcolors[&#039;msn&#039;]}&quot;&gt;&lt;a href=&quot;javascript:;&quot; onclick=&quot;MyBB.popupWindow(&#039;misc.php?action=imcenter&amp;amp;imtype=msn&amp;amp;uid={$uid}&#039;, &#039;imcenter&#039;, 450, 300);&quot;&gt;{$memprofile[&#039;msn&#039;]}&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/td&gt;
&lt;td&gt;&lt;img src=&quot;{$theme[&#039;imgdir&#039;]}/pixel.gif&quot; height=&quot;1&quot; width=&quot;8&quot; alt=&quot;&quot;/&gt;&lt;/td&gt;
&lt;td width=&quot;50%&quot; valign=&quot;top&quot;&gt;
{$profilefields}
{$signature}
{$modoptions}
{$adminoptions}
{$buddy_options}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>Go to <strong>Show Thread Templates &gt; showthread</strong> and find:</p><p><pre><pre>&nbsp;&nbsp;{$pollbox}
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}

&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;{$ratethread}
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;clear: both; border-bottom-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div style=&quot;float: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;smalltext&quot;&gt;&lt;strong&gt;&lt;a href=&quot;showthread.php?mode=threaded&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;threaded}&lt;/a&gt; | &lt;a href=&quot;showthread.php?mode=linear&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;linear}&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;{$thread[&#039;threadprefix&#039;]}{$thread[&#039;subject&#039;]}&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$classic_header}
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div id=&quot;posts&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$posts}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;border-top-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td colspan=&quot;2&quot; class=&quot;tfoot&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$search_thread}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;&amp;laquo; &lt;a href=&quot;{$next_oldest_link}&quot;&gt;{$lang-&gt;next_oldest}&lt;/a&gt; | &lt;a href=&quot;{$next_newest_link}&quot;&gt;{$lang-&gt;next_newest}&lt;/a&gt; &amp;raquo;&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div style=&quot;padding-top: 4px;&quot; class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$quickreply}
&nbsp;&nbsp;{$threadexbox}
&nbsp;&nbsp;{$similarthreads}
&nbsp;&nbsp;&lt;br /&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul class=&quot;thread_tools&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;printable&quot;&gt;&lt;a href=&quot;printthread.php?tid={$tid}&quot;&gt;{$lang-&gt;view_printable}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;sendthread&quot;&gt;&lt;a href=&quot;sendthread.php?tid={$tid}&quot;&gt;{$lang-&gt;send_thread}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;subscription_{$add_remove_subscription}&quot;&gt;&lt;a href=&quot;usercp2.php?action={$add_remove_subscription}subscription&amp;amp;tid={$tid}&amp;amp;my_post_key={$mybb-&gt;post_code}&quot;&gt;{$add_remove_subscription_text}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&lt;/div&gt;

&nbsp;&nbsp;&lt;div class=&quot;float_right&quot; style=&quot;text-align: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$moderationoptions}
&nbsp;&nbsp;&nbsp;&nbsp;{$forumjump}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$usersbrowsing}</pre></pre></p><p>Replace with:</p><p><pre><pre>&lt;if $mybb-&gt;settings[&#039;sbshowthread&#039;] &gt;= 1 then&gt;
&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;td&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] || $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;leftsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb1onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle1&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb1&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb2onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle2&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb2&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&nbsp;&nbsp;{$pollbox}
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}

&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;{$ratethread}
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;clear: both; border-bottom-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div style=&quot;float: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;smalltext&quot;&gt;&lt;strong&gt;&lt;a href=&quot;showthread.php?mode=threaded&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;threaded}&lt;/a&gt; | &lt;a href=&quot;showthread.php?mode=linear&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;linear}&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;{$thread[&#039;threadprefix&#039;]}{$thread[&#039;subject&#039;]}&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$classic_header}
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div id=&quot;posts&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$posts}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;border-top-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td colspan=&quot;2&quot; class=&quot;tfoot&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$search_thread}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;&amp;laquo; &lt;a href=&quot;{$next_oldest_link}&quot;&gt;{$lang-&gt;next_oldest}&lt;/a&gt; | &lt;a href=&quot;{$next_newest_link}&quot;&gt;{$lang-&gt;next_newest}&lt;/a&gt; &amp;raquo;&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div style=&quot;padding-top: 4px;&quot; class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$quickreply}
&nbsp;&nbsp;{$threadexbox}
&nbsp;&nbsp;{$similarthreads}
&nbsp;&nbsp;&lt;br /&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul class=&quot;thread_tools&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;printable&quot;&gt;&lt;a href=&quot;printthread.php?tid={$tid}&quot;&gt;{$lang-&gt;view_printable}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;sendthread&quot;&gt;&lt;a href=&quot;sendthread.php?tid={$tid}&quot;&gt;{$lang-&gt;send_thread}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;subscription_{$add_remove_subscription}&quot;&gt;&lt;a href=&quot;usercp2.php?action={$add_remove_subscription}subscription&amp;amp;tid={$tid}&amp;amp;my_post_key={$mybb-&gt;post_code}&quot;&gt;{$add_remove_subscription_text}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&lt;/div&gt;

&nbsp;&nbsp;&lt;div class=&quot;float_right&quot; style=&quot;text-align: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$moderationoptions}
&nbsp;&nbsp;&nbsp;&nbsp;{$forumjump}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$usersbrowsing}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] || $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;td valign=&quot;top&quot; width=&quot;{$mybb-&gt;settings[&#039;rightsbwidth&#039;]}&quot;&gt;
&lt;if $mybb-&gt;settings[&#039;sb3onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle3&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb3&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;if $mybb-&gt;settings[&#039;sb4onoff&#039;] &gt;= 1 then&gt;&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle4&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb4&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;&lt;/if&gt;
&lt;/td&gt;
&lt;/if&gt;
&lt;/table&gt;
&lt;else /&gt;
&nbsp;&nbsp;{$pollbox}
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}

&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;{$ratethread}
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;clear: both; border-bottom-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td class=&quot;thead&quot; colspan=&quot;2&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div style=&quot;float: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;span class=&quot;smalltext&quot;&gt;&lt;strong&gt;&lt;a href=&quot;showthread.php?mode=threaded&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;threaded}&lt;/a&gt; | &lt;a href=&quot;showthread.php?mode=linear&amp;amp;tid={$tid}&amp;amp;pid={$pid}#pid{$pid}&quot;&gt;{$lang-&gt;linear}&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;{$thread[&#039;threadprefix&#039;]}{$thread[&#039;subject&#039;]}&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$classic_header}
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div id=&quot;posts&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$posts}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;table border=&quot;0&quot; cellspacing=&quot;{$theme[&#039;borderwidth&#039;]}&quot; cellpadding=&quot;{$theme[&#039;tablespace&#039;]}&quot; class=&quot;tborder&quot; style=&quot;border-top-width: 0;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td colspan=&quot;2&quot; class=&quot;tfoot&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$search_thread}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;strong&gt;&amp;laquo; &lt;a href=&quot;{$next_oldest_link}&quot;&gt;{$lang-&gt;next_oldest}&lt;/a&gt; | &lt;a href=&quot;{$next_newest_link}&quot;&gt;{$lang-&gt;next_newest}&lt;/a&gt; &amp;raquo;&lt;/strong&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$multipage}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;div style=&quot;padding-top: 4px;&quot; class=&quot;float_right&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$newreply}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$quickreply}
&nbsp;&nbsp;{$threadexbox}
&nbsp;&nbsp;{$similarthreads}
&nbsp;&nbsp;&lt;br /&gt;
&nbsp;&nbsp;&lt;div class=&quot;float_left&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul class=&quot;thread_tools&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;printable&quot;&gt;&lt;a href=&quot;printthread.php?tid={$tid}&quot;&gt;{$lang-&gt;view_printable}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;sendthread&quot;&gt;&lt;a href=&quot;sendthread.php?tid={$tid}&quot;&gt;{$lang-&gt;send_thread}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li class=&quot;subscription_{$add_remove_subscription}&quot;&gt;&lt;a href=&quot;usercp2.php?action={$add_remove_subscription}subscription&amp;amp;tid={$tid}&amp;amp;my_post_key={$mybb-&gt;post_code}&quot;&gt;{$add_remove_subscription_text}&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&lt;/div&gt;

&nbsp;&nbsp;&lt;div class=&quot;float_right&quot; style=&quot;text-align: right;&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;{$moderationoptions}
&nbsp;&nbsp;&nbsp;&nbsp;{$forumjump}
&nbsp;&nbsp;&lt;/div&gt;
&nbsp;&nbsp;&lt;br style=&quot;clear: both;&quot; /&gt;
&nbsp;&nbsp;{$usersbrowsing}
&lt;/if&gt;</pre></pre></p><p>Save and Return to Listing.</p><p>That&#8217;s it,</p><p>You can use your new content blocks in <strong>Configuration &gt; MyCMSBox</strong> and set them up how you want them, HTML is allowed. Some screenshot examples:</p><p
style="text-align: center;"><strong><em>MyBB sidebox with facebook page</em></strong></p><p><a
href="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox1.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-599" title="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 1" src="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox1.jpg?9d7bd4" alt="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 1" width="869" height="624" /></a></p><p
style="text-align: center;"><strong><em>MyBB sidebox on left and right sides, with header content block</em></strong></p><p><a
href="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox2.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-600" title="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 2" src="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox2.jpg?9d7bd4" alt="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 2" width="867" height="624" /></a></p><p
style="text-align: center;"><strong><em>MyBB sidebox on right side with welcome block</em></strong></p><p><a
href="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox3.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-601" title="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 3" src="http://mybbgroup.com/wp-content/uploads/2013/01/mycmsbox3.jpg?9d7bd4" alt="MyCMSBox - Custom MyBB Sidebox and CMS Layout - Screenshot 3" width="869" height="621" /></a></p><p>You can use MyCMSBox on your forum in many different ways for different content.</p> ]]></content:encoded> <wfw:commentRss>http://mybbgroup.com/mycmsbox-custom-mybb-sidebox-and-cms-layout/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MyBB Plugins Checkbox Validation Review</title><link>http://mybbgroup.com/mybb-plugins-checkbox-validation-review/</link> <comments>http://mybbgroup.com/mybb-plugins-checkbox-validation-review/#comments</comments> <pubDate>Sat, 01 Dec 2012 20:12:55 +0000</pubDate> <dc:creator>Xstrike</dc:creator> <category><![CDATA[Plugins]]></category> <category><![CDATA[bots]]></category> <category><![CDATA[forum]]></category> <category><![CDATA[mybb]]></category> <category><![CDATA[mybb plugins]]></category> <category><![CDATA[registration]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[validation]]></category><guid
isPermaLink="false">http://mybbgroup.com/?p=560</guid> <description><![CDATA[Checkbox Validation MyBB plugins stops spam.   MyBB Plugins Author: Vernier Submitted: 28th August 2012 Last Updated: 7th November 2012 MyBB Plugins URL: http://mods.mybb.com/view/checkbox-validation After a recent bot attack on my forum I was looking for something to stop the bots at the registration &#8230; <a
href="http://mybbgroup.com/mybb-plugins-checkbox-validation-review/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h2 style="text-align: center;"><span
style="text-decoration: underline;">Checkbox Validation MyBB plugins stops spam.</span></h2><p
style="text-align: center;"> <a
href="http://mybbgroup.com/wp-content/uploads/2012/12/mybbcheckboxvalidation.jpg?9d7bd4"><img
class="aligncenter  wp-image-561" title="MyBB Plugins Checkbox Validation Review" src="http://mybbgroup.com/wp-content/uploads/2012/12/mybbcheckboxvalidation.jpg?9d7bd4" alt="MyBB Plugins Checkbox Validation Review" width="518" height="240" /></a></p><p><strong>MyBB Plugins Author:</strong> <a
href="http://mods.mybb.com/profile/55924" target="_blank">Vernier</a><br
/> <strong>Submitted:</strong> 28th August 2012<br
/> <strong>Last Updated:</strong> 7th November 2012<br
/> <strong>MyBB Plugins URL:</strong> <a
href="http://mods.mybb.com/view/checkbox-validation" target="_blank">http://mods.mybb.com/view/checkbox-validation</a></p><p>After a recent bot attack on my forum I was looking for something to stop the bots at the registration page, as even <a
href="http://mods.mybb.com/view/stopforumspam-com-for-mybb" target="_blank"><em>Stopforumspam.com for Spam prevention</em></a> and <a
href="http://mods.mybb.com/view/registration-security-question" target="_blank"><em>Registration Security Question</em></a> <em>MyBB plugins</em> weren&#8217;t helping as much. Among MyBB plugins I came across this simple Checkbox Validation plugin that adds a checkbox with a random number the user needs to click on to continue. If the user fails to click on a number or clicks on the wrong number, a error will occur. This, combined with Registration Security Question MyBB plugins has nearly stopped all bots now.</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/12/mybbcheckboxvalidationsettings.jpg?9d7bd4"><img
class="alignleft  wp-image-564" title="MyBB Plugins Checkbox Validation Review - Settings" src="http://mybbgroup.com/wp-content/uploads/2012/12/mybbcheckboxvalidationsettings.jpg?9d7bd4" alt="MyBB Plugins Checkbox Validation Review - Settings" width="242" height="362" /></a>The Checkbox Validation MyBB plugin comes with a few settings, but the most important one for me is &#8220;Enable on the Register page?&#8221; which shows Checkbox Validation on the registration page. Other settings enables it to appear on new threads, replies to threads and private messages. I recommend this MyBB plugin due to how simple but effective it is in stopping automated spam bots, as spam software continues to receive updates making bots smarter, useful spam prevention MyBB plugins like Registration Security Question is becoming less effective, as bots can obtain the answers after a human manually completes the questions.</p><p>The Checkbox Validation MyBB plugin however puts a stop to spam bots and is a useful tool against the fight on MyBB spam, this plugin along with other methods mentioned in the <a
title="MyBB Spam Prevention Guide to Stop MyBB Forum Spam" href="http://mybbgroup.com/mybb-spam-prevention-guide-to-stop-mybb-forum-spam/" target="_blank">MyBB Spam Prevention Guide</a> can make it extremely difficult for bots, and more easier for you to enjoy your forum and it&#8217;s registered human members.</p> ]]></content:encoded> <wfw:commentRss>http://mybbgroup.com/mybb-plugins-checkbox-validation-review/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MyBB Theme of the Month: DarkFusion Review</title><link>http://mybbgroup.com/mybb-theme-of-the-month-darkfusion-review/</link> <comments>http://mybbgroup.com/mybb-theme-of-the-month-darkfusion-review/#comments</comments> <pubDate>Fri, 02 Nov 2012 00:40:22 +0000</pubDate> <dc:creator>Xstrike</dc:creator> <category><![CDATA[Themes]]></category> <category><![CDATA[clean]]></category> <category><![CDATA[dark]]></category> <category><![CDATA[darkfusion]]></category> <category><![CDATA[mybb]]></category> <category><![CDATA[mybb theme]]></category><guid
isPermaLink="false">http://mybbgroup.com/?p=514</guid> <description><![CDATA[MyBB theme DarkFusion review. MyBB Theme Author: Jessie S. Submitted: 3rd January 2010 Last Updated: 9th April 2011 MyBB Theme URL: http://mods.mybb.com/view/dark-fusion-2 MyBB theme overview With Halloween being yesterday, I decided to start the new MyBBGroup Theme of the Month &#8230; <a
href="http://mybbgroup.com/mybb-theme-of-the-month-darkfusion-review/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1 style="text-align: center;"><span
style="text-decoration: underline;">MyBB theme DarkFusion review</span>.</h1><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/11/mybbthemedarkfusion1.jpg?9d7bd4"><img
class="alignnone  wp-image-515" title="MyBB Theme of The Month: DarkFusion Review" src="http://mybbgroup.com/wp-content/uploads/2012/11/mybbthemedarkfusion1.jpg?9d7bd4" alt="MyBB Theme of The Month: DarkFusion Review" width="1001" height="553" /></a></p><p><strong>MyBB Theme Author:</strong> <a
href="http://mods.mybb.com/profile/22743" target="_blank">Jessie S.</a><br
/> <strong>Submitted:</strong> 3rd January 2010<br
/> <strong>Last Updated:</strong> 9th April 2011<br
/> <strong>MyBB Theme URL:</strong> <a
href="http://mods.mybb.com/view/dark-fusion-2" target="_blank">http://mods.mybb.com/view/dark-fusion-2</a></p><h2>MyBB theme overview</h2><p>With Halloween being yesterday, I decided to start the new MyBBGroup Theme of the Month series with a dark theme. DarkFusion is a clean black, grey and blue MyBB theme, made for the MyBB 1.6 series. With over 7000 downloads from the MyBB Mods site, it&#8217;s certainly one of the oldest themes since the release of MyBB 1.6.</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/11/mybbthemedarkfusion2.jpg?9d7bd4"><img
class="alignnone  wp-image-525" title="MyBB Theme of the Month: DarkFusion Review - Posts" src="http://mybbgroup.com/wp-content/uploads/2012/11/mybbthemedarkfusion2.jpg?9d7bd4" alt="MyBB Theme of the Month: DarkFusion Review - Posts" width="987" height="512" /></a></p><p>This MyBB theme seems most often used on video game forums. The Welcome Back menu scrolls with you, giving easy access to your control panel. Personally I&#8217;m not a fan of those moving menus as they tend to get stuck when used on mobile devices, but nevertheless it adds a nice touch to the theme. the DarkFusion grey font and size seems a bit too small for me, but these can be easily adjusted for those who agree.</p><p>This MyBB theme also comes with it&#8217;s own icons, as noticed at the bottom of the theme in the footer. The images across the theme itself are high quality, a PSD file is also included with this theme, allowing anyone to customize it further to their liking.</p><p><strong>MyBB theme conclusion:</strong> <em>If you like a dark MyBB theme on a forum, you won&#8217;t be disappointed with this one. It&#8217;s customizable and shows a sleek and clean professional look to it.<br
/> </em></p> ]]></content:encoded> <wfw:commentRss>http://mybbgroup.com/mybb-theme-of-the-month-darkfusion-review/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to Create a Custom MyBB CMS Forum Layout</title><link>http://mybbgroup.com/how-to-create-a-custom-mybb-cms-forum-layout/</link> <comments>http://mybbgroup.com/how-to-create-a-custom-mybb-cms-forum-layout/#comments</comments> <pubDate>Fri, 19 Oct 2012 05:20:38 +0000</pubDate> <dc:creator>Xstrike</dc:creator> <category><![CDATA[Codes]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[content]]></category> <category><![CDATA[custom]]></category> <category><![CDATA[layout]]></category> <category><![CDATA[mybb cms]]></category> <category><![CDATA[sidebox]]></category><guid
isPermaLink="false">http://mybbgroup.com/?p=458</guid> <description><![CDATA[Creating a custom MyBB CMS type layout. Earlier I made a post about creating a custom MyBB sidebox on a forum, this tutorial is a more advanced version of the previous post. This is how to create a MyBB CMS &#8230; <a
href="http://mybbgroup.com/how-to-create-a-custom-mybb-cms-forum-layout/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1 style="text-align: center;"><span
style="text-decoration: underline;">Creating a custom MyBB CMS type layout.</span></h1><p>Earlier I made a post about <a
title="How to Add a MyBB Sidebox, No Plugins Required" href="http://mybbgroup.com/how-to-add-a-mybb-sidebox-no-plugins-required/" target="_blank">creating a custom MyBB sidebox on a forum</a>, this tutorial is a more advanced version of the previous post. This is how to create a MyBB CMS (content management system) type of layout that will allow you to add additional content on your forum Index, Header and Footer areas, like in the screenshot below. No MyBB plugins!</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcms.jpg?9d7bd4"><img
class="alignleft size-full wp-image-460" title="How to Create a Custom MyBB CMS Forum" src="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcms.jpg?9d7bd4" alt="How to Create a Custom MyBB CMS Forum" width="1052" height="617" /></a></p><p>What will be done here is creating 6 new content blocks around your main forum; a header block, a footer block, and 4 sidebox blocks, 2 on each side of the forum. The sidebox blocks will only show on the index page of the forum, while the header and footer blocks will display on every page. The blocks will transform your forum into a MyBB CMS type layout to add extra content, such as affiliates, ads, social sharing, welcome text, etc, almost like a real CMS.</p><hr
/><p><em>Note that this MyBB CMS setup is somewhat advanced and takes some time and coding, but the end result is worth it.</em></p><h3><strong>Step 1:</strong> Add new group settings for MyBB CMS layout</h3><p>You&#8217;ll need to create new settings in your Admin CP, go to <strong>Configuration &gt; Add New Setting Group</strong> and add the following to each field:</p><ul><li><strong>Title:</strong> Custom MyBB CMS</li><li><strong>Description:</strong> Settings for Custom MyBB CMS.</li><li><strong>Display Order:</strong> 0</li><li><strong>Identifier:</strong> mybbcms</li></ul><p>Save settings, here&#8217;s the result:</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmssettingsgroup.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-476" title="How to Create a Custom MyBB CMS Forum - Group Settings" src="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmssettingsgroup.jpg?9d7bd4" alt="How to Create a Custom MyBB CMS Forum - Group Settings" width="308" height="175" /></a></p><h3><strong>Step 2:</strong> Add new settings for content blocks</h3><p>This is the longest step for this custom MyBB CMS, you&#8217;ll need to create 12 settings, 2 for the Header Box, 2 for the Footer Box, and 8 for the four sideboxes to add/remove content. Go to <strong>Add New Setting</strong> and add the following for setting 1:</p><ul><li><strong>Title</strong>: HeaderBox Title</li><li><strong>Description</strong>: Name of HeaderBox.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 0</li><li><strong>Identifier</strong>: hbtitle</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 2:</p><ul><li><strong>Title</strong>: HeaderBox Content</li><li><strong>Description</strong>: Enter content of HeaderBox here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 1</li><li><strong>Identifier</strong>: hb</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 3:</p><ul><li><strong>Title</strong>: FooterBox Title</li><li><strong>Description</strong>: Name of FooterBox.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 2</li><li><strong>Identifier</strong>: fbtitle</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 4:</p><ul><li><strong>Title</strong>: FooterBox Content</li><li><strong>Description</strong>: Enter content of FooterBox here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 3</li><li><strong>Identifier</strong>: fb</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><em>So far, we&#8217;ve added settings for two content blocks that will show on every page, one in the header of the forum and one in the footer of the forum. Now let&#8217;s add settings for the sideboxes.</em></p><p><strong>Add New Setting</strong> and add the following for setting 5:</p><ul><li><strong>Title</strong>: Sidebox 1 Title</li><li><strong>Description</strong>: Name of Sidebox 1.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 4</li><li><strong>Identifier</strong>: sbtitle1</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 6:</p><ul><li><strong>Title</strong>: Sidebox 1 Content</li><li><strong>Description</strong>: Enter content of Sidebox 1 here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 5</li><li><strong>Identifier</strong>: sb1</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 7:</p><ul><li><strong>Title</strong>: Sidebox 2 Title</li><li><strong>Description</strong>: Name of Sidebox 2.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 6</li><li><strong>Identifier</strong>: sbtitle2</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 8:</p><ul><li><strong>Title</strong>: Sidebox 2 Content</li><li><strong>Description</strong>: Enter content of Sidebox 2 here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 7</li><li><strong>Identifier</strong>: sb2</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 9:</p><ul><li><strong>Title</strong>: Sidebox 3 Title</li><li><strong>Description</strong>: Name of Sidebox 3.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 8</li><li><strong>Identifier</strong>: sbtitle3</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 10:</p><ul><li><strong>Title</strong>: Sidebox 3 Content</li><li><strong>Description</strong>: Enter content of Sidebox 3 here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 9</li><li><strong>Identifier</strong>: sb3</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 11:</p><ul><li><strong>Title</strong>: Sidebox 4 Title</li><li><strong>Description</strong>: Name of Sidebox 4.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 10</li><li><strong>Identifier</strong>: sbtitle4</li><li><strong>Type</strong>: Text</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings.</p><p><strong>Add New Setting</strong> and add the following for setting 12:</p><ul><li><strong>Title</strong>: Sidebox 4 Content</li><li><strong>Description</strong>: Enter content of Sidebox 4 here.</li><li><strong>Group</strong>: Custom MyBB CMS</li><li><strong>Display Order</strong>: 11</li><li><strong>Identifier</strong>: sb4</li><li><strong>Type</strong>: Textarea</li><li><strong>Value</strong>: (leave as blank)</li></ul><p>Save settings, you should now have 12 settings looking similar to this:</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsblocksettings.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-477" title="How to Create a Custom MyBB CMS Forum - Block Settings" src="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsblocksettings.jpg?9d7bd4" alt="How to Create a Custom MyBB CMS Forum - Block Settings" width="567" height="555" /></a></p><p><strong>Step 3:</strong> Now that the settings are in place for the custom MyBB CMS setup, next is to edit the templates to display the new content blocks. Go to <strong>Templates &amp; Style &gt; Templates &gt; (your default templates) &gt; Footer Templates &gt; footer</strong>.</p><p>Find (line 1):</p><p><pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;br /&gt;</pre></p><p>Add below:</p><p><pre>&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;fbtitle&#039;]}&lt;/div&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;fb&#039;]}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;</pre></p><p>Save settings.</p><p><strong>Step 4:</strong> Go to <strong>Header Templates &gt; header</strong>.</p><p>Find:</p><p><pre><pre>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$pm_notice}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bannedwarning}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$bbclosedwarning}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$unreadreports}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{$pending_joinrequests}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;navigation&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;br /&gt;</pre></pre></p><p>Add below:</p><p><pre>&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;4&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;hbtitle&#039;]}&lt;/div&gt;&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;&lt;div align=&quot;center&quot;&gt;{$mybb-&gt;settings[&#039;hb&#039;]}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;</pre></p><p>Save settings.</p><p><strong>Step 5:</strong> Go to <strong>Index Page Templates &gt; index</strong>.</p><p>Find:</p><p><pre><pre>{$forums}
{$boardstats}</pre></pre></p><p>Replace with:</p><p><pre><pre>&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;2&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;td&gt;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;
&lt;tr&gt;&lt;td valign=&quot;top&quot; width=&quot;160&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle1&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb1&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle2&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb2&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
{$forums}
{$boardstats}
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot;&gt;
&lt;td valign=&quot;top&quot; width=&quot;160&quot;&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle3&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb3&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;table border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot; class=&quot;tborder&quot;&gt;&lt;tr&gt;&lt;td class=&quot;thead&quot;&gt;&lt;strong&gt;{$mybb-&gt;settings[&#039;sbtitle4&#039;]}&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;trow1&quot;&gt;{$mybb-&gt;settings[&#039;sb4&#039;]}&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;br /&gt;
&lt;/td&gt;
&lt;/table&gt;</pre></pre></p><p>Save settings, you&#8217;re done!</p><p><span
style="text-decoration: underline;"><strong>How it works:</strong></span> Your forum should be showing a bunch of empty boxes, to fill them up with your own content go to A<strong>dmin CP &gt; Configuration &gt; Custom MyBB CMS</strong>.</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsbasiclook2.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-479" title="How to Create a Custom MyBB CMS Forum - Basic Look" src="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsbasiclook2.jpg?9d7bd4" alt="How to Create a Custom MyBB CMS Forum - Basic Look" width="598" height="569" /></a></p><p>Here you can add content to your sideboxes and header/footer content blocks, simply fill in the title and add the content you want, you can use HTML in these boxes. Here&#8217;s a basic result:</p><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsbasiclook.jpg?9d7bd4"><img
class="aligncenter size-full wp-image-481" title="How to Create a Custom MyBB CMS Forum - Basic Layout" src="http://mybbgroup.com/wp-content/uploads/2012/10/mybbcmsbasiclook.jpg?9d7bd4" alt="How to Create a Custom MyBB CMS Forum - Basic Layout" width="931" height="560" /></a></p><p>This tutorial for making a custom MyBB CMS is completely customizable, so you can add or remove as many boxes as you want on your forum. You can also use this for adding other kinds of codes such as <a
title="Add MyBB Social Sharing Buttons, No MyBB Plugins" href="http://mybbgroup.com/add-mybb-social-sharing-buttons-no-mybb-plugins/" target="_blank">adding social sharing buttons</a> or <a
title="How to Add MyBB Adsense to Your Forum, No Plugins" href="http://mybbgroup.com/how-to-add-mybb-adsense-to-your-forum-no-plugins/" target="_blank">placing ads in one of these content blocks</a> too.</p> ]]></content:encoded> <wfw:commentRss>http://mybbgroup.com/how-to-create-a-custom-mybb-cms-forum-layout/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>MyBB Performance: How to Reduce MyBB Server Load</title><link>http://mybbgroup.com/how-to-reduce-mybb-server-load-usage/</link> <comments>http://mybbgroup.com/how-to-reduce-mybb-server-load-usage/#comments</comments> <pubDate>Fri, 14 Sep 2012 21:54:31 +0000</pubDate> <dc:creator>Xstrike</dc:creator> <category><![CDATA[Tutorials]]></category> <category><![CDATA[mybb]]></category> <category><![CDATA[mybb server load]]></category> <category><![CDATA[performance]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[sql queries]]></category><guid
isPermaLink="false">http://mybbgroup.com/?p=334</guid> <description><![CDATA[MyBB performance tips for reducing high MyBB server load. When running a forum, blog, or any kind of website, watching the server load is important. Server load is the amount of processes running on the server itself, website scripts such &#8230; <a
href="http://mybbgroup.com/how-to-reduce-mybb-server-load-usage/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h1><span
style="text-decoration: underline;">MyBB performance tips for reducing high MyBB server load.</span></h1><p><a
href="http://mybbgroup.com/wp-content/uploads/2012/09/mybbserverload1.jpg?9d7bd4"><img
class="alignleft size-full wp-image-451" title="MyBB Performance: How to Reduce MyBB Server Load" src="http://mybbgroup.com/wp-content/uploads/2012/09/mybbserverload1.jpg?9d7bd4" alt="MyBB Performance: How to Reduce MyBB Server Load" width="457" height="81" /></a>When running a forum, blog, or any kind of website, watching the server load is important. Server load is the amount of processes running on the server itself, website scripts such as MyBB and many others uses SQL queries which contributes to server load. While MyBB itself does not in any way create high server load, <strong>the various plugins and features an administrator decides to add to it can contribute to high MyBB server load</strong>.</p><p>Many users run their MyBB forums on shared hosting, meaning a server that hosts many other websites. A high server load can be caused by any of these users, so if there ever is a high server load, it may not be coming from your website. Nevertheless, if you&#8217;re experiencing high MyBB server load coming from your forum however, then here&#8217;s a few tips as a MyBB performance guide that can help reduce it.</p><h2>1. Don&#8217;t use so many MyBB plugins</h2><p>This is most common, most plugins adds additional SQL queries which adds more to the MyBB server load. Don&#8217;t use MyBB plugins you don&#8217;t need, you can use simple template edits to MyBB for basic functions such as <a
title="How to Add MyBB Google Analytics Without MyBB Plugins" href="http://mybbgroup.com/how-to-add-mybb-google-analytics-without-mybb-plugins/" target="_blank">adding Google Analytics</a> or <a
title="How To Create a MyBB Usergroup Legend, No Plugins" href="http://mybbgroup.com/how-to-create-a-mybb-usergroup-legend-no-plugins/" target="_blank">creating a usergroup legend on your forum</a>.</p><h2>2. Use MyBB Debug Information to find where the high MyBB server load is</h2><p>A useful function, debugging your forum is good for finding potential functions that are using many SQL queries that creates a high MyBB server load, usually these are plugins. Find the ones causing this and deactivate them if possible.</p><h2>3. Adjust configurations for reducing MyBB server load</h2><p>In <strong>admin CP &gt; Configurations &gt; Server and Optimization Options</strong> set &#8220;Use GZip Page Compression?&#8221; to yes and &#8220;Enable Forum Jump Menu?&#8221; to no. If high MyBB server load is a major issue for you then you can use the *NIX Load Limiting option, but be advised that this can decrease the amount of visitors to your forum depending on what number you set it at.</p><h2>4. Move to paid hosting or a VPS/dedicated server</h2><p>A lot of MyBB forums run on free hosting, and those can experience high server load a lot due to the abuse from other users on the servers and slows your forum down in the process, or maybe you have a lot of active users that are contributing to high MyBB server load. If either is the case, then you may need to consider moving to paid hosting, hosts like Hostgator run great with MyBB. They may cost a few dollars a month, but if you&#8217;re serious about your forum you&#8217;ll make the decision to move to better quality hosting.</p><h3>Conclusion</h3><p><em>Don&#8217;t wait until the last minute to do any of these, especially if your forum is the cause of high MyBB server load. Otherwise your webhost may suspend your account for &#8220;abusing&#8221; their servers. As mentioned before, the MyBB forum software hardly takes up any server load usage, but the various MyBB plugins can. Keep SQL queries low around your forum and that will generally reduce high MyBB server load.</em></p> ]]></content:encoded> <wfw:commentRss>http://mybbgroup.com/how-to-reduce-mybb-server-load-usage/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/10 queries in 0.004 seconds using disk: basic
Object Caching 536/546 objects using disk: basic

Served from: mybbgroup.com @ 2013-05-25 15:22:27 -->