<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[D&D Forums - MyBB Plugins & Themes - Tricks & Tutorials]]></title>
		<link>https://developement.design/forum/</link>
		<description><![CDATA[D&D Forums - MyBB Plugins & Themes - https://developement.design/forum]]></description>
		<pubDate>Sun, 26 Jul 2026 10:46:00 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Important SEO tips for MyBB forums]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27964</link>
			<pubDate>Tue, 27 Sep 2022 01:33:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27964</guid>
			<description><![CDATA[One of the main reasons MyBB forums are easy to use is the ability to make any number of changes easily without any complex modifications. By default, MyBB comes with powerful features but there are still few things related to SEO that can boost your forums and can help you gain Organic traffic from Search Engines. In the past, I wrote about Top Practices that can help gain huge traffic for your forums, in this tutorial I will share some simple yet important SEO tips to boost search engine visibility of your MyBB forums.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1- Use Google SEO plugin</span><br />
One of the oldest and most powerful plugin for MyBB forums, first released in 2009. This plugin is absolutely important for your forums as it adds features such as Google SEO titles, 404, redirects, and a lot more. It will also create a sitemap for your site which will help in the discovery of your website pages.<br />
Check out this plugin at MyBB Extend : <a href="https://community.mybb.com/mods.php?action=view&amp;pid=789&amp;_ga=2.149065462.1329151028.1664241687-1630773241.1664241687" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...1664241687</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">2- Use Meta tags to provide a rich experience for Social media crawlers</span><br />
Social Media has gained a lot of popularity and your meta tags can help google gain more confidence in your website. Use the following code inside your headerinclude template to add such visibility<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="twitter:card" value="summary"&gt;<br />
&lt;meta property="og:title" content="Title " /&gt;<br />
&lt;meta property="og:type" content="article" /&gt;<br />
&lt;meta property="og:url" content="{&#36;mybb-&gt;settings['url']}" /&gt;<br />
&lt;meta property="og:image" content="{&#36;mybb-&gt;settings['url']}/path/to/picture.jpg" /&gt;<br />
&lt;meta property="og:description" content="Description about forum" /&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Note</span> – Make sure to replace path/to/picture,jpg with your forum image.<br />
<br />
Meta description and canonical tag is added automatically by Google SEO Plugin on all pages. If you want to have seperate meta description on homepage than add the below tag to your index template just after <span style="font-style: italic;" class="mycode_i">title </span>tag.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="description" content="Page description" /&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">3. Add robots.txt to block access to unwanted pages<br />
</span>Search engines follow robots.txt and honor request to not access pages that are restricted. You can do that using robots.txt, here is a sample robots.txt , you can modify whatever you want.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: /captcha.php<br />
Disallow: /editpost.php<br />
Disallow: /modcp.php<br />
Disallow: /moderation.php<br />
Disallow: /newreply.php<br />
Disallow: /newthread.php<br />
Disallow: /printthread.php<br />
Disallow: /private.php<br />
Disallow: /ratethread.php<br />
Disallow: /report.php<br />
Disallow: /sendthread.php<br />
Disallow: /task.php<br />
Disallow: /usercp.php<br />
Disallow: /usercp2.php<br />
Disallow: /archive<br />
Disallow: /online.php<br />
Disallow: /calendar.php<br />
Disallow: /reputation.php<br />
Disallow: /search.php<br />
Disallow: /*nextoldest*<br />
Disallow: /*nextnewest*<br />
Disallow: /*datecut*<br />
Disallow: /*lastpost*<br />
Disallow: /*markread*</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">4- Reduce Pagespeed<br />
</span>Pagespeed is an important metric in your website rankings, higher would be the ranking if the page load is faster. Check your website for potential improvements at Google Pagespeed Insights. Get a SEO friendly theme to get most of the benefits of page speed.<br />
<br />
These are our top SEO tips for MyBB forums to increase your rankings and visibility in search engines.<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></description>
			<content:encoded><![CDATA[One of the main reasons MyBB forums are easy to use is the ability to make any number of changes easily without any complex modifications. By default, MyBB comes with powerful features but there are still few things related to SEO that can boost your forums and can help you gain Organic traffic from Search Engines. In the past, I wrote about Top Practices that can help gain huge traffic for your forums, in this tutorial I will share some simple yet important SEO tips to boost search engine visibility of your MyBB forums.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1- Use Google SEO plugin</span><br />
One of the oldest and most powerful plugin for MyBB forums, first released in 2009. This plugin is absolutely important for your forums as it adds features such as Google SEO titles, 404, redirects, and a lot more. It will also create a sitemap for your site which will help in the discovery of your website pages.<br />
Check out this plugin at MyBB Extend : <a href="https://community.mybb.com/mods.php?action=view&amp;pid=789&amp;_ga=2.149065462.1329151028.1664241687-1630773241.1664241687" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?acti...1664241687</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">2- Use Meta tags to provide a rich experience for Social media crawlers</span><br />
Social Media has gained a lot of popularity and your meta tags can help google gain more confidence in your website. Use the following code inside your headerinclude template to add such visibility<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="twitter:card" value="summary"&gt;<br />
&lt;meta property="og:title" content="Title " /&gt;<br />
&lt;meta property="og:type" content="article" /&gt;<br />
&lt;meta property="og:url" content="{&#36;mybb-&gt;settings['url']}" /&gt;<br />
&lt;meta property="og:image" content="{&#36;mybb-&gt;settings['url']}/path/to/picture.jpg" /&gt;<br />
&lt;meta property="og:description" content="Description about forum" /&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Note</span> – Make sure to replace path/to/picture,jpg with your forum image.<br />
<br />
Meta description and canonical tag is added automatically by Google SEO Plugin on all pages. If you want to have seperate meta description on homepage than add the below tag to your index template just after <span style="font-style: italic;" class="mycode_i">title </span>tag.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="description" content="Page description" /&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">3. Add robots.txt to block access to unwanted pages<br />
</span>Search engines follow robots.txt and honor request to not access pages that are restricted. You can do that using robots.txt, here is a sample robots.txt , you can modify whatever you want.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: /captcha.php<br />
Disallow: /editpost.php<br />
Disallow: /modcp.php<br />
Disallow: /moderation.php<br />
Disallow: /newreply.php<br />
Disallow: /newthread.php<br />
Disallow: /printthread.php<br />
Disallow: /private.php<br />
Disallow: /ratethread.php<br />
Disallow: /report.php<br />
Disallow: /sendthread.php<br />
Disallow: /task.php<br />
Disallow: /usercp.php<br />
Disallow: /usercp2.php<br />
Disallow: /archive<br />
Disallow: /online.php<br />
Disallow: /calendar.php<br />
Disallow: /reputation.php<br />
Disallow: /search.php<br />
Disallow: /*nextoldest*<br />
Disallow: /*nextnewest*<br />
Disallow: /*datecut*<br />
Disallow: /*lastpost*<br />
Disallow: /*markread*</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">4- Reduce Pagespeed<br />
</span>Pagespeed is an important metric in your website rankings, higher would be the ranking if the page load is faster. Check your website for potential improvements at Google Pagespeed Insights. Get a SEO friendly theme to get most of the benefits of page speed.<br />
<br />
These are our top SEO tips for MyBB forums to increase your rankings and visibility in search engines.<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Font Awesome based forum icons (ficons) in MyBB]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27963</link>
			<pubDate>Tue, 27 Sep 2022 01:28:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27963</guid>
			<description><![CDATA[Font Awesome based icons are pretty popular these days and have replaced image based icons. In this tutorial, you will learn about adding Font Awesome based forum icons in MyBB without any plugins.<br />
<br />
For this tutorial, make sure to have a complete backup before following this tutorial for any theme. Recently I shared a tutorial for GoDark MyBB theme and this tutorial will allow you to add ficons in any theme.<br />
<span style="font-weight: bold;" class="mycode_b">Note : This tutorial is intended for advanced MyBB administrators.</span><br />
<ul class="mycode_list"><li>First you need to install Font Awesome Icons on your forum. It uses the Font Awesome version 4.7.0, you can select Font Awesome 5 if you want.<br />
</li>
<li>Go to Admin CP &gt; Themes and Styles &gt; Templates &gt; Your theme Templates &gt; Forum Bit Templates<br />
</li>
<li>Edit forumbit_depth2_forum and forumbit_depth2_cat and find the below code<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;td class="{&#36;bgcolor}" align="center" width="1"&gt;&lt;span class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/span&gt;&lt;/td&gt;</code></div></div><br />
Replace the above code with this<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;td class="{&#36;bgcolor}" align="center" valign="center"&gt;&lt;div class="forum_status forum_{&#36;lightbulb['folder']} forum_{&#36;forum['fid']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-envelope-open" aria-hidden="true"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/td&gt;</code></div></div><ul class="mycode_list"><li>Now go to Admin CP&gt; Forum and Posts &gt; Forum Management and get the fid for the forum. In our case, fid is 4.<br />
</li>
<li>Now go to css3.css and add this at the bottom of the CSS file. In the below code, 4 is the fid that we received from forum management.<br />
</li>
<li>Add the below CSS in Global.css file<br />
</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
    height: 20px;<br />
    width: 20px;<br />
    font-size: 20px;<br />
    text-align: center;<br />
    padding: 5px;<br />
}<br />
.forum_status i {<br />
display: inline-block;<br />
}<br />
.forum_offlock i:before {<br />
content: "&#92;f023";<br />
}<br />
.forum_offlink i:before {<br />
content: "&#92;f0c1";<br />
}<br />
.forum_4 i:before {<br />
content: "&#92;f187 ";<br />
}</code></div></div><ul class="mycode_list"><li>Repeat the step 2 and 3 for all the fid and you will have custom forum icons without any plugins.<br />
</li>
<li>The above content f187 is unicode that you can get from icon page (<a href="https://fontawesome.com/v4.7.0/icon/archive" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/v4.7.0/icon/archive</a>). You can change the unicode for your preferred icon.<br />
</li>
<li>Font Awesome icons – <a href="https://fontawesome.com/" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/</a><br />
</li>
</ul>
<br />
Hope this helps you add Font Awesome based forum Icons on your MyBB Forums.<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></description>
			<content:encoded><![CDATA[Font Awesome based icons are pretty popular these days and have replaced image based icons. In this tutorial, you will learn about adding Font Awesome based forum icons in MyBB without any plugins.<br />
<br />
For this tutorial, make sure to have a complete backup before following this tutorial for any theme. Recently I shared a tutorial for GoDark MyBB theme and this tutorial will allow you to add ficons in any theme.<br />
<span style="font-weight: bold;" class="mycode_b">Note : This tutorial is intended for advanced MyBB administrators.</span><br />
<ul class="mycode_list"><li>First you need to install Font Awesome Icons on your forum. It uses the Font Awesome version 4.7.0, you can select Font Awesome 5 if you want.<br />
</li>
<li>Go to Admin CP &gt; Themes and Styles &gt; Templates &gt; Your theme Templates &gt; Forum Bit Templates<br />
</li>
<li>Edit forumbit_depth2_forum and forumbit_depth2_cat and find the below code<br />
</li>
</ul>
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;td class="{&#36;bgcolor}" align="center" width="1"&gt;&lt;span class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/span&gt;&lt;/td&gt;</code></div></div><br />
Replace the above code with this<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;td class="{&#36;bgcolor}" align="center" valign="center"&gt;&lt;div class="forum_status forum_{&#36;lightbulb['folder']} forum_{&#36;forum['fid']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-envelope-open" aria-hidden="true"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/td&gt;</code></div></div><ul class="mycode_list"><li>Now go to Admin CP&gt; Forum and Posts &gt; Forum Management and get the fid for the forum. In our case, fid is 4.<br />
</li>
<li>Now go to css3.css and add this at the bottom of the CSS file. In the below code, 4 is the fid that we received from forum management.<br />
</li>
<li>Add the below CSS in Global.css file<br />
</li>
</ul>
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
    height: 20px;<br />
    width: 20px;<br />
    font-size: 20px;<br />
    text-align: center;<br />
    padding: 5px;<br />
}<br />
.forum_status i {<br />
display: inline-block;<br />
}<br />
.forum_offlock i:before {<br />
content: "&#92;f023";<br />
}<br />
.forum_offlink i:before {<br />
content: "&#92;f0c1";<br />
}<br />
.forum_4 i:before {<br />
content: "&#92;f187 ";<br />
}</code></div></div><ul class="mycode_list"><li>Repeat the step 2 and 3 for all the fid and you will have custom forum icons without any plugins.<br />
</li>
<li>The above content f187 is unicode that you can get from icon page (<a href="https://fontawesome.com/v4.7.0/icon/archive" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/v4.7.0/icon/archive</a>). You can change the unicode for your preferred icon.<br />
</li>
<li>Font Awesome icons – <a href="https://fontawesome.com/" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/</a><br />
</li>
</ul>
<br />
Hope this helps you add Font Awesome based forum Icons on your MyBB Forums.<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to ban IP to prevent spam in MyBB]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27962</link>
			<pubDate>Tue, 27 Sep 2022 01:26:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27962</guid>
			<description><![CDATA[Every forum suffers from spam either in the start or after it has started gaining users. Sometimes spammers use bots with multiple IP’s and when you know those IP’s, you can ban them so that you can prevent spam easily.<br />
<br />
MyBB has this feature inbuilt and it is very useful. Yet lot of people don’t know about this and go for various custom plugins which may or may not be required. In this tutorial we will use the Ban IP feature of MyBB to prevent spam. I have previously shared a tutorial on stopping forum spam which includes the list of plugins that are very useful in prevention of forum spam.<br />
<br />
This tutorial is simple and is easy to follow. Follow these steps to ban IP to prevent spam in MyBB;<br />
1. Go to Your Admin CP &gt; Configuration &gt; Banning (From left hand side). You will see a page like this<br />
2. You will see a box where you can add IP address, write the IP address of the spammer and MyBB has banned that IP.<br />
3. Now suppose you want to ban multiple IP’s or a range, then enter the 127.0.0.* (notice the *, it is a wildcard that says anything in this area). This will ban all the IP’s In that particular range.<br />
<br />
<img src="https://i0.wp.com/wallbb.co.uk/wp-content/uploads/2018/08/ipban.png?w=1366&amp;ssl=1" loading="lazy"  alt="[Image: ipban.png?w=1366&amp;ssl=1]" class="mycode_img" /><br />
<br />
Suppose you want to use a different method to ban IP apart from MyBB way. We can use .htaccess to also ban IP. Simple steps to do so :-<br />
1. Go to cpanel and create a file called .htaccess<br />
2. Edit that file and write below code in that<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>order allow,deny<br />
deny from 255.0.0.0<br />
deny from 123.45.6.1<br />
allow from all</code></div></div><br />
255.0.0.0 and 123.45.6.1 are the IP of spammer. You can add as many IP you want. Notice how easy MyBB makes it for you.<br />
Hope this tutorial helps you ban IP to prevent spam in MyBB<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></description>
			<content:encoded><![CDATA[Every forum suffers from spam either in the start or after it has started gaining users. Sometimes spammers use bots with multiple IP’s and when you know those IP’s, you can ban them so that you can prevent spam easily.<br />
<br />
MyBB has this feature inbuilt and it is very useful. Yet lot of people don’t know about this and go for various custom plugins which may or may not be required. In this tutorial we will use the Ban IP feature of MyBB to prevent spam. I have previously shared a tutorial on stopping forum spam which includes the list of plugins that are very useful in prevention of forum spam.<br />
<br />
This tutorial is simple and is easy to follow. Follow these steps to ban IP to prevent spam in MyBB;<br />
1. Go to Your Admin CP &gt; Configuration &gt; Banning (From left hand side). You will see a page like this<br />
2. You will see a box where you can add IP address, write the IP address of the spammer and MyBB has banned that IP.<br />
3. Now suppose you want to ban multiple IP’s or a range, then enter the 127.0.0.* (notice the *, it is a wildcard that says anything in this area). This will ban all the IP’s In that particular range.<br />
<br />
<img src="https://i0.wp.com/wallbb.co.uk/wp-content/uploads/2018/08/ipban.png?w=1366&amp;ssl=1" loading="lazy"  alt="[Image: ipban.png?w=1366&amp;ssl=1]" class="mycode_img" /><br />
<br />
Suppose you want to use a different method to ban IP apart from MyBB way. We can use .htaccess to also ban IP. Simple steps to do so :-<br />
1. Go to cpanel and create a file called .htaccess<br />
2. Edit that file and write below code in that<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>order allow,deny<br />
deny from 255.0.0.0<br />
deny from 123.45.6.1<br />
allow from all</code></div></div><br />
255.0.0.0 and 123.45.6.1 are the IP of spammer. You can add as many IP you want. Notice how easy MyBB makes it for you.<br />
Hope this tutorial helps you ban IP to prevent spam in MyBB<br />
<br />
Source : WallBB (<a href="https://community.mybb.com/user-105159.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/user-105159.html</a>)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Tutorial] Tabbed forum with jQuery (multi categories in one tab)]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27961</link>
			<pubDate>Tue, 27 Sep 2022 01:20:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27961</guid>
			<description><![CDATA[This  mod was written by nhtera888xxx and modified by Joey_Pham from &lt;snip&gt;<br />
This is a handicraft template modification to help you to make the tabs for your categories, let's begin:<br />
<br />
First of all, you have to download the attachment below, then unzip and upload it into <span style="font-weight: bold;" class="mycode_b">jscript</span> folder.<br />
<br />
Step 1:<br />
Go to template forumbit_depth1_cat and add the div tag to cover all the template:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div id="cat_{&#36;forum['fid']}" class="content"&gt;<br />
....<br />
&lt;/div&gt;</code></div></div><br />
Step 2:<br />
Go to template index and find:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{&#36;forum}</code></div></div>Then add above it:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
&#36;.noConflict();<br />
&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
jQuery(document).ready(function(&#36;){<br />
&#36;('.tab').click(function(){<br />
&#36;('.at').removeClass('at');<br />
&#36;(this).addClass('at');<br />
&#36;('.content').slideUp();<br />
var catshow = &#36;(this).attr('rel');<br />
&#36;('#'+ catshow).slideDown();<br />
});<br />
});<br />
&lt;/script&gt;<br />
&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat at tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Notice:</span><br />
The <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_1"</span></span>, <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_4"</span></span>, <span style="font-style: italic;" class="mycode_i">"cat_6"</span>, <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_9"</span></span>, <span style="font-style: italic;" class="mycode_i">"cat_11"</span> were taken from the div code from step 1 above:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>"cat_{&#36;forum['fid']}"</code></div></div><br />
And the numbers 1,4,6,9,11 are the ID of the categories that you want you make tab.<br />
<br />
Those cat_1, cat_4, cat_9 will be the main tabs that show on the index page.<br />
<br />
The #cat_6 will be the category that stay in the same tabs with the cat_4, like how it looks above, <br />
and the #cat_11 will be the category that stay in the same tabs with the cat_9.<br />
=&gt; Dont forget the # for the sub categories, if you forget, then they wont show after the main categories.<br />
<br />
You kind of get the idea, right?<br />
<br />
<br />
Then add these CSS code to global.css:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.at {<br />
    background: #026CB1 url(images/thead_bg.gif) top left repeat-x;<br />
    color: #ffffff;<br />
}<br />
<br />
#cat_4{<br />
display: none;<br />
}<br />
<br />
#cat_6{<br />
display: none;<br />
}<br />
<br />
#cat_9{<br />
display: none;<br />
}<br />
<br />
#cat_11{<br />
display: none;<br />
}<br />
<br />
(and goes on)</code></div></div><span style="font-weight: bold;" class="mycode_b">Notice:</span> We will hide all the tabs (not really hide) except the first tab or the tab that you want to be the main tab.<br />
For example, from the code above, it will shows the <span style="font-style: italic;" class="mycode_i">cat_1</span> and hide the the rest of them.<br />
<br />
If you want to show or change another tab, just add the <span style="font-style: italic;" class="mycode_i">cat_1</span> and delete the css of the tab you want to show.<br />
EX: Now I want to show the <span style="font-style: italic;" class="mycode_i">cat_4</span>, then I'll have this code for my CSS:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.at {<br />
    background: #026CB1 url(images/thead_bg.gif) top left repeat-x;<br />
    color: #ffffff;<br />
}<br />
<br />
#cat_1{<br />
display: none;<br />
}<br />
<br />
#cat_6{<br />
display: none;<br />
}<br />
<br />
#cat_9{<br />
display: none;<br />
}<br />
<br />
#cat_11{<br />
display: none;<br />
}</code></div></div><br />
P/S: Remember, you just can choose 1 of the main tabs' css to make it visible.<br />
Like here, I just can choose for cat_1, cat_4, or cat_9, because they are the main tabs I've choose before.<br />
<br />
and then I'll change the code from template index from this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat at tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div>To this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat at tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div><br />
That's all.<br />
<br />
Hope this modification will be helpful for you.<br />
<br />
Source : <a href="https://community.mybb.com/thread-62039.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-62039.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=91" target="_blank" title="">jquery-1.3.2.min.zip</a> (Size: 19.34 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=92" target="_blank" title="">3.png</a> (Size: 72.09 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=93" target="_blank" title="">2.png</a> (Size: 71.74 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=94" target="_blank" title="">1.png</a> (Size: 69.31 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This  mod was written by nhtera888xxx and modified by Joey_Pham from &lt;snip&gt;<br />
This is a handicraft template modification to help you to make the tabs for your categories, let's begin:<br />
<br />
First of all, you have to download the attachment below, then unzip and upload it into <span style="font-weight: bold;" class="mycode_b">jscript</span> folder.<br />
<br />
Step 1:<br />
Go to template forumbit_depth1_cat and add the div tag to cover all the template:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div id="cat_{&#36;forum['fid']}" class="content"&gt;<br />
....<br />
&lt;/div&gt;</code></div></div><br />
Step 2:<br />
Go to template index and find:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{&#36;forum}</code></div></div>Then add above it:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript" src="jscripts/jquery-1.3.2.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
&#36;.noConflict();<br />
&lt;/script&gt;<br />
&lt;script type="text/javascript"&gt;<br />
jQuery(document).ready(function(&#36;){<br />
&#36;('.tab').click(function(){<br />
&#36;('.at').removeClass('at');<br />
&#36;(this).addClass('at');<br />
&#36;('.content').slideUp();<br />
var catshow = &#36;(this).attr('rel');<br />
&#36;('#'+ catshow).slideDown();<br />
});<br />
});<br />
&lt;/script&gt;<br />
&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat at tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Notice:</span><br />
The <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_1"</span></span>, <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_4"</span></span>, <span style="font-style: italic;" class="mycode_i">"cat_6"</span>, <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">"cat_9"</span></span>, <span style="font-style: italic;" class="mycode_i">"cat_11"</span> were taken from the div code from step 1 above:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>"cat_{&#36;forum['fid']}"</code></div></div><br />
And the numbers 1,4,6,9,11 are the ID of the categories that you want you make tab.<br />
<br />
Those cat_1, cat_4, cat_9 will be the main tabs that show on the index page.<br />
<br />
The #cat_6 will be the category that stay in the same tabs with the cat_4, like how it looks above, <br />
and the #cat_11 will be the category that stay in the same tabs with the cat_9.<br />
=&gt; Dont forget the # for the sub categories, if you forget, then they wont show after the main categories.<br />
<br />
You kind of get the idea, right?<br />
<br />
<br />
Then add these CSS code to global.css:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.at {<br />
    background: #026CB1 url(images/thead_bg.gif) top left repeat-x;<br />
    color: #ffffff;<br />
}<br />
<br />
#cat_4{<br />
display: none;<br />
}<br />
<br />
#cat_6{<br />
display: none;<br />
}<br />
<br />
#cat_9{<br />
display: none;<br />
}<br />
<br />
#cat_11{<br />
display: none;<br />
}<br />
<br />
(and goes on)</code></div></div><span style="font-weight: bold;" class="mycode_b">Notice:</span> We will hide all the tabs (not really hide) except the first tab or the tab that you want to be the main tab.<br />
For example, from the code above, it will shows the <span style="font-style: italic;" class="mycode_i">cat_1</span> and hide the the rest of them.<br />
<br />
If you want to show or change another tab, just add the <span style="font-style: italic;" class="mycode_i">cat_1</span> and delete the css of the tab you want to show.<br />
EX: Now I want to show the <span style="font-style: italic;" class="mycode_i">cat_4</span>, then I'll have this code for my CSS:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.at {<br />
    background: #026CB1 url(images/thead_bg.gif) top left repeat-x;<br />
    color: #ffffff;<br />
}<br />
<br />
#cat_1{<br />
display: none;<br />
}<br />
<br />
#cat_6{<br />
display: none;<br />
}<br />
<br />
#cat_9{<br />
display: none;<br />
}<br />
<br />
#cat_11{<br />
display: none;<br />
}</code></div></div><br />
P/S: Remember, you just can choose 1 of the main tabs' css to make it visible.<br />
Like here, I just can choose for cat_1, cat_4, or cat_9, because they are the main tabs I've choose before.<br />
<br />
and then I'll change the code from template index from this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat at tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div>To this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;table border="0" width="100%" class="tborder" cellpadding="4" cellspacing="0" style="margin-bottom: 3px;"&gt;<br />
&lt;tr align="center"&gt;<br />
&lt;td class="tcat tab" title="Category 1" style="cursor: pointer;" rel="cat_1"&gt;Category 1&lt;/td&gt;<br />
&lt;td class="tcat at tab" title="Category 4 &amp;amp; 6" style="cursor: pointer;" rel="cat_4, #cat_6"&gt;Category 4 &amp;amp; 6&lt;/td&gt;<br />
&lt;td class="tcat tab" title="Category 9" style="cursor: pointer;" rel="cat_9, #cat_11"&gt;Category 9&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;</code></div></div><br />
That's all.<br />
<br />
Hope this modification will be helpful for you.<br />
<br />
Source : <a href="https://community.mybb.com/thread-62039.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-62039.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=91" target="_blank" title="">jquery-1.3.2.min.zip</a> (Size: 19.34 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=92" target="_blank" title="">3.png</a> (Size: 72.09 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=93" target="_blank" title="">2.png</a> (Size: 71.74 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=94" target="_blank" title="">1.png</a> (Size: 69.31 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Tutorial] 10 Steps for Achieving the Maximum Possible Speed for Your MyBB Forum!]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27960</link>
			<pubDate>Tue, 27 Sep 2022 01:18:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27960</guid>
			<description><![CDATA[Welcome. I've decided to make a guide on achieving the maximum speed possible for your forum. It is quite easy to follow and they range from installing plugins to modifying simple code. I use all of the strategies listed below in my <a href="http://fallout4forums.org" target="_blank" rel="noopener" class="mycode_url">Fallout 4 Forum</a>. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">To measure how you did, click <a href="http://gtmetrix.com/" target="_blank" rel="noopener" class="mycode_url">here</a> and enter your URL. Note your scores before applying the tips below and after applying them. Also try using <a href="http://webpagetest.org" target="_blank" rel="noopener" class="mycode_url">this tool</a> to measure the raw speed of your forum. Again, do this before and after. <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /></span><br />
<br />
Steps: [Order according to difficulty from easiest to hardest.]<br />
<br />
Step 1: <span style="font-weight: bold;" class="mycode_b">Get a better web host.</span> It doesn't have to be a VPS or a dedicated server, it can be a shared host, and that's exactly what I use for my <a href="http://gamingbay.org" target="_blank" rel="noopener" class="mycode_url">forum</a>. Check out the forum and (assuming you have followed most of the steps below) your forum will be just as fast as mine. The server you have is the <span style="font-style: italic;" class="mycode_i">most important</span> step to a fast website. I'd recommend Hostgator. I use their cheapest shared hosting plan and it's simply amazing. Click <a href="http://www.hostgator.com/shared.shtml" target="_blank" rel="noopener" class="mycode_url">here</a> to take a look at them. If you use the coupon code 'webspecial', you will be able to get &#36;9.95 off the first month! If you're getting the first or second plan, you will be able to try it for free. It won't let you down, I promise. It's extremely secure and they offer amazing support. <br />
<br />
Step 2: <span style="font-weight: bold;" class="mycode_b">Disable forum jump.</span> The jump menu is quite useless, and provides a high load on the server especially if you have a lot of forums. Disabling it can improve speed by reducing queries, too! Simply go into your Admin CP, Server and Optimization options and set ' Enable Forum Jump Menu?' to no.<br />
<br />
Step 3: <span style="font-weight: bold;" class="mycode_b">Enable GZIP Compression.</span> Go into your Admin CP&gt;Server and Optimization settings and set 'Enable GZIP compression' to 'yes', and the level to '9'. This speeds up your forum by compressing the page. Note that setting it to 9 will increase your server load. Set it to 4 if you'd like minimal server load while still getting some benefit.<br />
<br />
Step 4: <span style="font-weight: bold;" class="mycode_b">Let your CSS files load before your JavaScript.</span> <a href="http://code.google.com/speed/articles/include-scripts-properly.html" target="_blank" rel="noopener" class="mycode_url">According to Google</a>, this is a simple yet efficient method to reduce load time. This allows JS and CSS files to download in parallel. To do this, find <span style="font-weight: bold;" class="mycode_b">headerinclude</span> in your template list (ungrouped template) and find '{&#36;stylesheets}'. Cut that move it right to the top headerinclude.<br />
<br />
Step 5: <span style="font-weight: bold;" class="mycode_b">Change your mybb_sessions table to a HEAP. (MEMORY)</span> This table will be stored in the memory for increased performance. Go into PHPMYADMIN, click on your forum's database, find mybb_sessions, click on it, then press 'operations' at the top and change it to MEMORY. <br />
<br />
Step 6: <span style="font-weight: bold;" class="mycode_b">Install parsing plugins as well as a page optimiser.</span> Download <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=497" target="_blank" rel="noopener" class="mycode_url">PreParser cache</a> (<span style="font-weight: bold;" class="mycode_b">If you experience server errors in some threads please disable this plugin</span>) which speeds up script processing as well as Pre Parse Sig which the plugin as well as some other parsers can be found <a href="http://community.mybb.com/thread-43165.html" target="_blank" rel="noopener" class="mycode_url">here</a>. I also recommend installing <a href="http://mods.mybb.com/view/imei-page-optimizer" target="_blank" rel="noopener" class="mycode_url">Imei Page Optimizer</a> (It shows last updated 2008, that's because it doesn't need to be updated). It makes the page smaller by removing unneeded HTML code.<br />
<br />
Step 7: <span style="font-weight: bold;" class="mycode_b">Compress all of your images.</span> Use Yahoo's <a href="http://www.smushit.com" target="_blank" rel="noopener" class="mycode_url">Smush It</a> tool to <span style="font-style: italic;" class="mycode_i">losslessly</span> compress your images. This means that the images will look <span style="font-style: italic;" class="mycode_i">exactly</span> the same, but it will be up to 2x smaller! This means that load time will be reduced by downloading the images faster.  <br />
<br />
Step 8: <span style="font-weight: bold;" class="mycode_b">Minify and Combine JavaScript and CSS files.</span> - Minifying JavaScript and CSS reduces the size of the files and will result in faster load times although reduces readability of the file. Click <a href="http://refresh-sf.com/yui/" target="_blank" rel="noopener" class="mycode_url">here</a> to use the compressor. Paste each of your JavaScript files (one at a time) in the box and click 'compress'. Copy the new code and paste it over the current JavaScript file (in your cPanel). Repeat for CSS by going into your theme Stylesheets in your Admin CP but make sure to change the 'file type' under the code box on the website. <br />
Note: Please download the attachment below which contains all of the combined files, upload it to /jscripts/ and go into headerinclude in your template and replace the 3 lines that contain prototype.js, popup_menu, and general.js with "&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/mybb.js"&gt;&lt;/script&gt;". <span style="font-size: xx-small;" class="mycode_size">Credit to <a href="http://community.mybb.com/user-16206.html" target="_blank" rel="noopener" class="mycode_url">querschlaeger</a> for the download.</span><br />
<br />
Step 9: <span style="font-weight: bold;" class="mycode_b">Combine Prototype, General and popupmenu JavaScript Files.</span> Combing JavaScript files into one will reduce the number of lookups and decrease loading time by only having to download one JavaScript file instead of 3. You can easily combine them by going into your cPanel and viewing each of the codes. Next, create a new text file called 'combined' or so. Copy the content of each of your JavaScript files and paste them under each. Once done, save the file as &lt;anything&gt;.js and upload into your cPanel. Next, go into your header include and delete the 3 lines that contain the JS file, leave prototype, and replace prototype.js with &lt;anything&gt;.js. This can also be done with editor.js and other JS files that aren't displayed globally.<br />
<br />
Step 10: <span style="font-weight: bold;" class="mycode_b">Install a CDN on your forum.</span> This has many bonuses. If you serve images, JavaScript, and CSS files on the CDN, not only it will reduce server load and bandwidth, but it will <span style="font-style: italic;" class="mycode_i">decrease</span> initial loading of images on your forum! This means that the first page load of images, CSS, and JavaScript will be quite fast as well as the following pages. I'd recommend <a href="http://www.maxcdn.com/" target="_blank" rel="noopener" class="mycode_url">MaxCDN</a> by far. Popular forum such as <a href="http://hackforums.net" target="_blank" rel="noopener" class="mycode_url">HackForums</a> use it. You can get 1TB for &#36;29 (make sure to use the coupon code "WHT" for the discount!) which is more than enough for a year's worth of bandwidth, although, it depends on your traffic. This is a bit difficult. You will have to perform a few edits in global.php as well as change the image directory in the theme settings in your Admin CP and manually find and replace the image URLs in your CSS files. (Refer to <a href="http://community.mybb.com/thread-94678.html" target="_blank" rel="noopener" class="mycode_url">this</a> guide on how to setup your CDN to work with MyBB.).<br />
<br />
Optional: <span style="font-weight: bold;" class="mycode_b">Install <a href="http://cloudflare.com/" target="_blank" rel="noopener" class="mycode_url">CloudFlare</a> on your website.</span> It is completely free (with a subscription package which gives you a little bit of extra features). Read their reviews, watch the video, see all the amazing benefits it gives you. Best of all, it's completely free. It helps mitigate DDOS attacks on your forum. (I've tried this with my friends forum without Cloudflare and mine. It goes down when you attack the forum without Cloudflare protection but doesn't when you attack one <span style="font-style: italic;" class="mycode_i">with</span> Cloudflare protection. Although, if the attack is really severe and starts impacting customers, Cloudflare will be forced to stop mitigating the problem.) It speeds up your site drastically and they also offer an amazing security service. There's too much to explain here and there is absolutely no harm in using this. Note: Apply <a href="http://www.cloudflare.com/wiki/MyBB_1.6" target="_blank" rel="noopener" class="mycode_url">this</a> patch after installing Cloudflare to display IP's correctly. - <br />
<br />
Source : <a href="https://community.mybb.com/thread-93652.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-93652.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=88" target="_blank" title="">JS file.zip</a> (Size: 31.04 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Welcome. I've decided to make a guide on achieving the maximum speed possible for your forum. It is quite easy to follow and they range from installing plugins to modifying simple code. I use all of the strategies listed below in my <a href="http://fallout4forums.org" target="_blank" rel="noopener" class="mycode_url">Fallout 4 Forum</a>. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">To measure how you did, click <a href="http://gtmetrix.com/" target="_blank" rel="noopener" class="mycode_url">here</a> and enter your URL. Note your scores before applying the tips below and after applying them. Also try using <a href="http://webpagetest.org" target="_blank" rel="noopener" class="mycode_url">this tool</a> to measure the raw speed of your forum. Again, do this before and after. <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /></span><br />
<br />
Steps: [Order according to difficulty from easiest to hardest.]<br />
<br />
Step 1: <span style="font-weight: bold;" class="mycode_b">Get a better web host.</span> It doesn't have to be a VPS or a dedicated server, it can be a shared host, and that's exactly what I use for my <a href="http://gamingbay.org" target="_blank" rel="noopener" class="mycode_url">forum</a>. Check out the forum and (assuming you have followed most of the steps below) your forum will be just as fast as mine. The server you have is the <span style="font-style: italic;" class="mycode_i">most important</span> step to a fast website. I'd recommend Hostgator. I use their cheapest shared hosting plan and it's simply amazing. Click <a href="http://www.hostgator.com/shared.shtml" target="_blank" rel="noopener" class="mycode_url">here</a> to take a look at them. If you use the coupon code 'webspecial', you will be able to get &#36;9.95 off the first month! If you're getting the first or second plan, you will be able to try it for free. It won't let you down, I promise. It's extremely secure and they offer amazing support. <br />
<br />
Step 2: <span style="font-weight: bold;" class="mycode_b">Disable forum jump.</span> The jump menu is quite useless, and provides a high load on the server especially if you have a lot of forums. Disabling it can improve speed by reducing queries, too! Simply go into your Admin CP, Server and Optimization options and set ' Enable Forum Jump Menu?' to no.<br />
<br />
Step 3: <span style="font-weight: bold;" class="mycode_b">Enable GZIP Compression.</span> Go into your Admin CP&gt;Server and Optimization settings and set 'Enable GZIP compression' to 'yes', and the level to '9'. This speeds up your forum by compressing the page. Note that setting it to 9 will increase your server load. Set it to 4 if you'd like minimal server load while still getting some benefit.<br />
<br />
Step 4: <span style="font-weight: bold;" class="mycode_b">Let your CSS files load before your JavaScript.</span> <a href="http://code.google.com/speed/articles/include-scripts-properly.html" target="_blank" rel="noopener" class="mycode_url">According to Google</a>, this is a simple yet efficient method to reduce load time. This allows JS and CSS files to download in parallel. To do this, find <span style="font-weight: bold;" class="mycode_b">headerinclude</span> in your template list (ungrouped template) and find '{&#36;stylesheets}'. Cut that move it right to the top headerinclude.<br />
<br />
Step 5: <span style="font-weight: bold;" class="mycode_b">Change your mybb_sessions table to a HEAP. (MEMORY)</span> This table will be stored in the memory for increased performance. Go into PHPMYADMIN, click on your forum's database, find mybb_sessions, click on it, then press 'operations' at the top and change it to MEMORY. <br />
<br />
Step 6: <span style="font-weight: bold;" class="mycode_b">Install parsing plugins as well as a page optimiser.</span> Download <a href="http://mybbhacks.zingaburga.com/showthread.php?tid=497" target="_blank" rel="noopener" class="mycode_url">PreParser cache</a> (<span style="font-weight: bold;" class="mycode_b">If you experience server errors in some threads please disable this plugin</span>) which speeds up script processing as well as Pre Parse Sig which the plugin as well as some other parsers can be found <a href="http://community.mybb.com/thread-43165.html" target="_blank" rel="noopener" class="mycode_url">here</a>. I also recommend installing <a href="http://mods.mybb.com/view/imei-page-optimizer" target="_blank" rel="noopener" class="mycode_url">Imei Page Optimizer</a> (It shows last updated 2008, that's because it doesn't need to be updated). It makes the page smaller by removing unneeded HTML code.<br />
<br />
Step 7: <span style="font-weight: bold;" class="mycode_b">Compress all of your images.</span> Use Yahoo's <a href="http://www.smushit.com" target="_blank" rel="noopener" class="mycode_url">Smush It</a> tool to <span style="font-style: italic;" class="mycode_i">losslessly</span> compress your images. This means that the images will look <span style="font-style: italic;" class="mycode_i">exactly</span> the same, but it will be up to 2x smaller! This means that load time will be reduced by downloading the images faster.  <br />
<br />
Step 8: <span style="font-weight: bold;" class="mycode_b">Minify and Combine JavaScript and CSS files.</span> - Minifying JavaScript and CSS reduces the size of the files and will result in faster load times although reduces readability of the file. Click <a href="http://refresh-sf.com/yui/" target="_blank" rel="noopener" class="mycode_url">here</a> to use the compressor. Paste each of your JavaScript files (one at a time) in the box and click 'compress'. Copy the new code and paste it over the current JavaScript file (in your cPanel). Repeat for CSS by going into your theme Stylesheets in your Admin CP but make sure to change the 'file type' under the code box on the website. <br />
Note: Please download the attachment below which contains all of the combined files, upload it to /jscripts/ and go into headerinclude in your template and replace the 3 lines that contain prototype.js, popup_menu, and general.js with "&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/mybb.js"&gt;&lt;/script&gt;". <span style="font-size: xx-small;" class="mycode_size">Credit to <a href="http://community.mybb.com/user-16206.html" target="_blank" rel="noopener" class="mycode_url">querschlaeger</a> for the download.</span><br />
<br />
Step 9: <span style="font-weight: bold;" class="mycode_b">Combine Prototype, General and popupmenu JavaScript Files.</span> Combing JavaScript files into one will reduce the number of lookups and decrease loading time by only having to download one JavaScript file instead of 3. You can easily combine them by going into your cPanel and viewing each of the codes. Next, create a new text file called 'combined' or so. Copy the content of each of your JavaScript files and paste them under each. Once done, save the file as &lt;anything&gt;.js and upload into your cPanel. Next, go into your header include and delete the 3 lines that contain the JS file, leave prototype, and replace prototype.js with &lt;anything&gt;.js. This can also be done with editor.js and other JS files that aren't displayed globally.<br />
<br />
Step 10: <span style="font-weight: bold;" class="mycode_b">Install a CDN on your forum.</span> This has many bonuses. If you serve images, JavaScript, and CSS files on the CDN, not only it will reduce server load and bandwidth, but it will <span style="font-style: italic;" class="mycode_i">decrease</span> initial loading of images on your forum! This means that the first page load of images, CSS, and JavaScript will be quite fast as well as the following pages. I'd recommend <a href="http://www.maxcdn.com/" target="_blank" rel="noopener" class="mycode_url">MaxCDN</a> by far. Popular forum such as <a href="http://hackforums.net" target="_blank" rel="noopener" class="mycode_url">HackForums</a> use it. You can get 1TB for &#36;29 (make sure to use the coupon code "WHT" for the discount!) which is more than enough for a year's worth of bandwidth, although, it depends on your traffic. This is a bit difficult. You will have to perform a few edits in global.php as well as change the image directory in the theme settings in your Admin CP and manually find and replace the image URLs in your CSS files. (Refer to <a href="http://community.mybb.com/thread-94678.html" target="_blank" rel="noopener" class="mycode_url">this</a> guide on how to setup your CDN to work with MyBB.).<br />
<br />
Optional: <span style="font-weight: bold;" class="mycode_b">Install <a href="http://cloudflare.com/" target="_blank" rel="noopener" class="mycode_url">CloudFlare</a> on your website.</span> It is completely free (with a subscription package which gives you a little bit of extra features). Read their reviews, watch the video, see all the amazing benefits it gives you. Best of all, it's completely free. It helps mitigate DDOS attacks on your forum. (I've tried this with my friends forum without Cloudflare and mine. It goes down when you attack the forum without Cloudflare protection but doesn't when you attack one <span style="font-style: italic;" class="mycode_i">with</span> Cloudflare protection. Although, if the attack is really severe and starts impacting customers, Cloudflare will be forced to stop mitigating the problem.) It speeds up your site drastically and they also offer an amazing security service. There's too much to explain here and there is absolutely no harm in using this. Note: Apply <a href="http://www.cloudflare.com/wiki/MyBB_1.6" target="_blank" rel="noopener" class="mycode_url">this</a> patch after installing Cloudflare to display IP's correctly. - <br />
<br />
Source : <a href="https://community.mybb.com/thread-93652.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-93652.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=88" target="_blank" title="">JS file.zip</a> (Size: 31.04 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom Forum Icons ~ A Unique icon for Each Forum]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27959</link>
			<pubDate>Tue, 27 Sep 2022 01:16:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27959</guid>
			<description><![CDATA[This tutorial will allow you to use separate and unique Custom Forum Icons for each Forum and show images on Index and Forumdisplay Pages without running a single query OR without using a single plugin. You need to edit <span style="font-weight: bold;" class="mycode_b">3</span> templates;<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumbit templates &gt; forumbit_depth1_cat</span> &gt; and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"5"</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"6"</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Within the same template find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">span&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"smalltext"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forumbit_forum</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"3"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">span&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"smalltext"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forumbit_forum</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumbit_depth1_cat</span>` template.<br />
<br />
Now Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumbit templates &gt; forumbit_depth2_forum</span> and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;bgcolor</span><span style="color: #007700">}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"&nbsp;</span><span style="color: #0000BB">valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;theme</span><span style="color: #007700">[</span><span style="color: #DD0000">'imgdir'</span><span style="color: #007700">]}</span><span style="color: #DD0000">/</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'folder'</span><span style="color: #007700">]}</span><span style="color: #DD0000">.gif"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'altonoff'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'altonoff'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"ajax_mark_read"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"mark_read_</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;forum</span><span style="color: #007700">[</span><span style="color: #DD0000">'fid'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Add the following code just after that;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;bgcolor</span><span style="color: #007700">}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"&nbsp;</span><span style="color: #0000BB">valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"images/ficons/</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;forum</span><span style="color: #007700">[</span><span style="color: #DD0000">'fid'</span><span style="color: #007700">]}</span><span style="color: #DD0000">.png"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumbit_depth2_forum</span>` template.<br />
<br />
On this point you can see an &lt;img src=""&gt; tag with a {&#36;forum['fid']}.png variable. This variable is the key in our tutorial which show a Unique Custom Icon in front of its corresponding Forum ID.<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">Cpanel &gt; File Manager &gt; public_html &gt; [ Your Forum Path ] &gt; images</span> &gt; and make a folder with "<span style="font-weight: bold;" class="mycode_b">ficons</span>" name (without quotes).<br />
<br />
Now all you need to do is to copy images to be used as Custom Forum Icons (relevant to the Forum Name) and upload them to ./images/ficons/ folder.<br />
<br />
<span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">NOTE:</span></span> Image's name should be same to the Forum ID. For example if your Forum ID (where these Icons are going to show) is 2 then you'll have to rename the Icon as 2.png and upload it to images/ficons/ folder. Do the same with rest of the Icons.<br />
<br />
Now we have almost finished to show Custom icons on Index. Next, we have to do it on Forumdisplay pages.<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumdisplay templates &gt; forumdisplay_subforums</span> and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"5"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">sub_forums_in</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"6"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">sub_forums_in</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Within the same template find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"2%"</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and the following just after that;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"2%"</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumdisplay_subforums</span>` template.<br />
<br />
Previews in attachements<br />
<br />
Source : <a href="https://community.mybb.com/thread-92128.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-92128.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=89" target="_blank" title="">Preview-2.png</a> (Size: 13.73 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=90" target="_blank" title="">Preview-1.png</a> (Size: 27.72 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[This tutorial will allow you to use separate and unique Custom Forum Icons for each Forum and show images on Index and Forumdisplay Pages without running a single query OR without using a single plugin. You need to edit <span style="font-weight: bold;" class="mycode_b">3</span> templates;<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumbit templates &gt; forumbit_depth1_cat</span> &gt; and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"5"</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"6"</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Within the same template find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"2"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">span&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"smalltext"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forumbit_forum</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"3"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">span&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"smalltext"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">forumbit_forum</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">span</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumbit_depth1_cat</span>` template.<br />
<br />
Now Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumbit templates &gt; forumbit_depth2_forum</span> and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;bgcolor</span><span style="color: #007700">}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"&nbsp;</span><span style="color: #0000BB">valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;theme</span><span style="color: #007700">[</span><span style="color: #DD0000">'imgdir'</span><span style="color: #007700">]}</span><span style="color: #DD0000">/</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'folder'</span><span style="color: #007700">]}</span><span style="color: #DD0000">.gif"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'altonoff'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;lightbulb</span><span style="color: #007700">[</span><span style="color: #DD0000">'altonoff'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"ajax_mark_read"&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">"mark_read_</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;forum</span><span style="color: #007700">[</span><span style="color: #DD0000">'fid'</span><span style="color: #007700">]}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Add the following code just after that;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;bgcolor</span><span style="color: #007700">}</span><span style="color: #DD0000">"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"&nbsp;</span><span style="color: #0000BB">valign</span><span style="color: #007700">=</span><span style="color: #DD0000">"top"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"1"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">img&nbsp;src</span><span style="color: #007700">=</span><span style="color: #DD0000">"images/ficons/</span><span style="color: #007700">{</span><span style="color: #0000BB">&#36;forum</span><span style="color: #007700">[</span><span style="color: #DD0000">'fid'</span><span style="color: #007700">]}</span><span style="color: #DD0000">.png"&nbsp;</span><span style="color: #0000BB">alt</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #0000BB">title</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #0000BB">id</span><span style="color: #007700">=</span><span style="color: #DD0000">""&nbsp;</span><span style="color: #007700">/&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumbit_depth2_forum</span>` template.<br />
<br />
On this point you can see an &lt;img src=""&gt; tag with a {&#36;forum['fid']}.png variable. This variable is the key in our tutorial which show a Unique Custom Icon in front of its corresponding Forum ID.<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">Cpanel &gt; File Manager &gt; public_html &gt; [ Your Forum Path ] &gt; images</span> &gt; and make a folder with "<span style="font-weight: bold;" class="mycode_b">ficons</span>" name (without quotes).<br />
<br />
Now all you need to do is to copy images to be used as Custom Forum Icons (relevant to the Forum Name) and upload them to ./images/ficons/ folder.<br />
<br />
<span style="color: red;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">NOTE:</span></span> Image's name should be same to the Forum ID. For example if your Forum ID (where these Icons are going to show) is 2 then you'll have to rename the Icon as 2.png and upload it to images/ficons/ folder. Do the same with rest of the Icons.<br />
<br />
Now we have almost finished to show Custom icons on Index. Next, we have to do it on Forumdisplay pages.<br />
<br />
Go to: <span style="font-weight: bold;" class="mycode_b">ACP &gt; Templates &gt; Your theme's templates &gt; Forumdisplay templates &gt; forumdisplay_subforums</span> and find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"5"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">sub_forums_in</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and Change it to;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"thead"&nbsp;</span><span style="color: #0000BB">colspan</span><span style="color: #007700">=</span><span style="color: #DD0000">"6"&nbsp;</span><span style="color: #0000BB">align</span><span style="color: #007700">=</span><span style="color: #DD0000">"center"</span><span style="color: #007700">&gt;&lt;</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;{</span><span style="color: #0000BB">&#36;lang</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">sub_forums_in</span><span style="color: #007700">}&lt;/</span><span style="color: #0000BB">strong</span><span style="color: #007700">&gt;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Within the same template find;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"2%"</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div>and the following just after that;<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #007700">&lt;</span><span style="color: #0000BB">td&nbsp;</span><span style="color: #007700">class=</span><span style="color: #DD0000">"tcat"&nbsp;</span><span style="color: #0000BB">width</span><span style="color: #007700">=</span><span style="color: #DD0000">"2%"</span><span style="color: #007700">&gt;&amp;</span><span style="color: #0000BB">nbsp</span><span style="color: #007700">;&lt;/</span><span style="color: #0000BB">td</span><span style="color: #007700">&gt;&nbsp;<br /></span></code></div></div></div><br />
Save `<span style="font-style: italic;" class="mycode_i">forumdisplay_subforums</span>` template.<br />
<br />
Previews in attachements<br />
<br />
Source : <a href="https://community.mybb.com/thread-92128.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-92128.html</a><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=89" target="_blank" title="">Preview-2.png</a> (Size: 13.73 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=90" target="_blank" title="">Preview-1.png</a> (Size: 27.72 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Include your custom pages in MyBB]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27958</link>
			<pubDate>Tue, 27 Sep 2022 01:14:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27958</guid>
			<description><![CDATA[Hello there!<br />
<br />
<br />
In case you have made a new page (e.g a rules page) and you'd like to use it along to MyBB! simply you will put a link to that page. but read this and you will have as a part of the board, with headers, navigation, footer etc....<br />
<br />
Let's start.<br />
<br />
1st design the page you want, let's make a simple page<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;{&#36;mybb-&gt;settings[bbname]}&lt;/title&gt;<br />
{&#36;headerinclude}<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
{&#36;header}<br />
&lt;br /&gt;<br />
&lt;table width="100%" border="0"&gt;<br />
&lt;thead&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;RULES&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Our rules&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
{&#36;footer}<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
Now go to <span style="font-weight: bold;" class="mycode_b">Admin CP &gt; Templates &gt; Modify / Delete &gt; Expand "Global Templates" &gt; Add template</span><br />
<br />
Call it rules &amp; put that code<br />
<br />
Now we have hot a template, ready to be used in our new page. note that you customize that the way you want, call it the name you want, as long as you are keeping the unity.<br />
<br />
Now let's make a new php file, let's call it rules.php<br />
<br />
inside it put<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /><br />define</span><span style="color: #007700">(</span><span style="color: #DD0000">'IN_MYBB'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(1a)<br /></span><span style="color: #007700">require&nbsp;</span><span style="color: #DD0000">"./global.php"</span><span style="color: #007700">;&nbsp;</span><span style="color: #FF8000">//&nbsp;(1b)<br /><br /></span><span style="color: #0000BB">add_breadcrumb</span><span style="color: #007700">(</span><span style="color: #DD0000">"Rules&nbsp;page"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"rules.php"</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(2)<br /><br /></span><span style="color: #007700">eval(</span><span style="color: #DD0000">"&#092;&#36;rules&nbsp;=&nbsp;&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;templates</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #DD0000">"rules"</span><span style="color: #007700">).</span><span style="color: #DD0000">"&#092;";"</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(3)<br /></span><span style="color: #0000BB">output_page</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;rules</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(4)<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div><br />
(1) is very important dont remove it, we need to to connect to the DB, to retrieve templates, to diplay the header and footer etc... , means it's our main part.<br />
<br />
(2) is the navigation name, (e.g MyBB Community Forums / MyBB / General Support / New Thread ), so Rules page refers to what will appear Community Forums / Rules Page and rules.php is your page.<br />
<br />
(3) from here we select which template, so replace rules with you custom name, in both parts.<br />
<br />
(4) is the page that will output the template, same name of the template, however in case you have evaluated it with a different name in stage (3) use the evaluation call name, and not the template name.<br />
<br />
Ok now like that , you can make a link to that page and it will appear as any other page in the board!<br />
<br />
I hope you have enjoyed my tutorial, and that it was helpfull.<br />
<br />
Source : <a href="https://community.mybb.com/thread-6615.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-6615.html</a><br />
<br />
Greets]]></description>
			<content:encoded><![CDATA[Hello there!<br />
<br />
<br />
In case you have made a new page (e.g a rules page) and you'd like to use it along to MyBB! simply you will put a link to that page. but read this and you will have as a part of the board, with headers, navigation, footer etc....<br />
<br />
Let's start.<br />
<br />
1st design the page you want, let's make a simple page<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;{&#36;mybb-&gt;settings[bbname]}&lt;/title&gt;<br />
{&#36;headerinclude}<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
{&#36;header}<br />
&lt;br /&gt;<br />
&lt;table width="100%" border="0"&gt;<br />
&lt;thead&gt;<br />
&lt;tr&gt;<br />
&lt;th&gt;RULES&lt;/th&gt;<br />
&lt;/tr&gt;<br />
&lt;tbody&gt;<br />
&lt;tr&gt;<br />
&lt;td&gt;Our rules&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
{&#36;footer}<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
Now go to <span style="font-weight: bold;" class="mycode_b">Admin CP &gt; Templates &gt; Modify / Delete &gt; Expand "Global Templates" &gt; Add template</span><br />
<br />
Call it rules &amp; put that code<br />
<br />
Now we have hot a template, ready to be used in our new page. note that you customize that the way you want, call it the name you want, as long as you are keeping the unity.<br />
<br />
Now let's make a new php file, let's call it rules.php<br />
<br />
inside it put<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #0000BB">&lt;?php<br /><br />define</span><span style="color: #007700">(</span><span style="color: #DD0000">'IN_MYBB'</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">1</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(1a)<br /></span><span style="color: #007700">require&nbsp;</span><span style="color: #DD0000">"./global.php"</span><span style="color: #007700">;&nbsp;</span><span style="color: #FF8000">//&nbsp;(1b)<br /><br /></span><span style="color: #0000BB">add_breadcrumb</span><span style="color: #007700">(</span><span style="color: #DD0000">"Rules&nbsp;page"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"rules.php"</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(2)<br /><br /></span><span style="color: #007700">eval(</span><span style="color: #DD0000">"&#092;&#36;rules&nbsp;=&nbsp;&#092;""</span><span style="color: #007700">.</span><span style="color: #0000BB">&#36;templates</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">get</span><span style="color: #007700">(</span><span style="color: #DD0000">"rules"</span><span style="color: #007700">).</span><span style="color: #DD0000">"&#092;";"</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(3)<br /></span><span style="color: #0000BB">output_page</span><span style="color: #007700">(</span><span style="color: #0000BB">&#36;rules</span><span style="color: #007700">);&nbsp;</span><span style="color: #FF8000">//&nbsp;(4)<br /></span><span style="color: #0000BB">?&gt;</span></code></div></div></div><br />
(1) is very important dont remove it, we need to to connect to the DB, to retrieve templates, to diplay the header and footer etc... , means it's our main part.<br />
<br />
(2) is the navigation name, (e.g MyBB Community Forums / MyBB / General Support / New Thread ), so Rules page refers to what will appear Community Forums / Rules Page and rules.php is your page.<br />
<br />
(3) from here we select which template, so replace rules with you custom name, in both parts.<br />
<br />
(4) is the page that will output the template, same name of the template, however in case you have evaluated it with a different name in stage (3) use the evaluation call name, and not the template name.<br />
<br />
Ok now like that , you can make a link to that page and it will appear as any other page in the board!<br />
<br />
I hope you have enjoyed my tutorial, and that it was helpfull.<br />
<br />
Source : <a href="https://community.mybb.com/thread-6615.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-6615.html</a><br />
<br />
Greets]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Tutorial] jQuery collapsible sidebar]]></title>
			<link>https://developement.design/forum/showthread.php?tid=27957</link>
			<pubDate>Tue, 27 Sep 2022 01:10:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=27957</guid>
			<description><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> <br />
<br />
First off, you need to download the attached files and upload them to your forum. The two image go in your forum's images folder. The two javascript files go in your jscripts folder.<br />
<br />
After you have downloaded and uploaded those files, you must go to your <span style="font-weight: bold;" class="mycode_b">Admin CP</span>, click the <span style="font-weight: bold;" class="mycode_b">Templates &amp; Style</span> tab, then on the left click <span style="font-weight: bold;" class="mycode_b">Templates</span>, select your theme, expand the <span style="font-weight: bold;" class="mycode_b">Index Templates</span>, and finally, open up <span style="font-weight: bold;" class="mycode_b">index</span>. Replace it all with this.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;{&#36;mybb-&gt;settings['bbname']}&lt;/title&gt;<br />
{&#36;headerinclude}<br />
&lt;script type="text/javascript"&gt;<br />
&lt;!--<br />
    lang.no_new_posts = "{&#36;lang-&gt;no_new_posts}";<br />
    lang.click_mark_read = "{&#36;lang-&gt;click_mark_read}";<br />
// --&gt;<br />
&lt;/script&gt;<br />
&lt;style type="text/css"&gt;<br />
.buttons {<br />
    background: url(images/arrowright.png) no-repeat;<br />
    width: 16px;<br />
    height: 16px;<br />
    display: block;<br />
    cursor: pointer;<br />
}<br />
<br />
.clickedbuttons {<br />
    background: url(images/arrowleft.png) no-repeat;<br />
    width: 16px;<br />
    height: 16px;<br />
    display: block;<br />
    cursor: pointer;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
{&#36;header}<br />
&lt;a class="buttons" style="float: right;"&gt;&lt;/a&gt;<br />
&lt;a class="clickedbuttons" style="float: right;"&gt;&lt;/a&gt;<br />
&lt;br class="clear" /&gt;<br />
&lt;div class="sidebar" style="float: right;width: 19%;"&gt;<br />
&lt;table border="0" cellspacing="{&#36;theme['borderwidth']}" cellpadding="{&#36;theme['tablespace']}" class="tborder"&gt;<br />
&lt;tr&gt;<br />
&lt;td class="thead"&gt;&lt;strong&gt;<br />
Latest News<br />
&lt;/strong&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class="trow1"&gt;<br />
You can put some news stuff here<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;<br />
&lt;div class="forums" style="float: left;width: 80%;"&gt;<br />
{&#36;forums}<br />
&lt;/div&gt;<br />
&lt;br class="clear" /&gt;<br />
{&#36;boardstats}<br />
<br />
&lt;dl class="forum_legend smalltext"&gt;<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/on.gif" alt="{&#36;lang-&gt;new_posts}" title="{&#36;lang-&gt;new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;new_posts}&lt;/dd&gt;<br />
<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/off.gif" alt="{&#36;lang-&gt;no_new_posts}" title="{&#36;lang-&gt;no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;no_new_posts}&lt;/dd&gt;<br />
<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/offlock.gif" alt="{&#36;lang-&gt;forum_locked}" title="{&#36;lang-&gt;forum_locked}" style="vertical-align: middle;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;forum_locked}&lt;/dd&gt;<br />
&lt;/dl&gt;<br />
&lt;br style="clear: both" /&gt;<br />
{&#36;footer}<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
Save and close.<br />
<br />
Now expand the <span style="font-weight: bold;" class="mycode_b">Ungrouped Templates</span>, and open <span style="font-weight: bold;" class="mycode_b">headerinclude</span>.<br />
<br />
Find:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{&#36;stylesheets}</code></div></div><br />
Add before:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/jquery.cookie.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/sidebar.js"&gt;&lt;/script&gt;</code></div></div><br />
I'm pretty sure that's all you will need. If you have any problems let me know!<br />
<br />
Source : <a href="https://community.mybb.com/thread-73062.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-73062.html</a><br />
<br />
Enjoy <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=87" target="_blank" title="">Files to upload.zip</a> (Size: 2.06 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /> <br />
<br />
First off, you need to download the attached files and upload them to your forum. The two image go in your forum's images folder. The two javascript files go in your jscripts folder.<br />
<br />
After you have downloaded and uploaded those files, you must go to your <span style="font-weight: bold;" class="mycode_b">Admin CP</span>, click the <span style="font-weight: bold;" class="mycode_b">Templates &amp; Style</span> tab, then on the left click <span style="font-weight: bold;" class="mycode_b">Templates</span>, select your theme, expand the <span style="font-weight: bold;" class="mycode_b">Index Templates</span>, and finally, open up <span style="font-weight: bold;" class="mycode_b">index</span>. Replace it all with this.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;{&#36;mybb-&gt;settings['bbname']}&lt;/title&gt;<br />
{&#36;headerinclude}<br />
&lt;script type="text/javascript"&gt;<br />
&lt;!--<br />
    lang.no_new_posts = "{&#36;lang-&gt;no_new_posts}";<br />
    lang.click_mark_read = "{&#36;lang-&gt;click_mark_read}";<br />
// --&gt;<br />
&lt;/script&gt;<br />
&lt;style type="text/css"&gt;<br />
.buttons {<br />
    background: url(images/arrowright.png) no-repeat;<br />
    width: 16px;<br />
    height: 16px;<br />
    display: block;<br />
    cursor: pointer;<br />
}<br />
<br />
.clickedbuttons {<br />
    background: url(images/arrowleft.png) no-repeat;<br />
    width: 16px;<br />
    height: 16px;<br />
    display: block;<br />
    cursor: pointer;<br />
}<br />
&lt;/style&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
{&#36;header}<br />
&lt;a class="buttons" style="float: right;"&gt;&lt;/a&gt;<br />
&lt;a class="clickedbuttons" style="float: right;"&gt;&lt;/a&gt;<br />
&lt;br class="clear" /&gt;<br />
&lt;div class="sidebar" style="float: right;width: 19%;"&gt;<br />
&lt;table border="0" cellspacing="{&#36;theme['borderwidth']}" cellpadding="{&#36;theme['tablespace']}" class="tborder"&gt;<br />
&lt;tr&gt;<br />
&lt;td class="thead"&gt;&lt;strong&gt;<br />
Latest News<br />
&lt;/strong&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;<br />
&lt;td class="trow1"&gt;<br />
You can put some news stuff here<br />
&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/table&gt;<br />
&lt;/div&gt;<br />
&lt;div class="forums" style="float: left;width: 80%;"&gt;<br />
{&#36;forums}<br />
&lt;/div&gt;<br />
&lt;br class="clear" /&gt;<br />
{&#36;boardstats}<br />
<br />
&lt;dl class="forum_legend smalltext"&gt;<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/on.gif" alt="{&#36;lang-&gt;new_posts}" title="{&#36;lang-&gt;new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;new_posts}&lt;/dd&gt;<br />
<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/off.gif" alt="{&#36;lang-&gt;no_new_posts}" title="{&#36;lang-&gt;no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;no_new_posts}&lt;/dd&gt;<br />
<br />
    &lt;dt&gt;&lt;img src="{&#36;theme['imgdir']}/offlock.gif" alt="{&#36;lang-&gt;forum_locked}" title="{&#36;lang-&gt;forum_locked}" style="vertical-align: middle;" /&gt;&lt;/dt&gt;<br />
    &lt;dd&gt;{&#36;lang-&gt;forum_locked}&lt;/dd&gt;<br />
&lt;/dl&gt;<br />
&lt;br style="clear: both" /&gt;<br />
{&#36;footer}<br />
&lt;/body&gt;<br />
&lt;/html&gt;</code></div></div><br />
Save and close.<br />
<br />
Now expand the <span style="font-weight: bold;" class="mycode_b">Ungrouped Templates</span>, and open <span style="font-weight: bold;" class="mycode_b">headerinclude</span>.<br />
<br />
Find:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>{&#36;stylesheets}</code></div></div><br />
Add before:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/jquery.cookie.js"&gt;&lt;/script&gt;<br />
&lt;script type="text/javascript" src="{&#36;mybb-&gt;settings['bburl']}/jscripts/sidebar.js"&gt;&lt;/script&gt;</code></div></div><br />
I'm pretty sure that's all you will need. If you have any problems let me know!<br />
<br />
Source : <a href="https://community.mybb.com/thread-73062.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-73062.html</a><br />
<br />
Enjoy <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://developement.design/forum/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=87" target="_blank" title="">Files to upload.zip</a> (Size: 2.06 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Emerald v2] Change theme color]]></title>
			<link>https://developement.design/forum/showthread.php?tid=773</link>
			<pubDate>Mon, 11 Feb 2019 18:19:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=773</guid>
			<description><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">THIS IS THE SAME TUTORIAL AS FOR EMERALD V1, BUT THE CODE IS NOT THE SAME</span><br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/_t28bVHtn5k" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
- Go to Style &amp; Templates &gt;&gt; Emerald &gt;&gt; Add Stylesheet<br />
- In file name input just write : "color.css"<br />
- Check "Write my own content" and write in the textbox :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.tcat, #mobile_member, button:hover, input.button:hover, a.button:hover, .scrollToDown, .scrollToTop, .useroptions a i, #iconbouton<br />
{<br />
background: darkred;<br />
}<br />
.nav_link, .headerlist ul, .useroptions a:hover, .thread_status.dot_folder:before, .thread_status.dot_hotfolder:before, .thread_status.dot_hotlockfolder:before, .thread_status.dot_lockfolder:before, .thread_status.dot_newfolder:before, .thread_status.dot_newhotfolder:before, .thread_status.dot_newhotlockfolder:before, .thread_status.dot_newlockfolder:before, .thread_status.folder:before, .thread_status.hotfolder:before, .thread_status.hotlockfolder:before, .thread_status.lockfolder:before, .thread_status.newfolder:before, .thread_status.newhotfolder:before, .thread_status.newhotlockfolder:before, .thread_status.newlockfolder:before, .modcp_nav_item:before, ul.thread_tools, ul.thread_tools li, #home_bit, .usercp_nav_item:before<br />
{<br />
color: darkred;<br />
}<br />
.nav_link:hover, .headerlist, #header_block, #menu-deroulant li:hover<br />
{<br />
border-bottom: 2px solid darkred;<br />
}<br />
.footer-distributed {<br />
border-top: 3px solid darkred;<br />
}<br />
#home_bit:hover, .pagination a:hover {<br />
background: darkred;<br />
opacity:0.9;<br />
}<br />
a:link, a:hover, a:visited, a:active, #logo, .forum_off, .forum_offlock, .forum_offlink, .forum_on, .subforum_minion, .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink, .navigation<br />
{<br />
color: darkred;<br />
}<br />
<br />
.pagination a, .pagination a:hover, .pagination .pagination_current<br />
{<br />
border-color: darkred;<br />
}</code></div></div>- Replace "darkred" with any colour you would like in the world<br />
- Click "Save Stylesheet" and that's done <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
A color changer plugin has been done and will be available to subscribers of our board (will be launched soon), where each user can pick up his favourite color with a color picker and it'll be saved in database. Stay tuned!<br />
<br />
Best Regards,<br />
AmazOuz]]></description>
			<content:encoded><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
<span style="font-weight: bold;" class="mycode_b">THIS IS THE SAME TUTORIAL AS FOR EMERALD V1, BUT THE CODE IS NOT THE SAME</span><br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/_t28bVHtn5k" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
- Go to Style &amp; Templates &gt;&gt; Emerald &gt;&gt; Add Stylesheet<br />
- In file name input just write : "color.css"<br />
- Check "Write my own content" and write in the textbox :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.tcat, #mobile_member, button:hover, input.button:hover, a.button:hover, .scrollToDown, .scrollToTop, .useroptions a i, #iconbouton<br />
{<br />
background: darkred;<br />
}<br />
.nav_link, .headerlist ul, .useroptions a:hover, .thread_status.dot_folder:before, .thread_status.dot_hotfolder:before, .thread_status.dot_hotlockfolder:before, .thread_status.dot_lockfolder:before, .thread_status.dot_newfolder:before, .thread_status.dot_newhotfolder:before, .thread_status.dot_newhotlockfolder:before, .thread_status.dot_newlockfolder:before, .thread_status.folder:before, .thread_status.hotfolder:before, .thread_status.hotlockfolder:before, .thread_status.lockfolder:before, .thread_status.newfolder:before, .thread_status.newhotfolder:before, .thread_status.newhotlockfolder:before, .thread_status.newlockfolder:before, .modcp_nav_item:before, ul.thread_tools, ul.thread_tools li, #home_bit, .usercp_nav_item:before<br />
{<br />
color: darkred;<br />
}<br />
.nav_link:hover, .headerlist, #header_block, #menu-deroulant li:hover<br />
{<br />
border-bottom: 2px solid darkred;<br />
}<br />
.footer-distributed {<br />
border-top: 3px solid darkred;<br />
}<br />
#home_bit:hover, .pagination a:hover {<br />
background: darkred;<br />
opacity:0.9;<br />
}<br />
a:link, a:hover, a:visited, a:active, #logo, .forum_off, .forum_offlock, .forum_offlink, .forum_on, .subforum_minion, .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink, .navigation<br />
{<br />
color: darkred;<br />
}<br />
<br />
.pagination a, .pagination a:hover, .pagination .pagination_current<br />
{<br />
border-color: darkred;<br />
}</code></div></div>- Replace "darkred" with any colour you would like in the world<br />
- Click "Save Stylesheet" and that's done <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
A color changer plugin has been done and will be available to subscribers of our board (will be launched soon), where each user can pick up his favourite color with a color picker and it'll be saved in database. Stay tuned!<br />
<br />
Best Regards,<br />
AmazOuz]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fix Empty Default Avatar]]></title>
			<link>https://developement.design/forum/showthread.php?tid=739</link>
			<pubDate>Mon, 31 Dec 2018 21:05:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=739</guid>
			<description><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Some of you use the avatar image source code {&#36;mybb-&gt;user['avatar']} in a user header menu, but there is no image when user has the default MyBB avatar.<br />
<br />
Here are two ways how you can fix it.<br />
<br />
1.) Download my "MyBB Default Avatar Fix" plugin from here and include it into your theme package.<br />
<br />
or<br />
<br />
2) Include the small function into your own theme plugin:<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #FF8000">//&nbsp;defaultavatarfix&nbsp;function&nbsp;by&nbsp;SvePu&nbsp;(http://community.mybb.com/user-91011.html)&nbsp;//<br /></span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">defaultavatarfix</span><span style="color: #007700">()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;global&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if(!</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">[</span><span style="color: #DD0000">'avatar'</span><span style="color: #007700">]&nbsp;&amp;&amp;&nbsp;!empty(</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">settings</span><span style="color: #007700">[</span><span style="color: #DD0000">'useravatar'</span><span style="color: #007700">]))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">[</span><span style="color: #DD0000">'avatar'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">settings</span><span style="color: #007700">[</span><span style="color: #DD0000">'useravatar'</span><span style="color: #007700">];<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /></span><span style="color: #0000BB">&#36;plugins</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">add_hook</span><span style="color: #007700">(</span><span style="color: #DD0000">"global_intermediate"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"defaultavatarfix"</span><span style="color: #007700">);&nbsp;<br /></span></code></div></div></div><br />
<br />
Credits : <a href="https://community.mybb.com/thread-166660.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-166660.html</a>]]></description>
			<content:encoded><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Some of you use the avatar image source code {&#36;mybb-&gt;user['avatar']} in a user header menu, but there is no image when user has the default MyBB avatar.<br />
<br />
Here are two ways how you can fix it.<br />
<br />
1.) Download my "MyBB Default Avatar Fix" plugin from here and include it into your theme package.<br />
<br />
or<br />
<br />
2) Include the small function into your own theme plugin:<br />
<br />
<div class="codeblock phpcodeblock"><div class="title">PHP Code:</div><div class="body"><div dir="ltr"><code><span style="color: #FF8000">//&nbsp;defaultavatarfix&nbsp;function&nbsp;by&nbsp;SvePu&nbsp;(http://community.mybb.com/user-91011.html)&nbsp;//<br /></span><span style="color: #007700">function&nbsp;</span><span style="color: #0000BB">defaultavatarfix</span><span style="color: #007700">()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;global&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">;<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;if(!</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">[</span><span style="color: #DD0000">'avatar'</span><span style="color: #007700">]&nbsp;&amp;&amp;&nbsp;!empty(</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">settings</span><span style="color: #007700">[</span><span style="color: #DD0000">'useravatar'</span><span style="color: #007700">]))<br />&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">user</span><span style="color: #007700">[</span><span style="color: #DD0000">'avatar'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #0000BB">&#36;mybb</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">settings</span><span style="color: #007700">[</span><span style="color: #DD0000">'useravatar'</span><span style="color: #007700">];<br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />}<br /></span><span style="color: #0000BB">&#36;plugins</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">add_hook</span><span style="color: #007700">(</span><span style="color: #DD0000">"global_intermediate"</span><span style="color: #007700">,&nbsp;</span><span style="color: #DD0000">"defaultavatarfix"</span><span style="color: #007700">);&nbsp;<br /></span></code></div></div></div><br />
<br />
Credits : <a href="https://community.mybb.com/thread-166660.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-166660.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Mybb gide application (Android - iOS)]]></title>
			<link>https://developement.design/forum/showthread.php?tid=568</link>
			<pubDate>Sun, 02 Sep 2018 18:59:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=196">Taifun</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=568</guid>
			<description><![CDATA[I created a beta MyBB guide app. I released 0.7.0.1B_en version. Oranginal app language is Turkish, so i used Yandex and Google for translate. Sorry for bad English. I cant speak English perfect.<br />
<br />
File information:<br />
<span style="font-weight: bold;" class="mycode_b">SHA256:</span> <span style="font-style: italic;" class="mycode_i">3f990b2af0039dd94959aca059b5d88dd11a49991262cf66b8fbcfe35428c607</span><br />
<span style="font-weight: bold;" class="mycode_b">File name:</span> MyBBLab_ENG_en571482674<br />
<span style="font-weight: bold;" class="mycode_b">File type:</span> .apk (Android package)<br />
<span style="font-weight: bold;" class="mycode_b">File size:</span> 5MB (5.391.603 bayt)<br />
<br />
<br />
Drive: <a href="https://drive.google.com/open?id=1T4gQ3Kz5-g0WKYNu0v1Zo2XGXJ7zSpld" target="_blank" rel="noopener" class="mycode_url"><span style="color: #007fd0;" class="mycode_color">https://drive.google.com/open?id=1T4gQ3K...XGXJ7zSpld</span></a><br />
<br />
VirusTotal: <a href="https://www.virustotal.com/#/file/3f990b2af0039dd94959aca059b5d88dd11a49991262cf66b8fbcfe35428c607/detection" target="_blank" rel="noopener" class="mycode_url"><span style="color: #007fd0;" class="mycode_color">https://www.virustotal.com/#/file/3f990b.../detection</span></a><br />
<br />
Note: I'm doing my best for a nice translation.<br />
Note 2: Babable said, "unwanted software". It does this <span style="font-weight: bold;" class="mycode_b">all the time</span>, it does <span style="font-weight: bold;" class="mycode_b">not</span> apply to this file.<br />
Note 3: I can't find category for this post.]]></description>
			<content:encoded><![CDATA[I created a beta MyBB guide app. I released 0.7.0.1B_en version. Oranginal app language is Turkish, so i used Yandex and Google for translate. Sorry for bad English. I cant speak English perfect.<br />
<br />
File information:<br />
<span style="font-weight: bold;" class="mycode_b">SHA256:</span> <span style="font-style: italic;" class="mycode_i">3f990b2af0039dd94959aca059b5d88dd11a49991262cf66b8fbcfe35428c607</span><br />
<span style="font-weight: bold;" class="mycode_b">File name:</span> MyBBLab_ENG_en571482674<br />
<span style="font-weight: bold;" class="mycode_b">File type:</span> .apk (Android package)<br />
<span style="font-weight: bold;" class="mycode_b">File size:</span> 5MB (5.391.603 bayt)<br />
<br />
<br />
Drive: <a href="https://drive.google.com/open?id=1T4gQ3Kz5-g0WKYNu0v1Zo2XGXJ7zSpld" target="_blank" rel="noopener" class="mycode_url"><span style="color: #007fd0;" class="mycode_color">https://drive.google.com/open?id=1T4gQ3K...XGXJ7zSpld</span></a><br />
<br />
VirusTotal: <a href="https://www.virustotal.com/#/file/3f990b2af0039dd94959aca059b5d88dd11a49991262cf66b8fbcfe35428c607/detection" target="_blank" rel="noopener" class="mycode_url"><span style="color: #007fd0;" class="mycode_color">https://www.virustotal.com/#/file/3f990b.../detection</span></a><br />
<br />
Note: I'm doing my best for a nice translation.<br />
Note 2: Babable said, "unwanted software". It does this <span style="font-weight: bold;" class="mycode_b">all the time</span>, it does <span style="font-weight: bold;" class="mycode_b">not</span> apply to this file.<br />
Note 3: I can't find category for this post.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Emerald v1] Change theme color]]></title>
			<link>https://developement.design/forum/showthread.php?tid=513</link>
			<pubDate>Wed, 21 Mar 2018 10:53:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=513</guid>
			<description><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
Many people waited so long for this, here it is :<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/_t28bVHtn5k" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
- Go to Style &amp; Templates &gt;&gt; Emerald &gt;&gt; Add Stylesheet<br />
- In file name input just write : "color.css"<br />
- Check "Write my own content" and write in the textbox :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#home_bit, .tcat, #mobile_member, button:hover, input.button:hover, a.button:hover, .scrollToDown, .scrollToTop, .useroptions a i, #iconbouton<br />
{<br />
 background: darkred;<br />
}<br />
.nav_link, .headerlist ul, .useroptions a:hover, .thread_status.dot_folder:before, .thread_status.dot_hotfolder:before, .thread_status.dot_hotlockfolder:before, .thread_status.dot_lockfolder:before, .thread_status.dot_newfolder:before, .thread_status.dot_newhotfolder:before, .thread_status.dot_newhotlockfolder:before, .thread_status.dot_newlockfolder:before, .thread_status.folder:before, .thread_status.hotfolder:before, .thread_status.hotlockfolder:before, .thread_status.lockfolder:before, .thread_status.newfolder:before, .thread_status.newhotfolder:before, .thread_status.newhotlockfolder:before, .thread_status.newlockfolder:before, .modcp_nav_item:before, ul.thread_tools, ul.thread_tools li <br />
{<br />
 color: darkred;<br />
}<br />
.nav_link:hover, .headerlist, .useroptions a:hover, #header_block <br />
{<br />
 border-bottom: 2px solid darkred;<br />
}<br />
.footer-distributed {<br />
 border-top: 3px solid darkred;<br />
}<br />
#home_bit:hover, .pagination a:hover {<br />
 background: darkred;<br />
 opacity:0.9;<br />
}<br />
a:link, a:hover, a:visited, a:active, #logo, .forum_off, .forum_offlock, .forum_offlink, .forum_on, .subforum_minion, .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink, .navigation<br />
{<br />
 color: darkred;<br />
}<br />
<br />
.pagination a, .pagination a:hover, .pagination .pagination_current<br />
{<br />
 border-color: darkred;<br />
}</code></div></div>- Replace "darkred" with any colour you would like in the world<br />
- Click "Save Stylesheet" and that's done <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
A color changer plugin has been done and will be available to subscribers of our board (will be launched soon), where each user can pick up his favourite color with a color picker and it'll be saved in database. Stay tuned!<br />
<br />
Best Regards,<br />
AmazOuz]]></description>
			<content:encoded><![CDATA[Hello everyone <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
Many people waited so long for this, here it is :<br />
<br />
<iframe width="560" height="315" src="//www.youtube-nocookie.com/embed/_t28bVHtn5k" frameborder="0" allowfullscreen="true"></iframe><br />
<br />
- Go to Style &amp; Templates &gt;&gt; Emerald &gt;&gt; Add Stylesheet<br />
- In file name input just write : "color.css"<br />
- Check "Write my own content" and write in the textbox :<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#home_bit, .tcat, #mobile_member, button:hover, input.button:hover, a.button:hover, .scrollToDown, .scrollToTop, .useroptions a i, #iconbouton<br />
{<br />
 background: darkred;<br />
}<br />
.nav_link, .headerlist ul, .useroptions a:hover, .thread_status.dot_folder:before, .thread_status.dot_hotfolder:before, .thread_status.dot_hotlockfolder:before, .thread_status.dot_lockfolder:before, .thread_status.dot_newfolder:before, .thread_status.dot_newhotfolder:before, .thread_status.dot_newhotlockfolder:before, .thread_status.dot_newlockfolder:before, .thread_status.folder:before, .thread_status.hotfolder:before, .thread_status.hotlockfolder:before, .thread_status.lockfolder:before, .thread_status.newfolder:before, .thread_status.newhotfolder:before, .thread_status.newhotlockfolder:before, .thread_status.newlockfolder:before, .modcp_nav_item:before, ul.thread_tools, ul.thread_tools li <br />
{<br />
 color: darkred;<br />
}<br />
.nav_link:hover, .headerlist, .useroptions a:hover, #header_block <br />
{<br />
 border-bottom: 2px solid darkred;<br />
}<br />
.footer-distributed {<br />
 border-top: 3px solid darkred;<br />
}<br />
#home_bit:hover, .pagination a:hover {<br />
 background: darkred;<br />
 opacity:0.9;<br />
}<br />
a:link, a:hover, a:visited, a:active, #logo, .forum_off, .forum_offlock, .forum_offlink, .forum_on, .subforum_minion, .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink, .navigation<br />
{<br />
 color: darkred;<br />
}<br />
<br />
.pagination a, .pagination a:hover, .pagination .pagination_current<br />
{<br />
 border-color: darkred;<br />
}</code></div></div>- Replace "darkred" with any colour you would like in the world<br />
- Click "Save Stylesheet" and that's done <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
A color changer plugin has been done and will be available to subscribers of our board (will be launched soon), where each user can pick up his favourite color with a color picker and it'll be saved in database. Stay tuned!<br />
<br />
Best Regards,<br />
AmazOuz]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Group Images]]></title>
			<link>https://developement.design/forum/showthread.php?tid=35</link>
			<pubDate>Sat, 06 Jan 2018 22:23:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=19">IllusionTM</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=35</guid>
			<description><![CDATA[<span style="font-size: x-large;" class="mycode_size">Adding a Group Image</span><br />
<br />
I've decided to make this tutorial on behalf of the Emerald theme, or everyone who is interested in placing a Group Image for a specific group; either it be a custom image, or one you found off the internet. Make sure to follow the following steps, to ensure that you do it correctly. Remember, this tutorial is used if you are inserting files through FTP softwares, such as <a href="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0ahUKEwib36-zsMTYAhWKq1MKHdMRAmwQFggtMAA&amp;url=https%3A%2F%2Ffilezilla-project.org%2F&amp;usg=AOvVaw0vUm4-x_Jtf5eF3tpKkxjC" target="_blank" rel="noopener" class="mycode_url">FileZilla</a>.<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Step 1: </span>Navigate to your MyBB directory in the FTP software.<br />
<ul class="mycode_list"><li>After finding and opening your MyBB directory, proceed to Step 2. <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Step 2: </span>Uploading your images to your web server.<br />
<ul class="mycode_list"><li>Open the images folder, and then navigate to the next folder called, "badge".<br />
</li>
<li>After opening the "badge" folder, drag the file that you want as the group image, into the folder. <br />
</li>
<li>Once completed, the uploaded file should show in the directory of the folder, "badge".<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Step 3: </span>Applying your images to a group on your forum. <br />
<ul class="mycode_list"><li>Navigate to your forum, and go to the administration panel.<br />
</li>
<li>Proceed to "Users &amp; Groups", and select, "Groups".<br />
</li>
<li>Click the group you wish to edit the group image on, and scroll down to the box that reads, "Group Image".<br />
</li>
<li>Write the image path in that box, and save your changes. See below for image path examples. <br />
</li>
</ul>
</blockquote>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Examples:</span> Image Paths<br />
<br />
Your image path for the box should look something like this:<br />
<ul class="mycode_list"><li>images/badge/Management.png<br />
</li>
</ul>
However, you are to edit the file name with the file you uploaded to your web server. For instance, if your file is named "Staff.png" replace "Management.png" with your file name (Staff.png).<br />
<br />
After saving, and navigating to a post that the user made that is the group, it should look something like this, depending on your file:<br />
<br />
<img src="https://i.gyazo.com/674de7a09354c84e968f2027712319d7.png" loading="lazy"  alt="[Image: 674de7a09354c84e968f2027712319d7.png]" class="mycode_img" /></blockquote>
<br />
I appreciate you for viewing my tutorial! If you haven't be sure to register on these forums! If you have any questions regarding this tutorial, please be sure to privately message me and I'd be glad to assist you more on the topic!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notice:</span> This works with any theme that has the proper setup, such as Emerald.]]></description>
			<content:encoded><![CDATA[<span style="font-size: x-large;" class="mycode_size">Adding a Group Image</span><br />
<br />
I've decided to make this tutorial on behalf of the Emerald theme, or everyone who is interested in placing a Group Image for a specific group; either it be a custom image, or one you found off the internet. Make sure to follow the following steps, to ensure that you do it correctly. Remember, this tutorial is used if you are inserting files through FTP softwares, such as <a href="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;uact=8&amp;ved=0ahUKEwib36-zsMTYAhWKq1MKHdMRAmwQFggtMAA&amp;url=https%3A%2F%2Ffilezilla-project.org%2F&amp;usg=AOvVaw0vUm4-x_Jtf5eF3tpKkxjC" target="_blank" rel="noopener" class="mycode_url">FileZilla</a>.<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Step 1: </span>Navigate to your MyBB directory in the FTP software.<br />
<ul class="mycode_list"><li>After finding and opening your MyBB directory, proceed to Step 2. <br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Step 2: </span>Uploading your images to your web server.<br />
<ul class="mycode_list"><li>Open the images folder, and then navigate to the next folder called, "badge".<br />
</li>
<li>After opening the "badge" folder, drag the file that you want as the group image, into the folder. <br />
</li>
<li>Once completed, the uploaded file should show in the directory of the folder, "badge".<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">Step 3: </span>Applying your images to a group on your forum. <br />
<ul class="mycode_list"><li>Navigate to your forum, and go to the administration panel.<br />
</li>
<li>Proceed to "Users &amp; Groups", and select, "Groups".<br />
</li>
<li>Click the group you wish to edit the group image on, and scroll down to the box that reads, "Group Image".<br />
</li>
<li>Write the image path in that box, and save your changes. See below for image path examples. <br />
</li>
</ul>
</blockquote>
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite><span style="font-weight: bold;" class="mycode_b">Examples:</span> Image Paths<br />
<br />
Your image path for the box should look something like this:<br />
<ul class="mycode_list"><li>images/badge/Management.png<br />
</li>
</ul>
However, you are to edit the file name with the file you uploaded to your web server. For instance, if your file is named "Staff.png" replace "Management.png" with your file name (Staff.png).<br />
<br />
After saving, and navigating to a post that the user made that is the group, it should look something like this, depending on your file:<br />
<br />
<img src="https://i.gyazo.com/674de7a09354c84e968f2027712319d7.png" loading="lazy"  alt="[Image: 674de7a09354c84e968f2027712319d7.png]" class="mycode_img" /></blockquote>
<br />
I appreciate you for viewing my tutorial! If you haven't be sure to register on these forums! If you have any questions regarding this tutorial, please be sure to privately message me and I'd be glad to assist you more on the topic!<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notice:</span> This works with any theme that has the proper setup, such as Emerald.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Font-Awesome Forum Icons]]></title>
			<link>https://developement.design/forum/showthread.php?tid=30</link>
			<pubDate>Wed, 03 Jan 2018 19:01:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=30</guid>
			<description><![CDATA[Hello folks <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
Her's a new useful tutorial from MyBB community (<a href="https://community.mybb.com/thread-212919.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-212919.html</a>)<br />
<span style="color: #ff3333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">FOR EMERALD THEME : GO DIRECTLY TO THE STEP 5</span></span><br />
<br />
 1. Loading Font Awesome<br />
In your <span style="font-weight: bold;" class="mycode_b">Templates</span> section of the MyBB ACP, find the <span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Ungrouped Templates</span></span> -&gt; <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">headerinclude</span></span> template. Add the following after {&#36;stylesheets}:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'&gt;</code></div></div><br />
2. Adding Your Icon<br />
Still in <span style="font-weight: bold;" class="mycode_b">Templates</span>, find <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Forum Bit Templates -&gt; forumbit_depth2_forum</span></span> (Do the same for <span style="font-weight: bold;" class="mycode_b">forumbit_depth2_cat</span>) and replace:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/span&gt;</code></div></div><br />
With:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Now find the following in your global.css:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 30px;<br />
 width: 30px;<br />
 background: url(images/forum_icon_sprite.png) no-repeat 0 0;<br />
 }<br />
 <br />
 .forum_on {<br />
 background-position: 0 0;<br />
 }<br />
 <br />
 .forum_off {<br />
 background-position: 0 -30px;<br />
 }<br />
 <br />
 .forum_offlock {<br />
 background-position: 0 -60px;<br />
 }<br />
 <br />
 .forum_offlink {<br />
 background-position: 0 -90px;<br />
 }</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 50px;<br />
 width: 50px;<br />
 font-size: 30px;<br />
 text-align: center;<br />
 }<br />
 <br />
 .forum_status i {<br />
 display: inline-block;<br />
 line-height: 50px;<br />
 }<br />
 <br />
 .forum_on {<br />
 color: #0094d1;<br />
 }<br />
 <br />
 .forum_off, .forum_offlock, .forum_offlink {<br />
 color: #333;<br />
 }<br />
 <br />
 .forum_off i {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .forum_offlock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .forum_offlink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
3. Fix Your Legend<br />
If you wish to keep your forum icon legend, find your <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Index Page Templates -&gt; index</span></span> template and replace the contents with this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
 &lt;head&gt;<br />
 &lt;title&gt;{&#36;mybb-&gt;settings['bbname']}&lt;/title&gt;<br />
 {&#36;headerinclude}<br />
 &lt;script type="text/javascript"&gt;<br />
 &lt;!--<br />
 lang.no_new_posts = "{&#36;lang-&gt;no_new_posts}";<br />
 lang.click_mark_read = "{&#36;lang-&gt;click_mark_read}";<br />
 // --&gt;<br />
 &lt;/script&gt;<br />
 &lt;/head&gt;<br />
 &lt;body&gt;<br />
 {&#36;header}<br />
 {&#36;forums}<br />
 {&#36;boardstats}<br />
 <br />
 &lt;dl class="forum_legend smalltext"&gt;<br />
 &lt;dt&gt;&lt;div class="forum_status forum_on"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;new_posts}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_off"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;no_new_posts}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_offlock"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;forum_locked}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_offlink"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;forum_redirect}&lt;/dd&gt;<br />
 &lt;/dl&gt;<br />
 &lt;br class="clear" /&gt;<br />
 {&#36;footer}<br />
 &lt;/body&gt;<br />
 &lt;/html&gt;</code></div></div><br />
4. Adding Font-Awesome Subforum Icons<br />
Find this in <span style="font-weight: bold;" class="mycode_b">Forum Bit Templates -&gt; forumbit_depth3_statusicon</span>:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div title="{&#36;lightbulb['altonoff']}" class="subforumicon subforum_{&#36;lightbulb['folder']} ajax_mark_read" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/div&gt;</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div title="{&#36;lightbulb['altonoff']}" class="subforumicon subforum_{&#36;lightbulb['folder']} ajax_mark_read" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comment"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Then in <span style="font-weight: bold;" class="mycode_b">global.css</span> find this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.subforumicon {<br />
 height: 10px;<br />
 width: 10px;<br />
 display: inline-block;<br />
 margin: 0 5px;<br />
 background: url(images/mini_status_sprite.png) no-repeat 0 0;<br />
 }<br />
 <br />
 .subforum_minion {<br />
 background-position: 0 0;<br />
 }<br />
 <br />
 .subforum_minioff {<br />
 background-position: 0 -10px;<br />
 }<br />
 <br />
 .subforum_miniofflock {<br />
 background-position: 0 -20px;<br />
 }<br />
 <br />
 .subforum_miniofflink {<br />
 background-position: 0 -30px;<br />
 }</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.subforumicon {<br />
 height: 10px;<br />
 width: 10px;<br />
 display: inline-block;<br />
 margin: 0 5px;<br />
 }<br />
 <br />
 .subforum_minion {<br />
 color: #333;<br />
 }<br />
 <br />
 .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {<br />
 color: #333;<br />
 }<br />
 <br />
 .subforum_minioff {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .subforum_miniofflock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .subforum_miniofflink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
5. Adding Font-Awesome Forum Icons<br />
Still in <span style="font-weight: bold;" class="mycode_b">Templates</span>, find <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Forum Bit Templates -&gt; forumbit_depth2_forum</span></span> (Do the same for <span style="font-weight: bold;" class="mycode_b">forumbit_depth2_cat</span>) and replace:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
With:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read ficons_{&#36;forum['fid']}" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Find the following in global.css:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 50px;<br />
 width: 50px; <br />
 font-size: 30px;<br />
 text-align: center;<br />
 }<br />
 <br />
 .forum_status i {<br />
 display: inline-block;<br />
 line-height: 50px;<br />
 }<br />
 <br />
 .forum_on {<br />
 color: #0094d1;<br />
 }<br />
 <br />
 .forum_off, .forum_offlock, .forum_offlink {<br />
 color: #333;<br />
 }<br />
 <br />
 .forum_off i {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .forum_offlock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .forum_offlink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
After it, add this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.ficons_2 i:before {<br />
 content: "&#92;f000";<br />
 }<br />
 <br />
 .ficons_3 i:before {<br />
 content: "&#92;f1ba";<br />
 }<br />
 <br />
 .ficons_4 i:before {<br />
 content: "&#92;f0f5";<br />
 }<br />
 <br />
 .ficons_6 i:before {<br />
 content: "&#92;f0e4";<br />
 }<br />
 <br />
 .ficons_7 i:before {<br />
 content: "&#92;f03e";<br />
 }</code></div></div><br />
<blockquote class="mycode_quote"><cite>Quote: Wrote:</cite>ficons_1,2,3 etc are your forums ID, if you don't know your forum ID just hover to one of the forums and underneath left hand corner of your screen you'll see something like <span style="text-decoration: underline;" class="mycode_u">forumdisplay.php?fid=9</span> or go inside your forum and on the search bar you will see fid ID.</blockquote><br />
<br />
All credits go to <br />
<span style="font-weight: bold;" class="mycode_b">Eric J.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Previews:</span><br />
<a href="http://i.imgur.com/qhS0HWt.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/qhS0HWt.png</a><br />
<a href="http://i.imgur.com/5gpXDz4.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/5gpXDz4.png</a><br />
<a href="http://i.imgur.com/QoHmvQ0.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/QoHmvQ0.png</a><br />
<a href="http://i.imgur.com/INysr98.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/INysr98.png</a>]]></description>
			<content:encoded><![CDATA[Hello folks <img src="https://developement.design/forum/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /><br />
<br />
Her's a new useful tutorial from MyBB community (<a href="https://community.mybb.com/thread-212919.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-212919.html</a>)<br />
<span style="color: #ff3333;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">FOR EMERALD THEME : GO DIRECTLY TO THE STEP 5</span></span><br />
<br />
 1. Loading Font Awesome<br />
In your <span style="font-weight: bold;" class="mycode_b">Templates</span> section of the MyBB ACP, find the <span style="font-weight: bold;" class="mycode_b"><span style="text-decoration: underline;" class="mycode_u">Ungrouped Templates</span></span> -&gt; <span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">headerinclude</span></span> template. Add the following after {&#36;stylesheets}:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'&gt;</code></div></div><br />
2. Adding Your Icon<br />
Still in <span style="font-weight: bold;" class="mycode_b">Templates</span>, find <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Forum Bit Templates -&gt; forumbit_depth2_forum</span></span> (Do the same for <span style="font-weight: bold;" class="mycode_b">forumbit_depth2_cat</span>) and replace:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/span&gt;</code></div></div><br />
With:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Now find the following in your global.css:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 30px;<br />
 width: 30px;<br />
 background: url(images/forum_icon_sprite.png) no-repeat 0 0;<br />
 }<br />
 <br />
 .forum_on {<br />
 background-position: 0 0;<br />
 }<br />
 <br />
 .forum_off {<br />
 background-position: 0 -30px;<br />
 }<br />
 <br />
 .forum_offlock {<br />
 background-position: 0 -60px;<br />
 }<br />
 <br />
 .forum_offlink {<br />
 background-position: 0 -90px;<br />
 }</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 50px;<br />
 width: 50px;<br />
 font-size: 30px;<br />
 text-align: center;<br />
 }<br />
 <br />
 .forum_status i {<br />
 display: inline-block;<br />
 line-height: 50px;<br />
 }<br />
 <br />
 .forum_on {<br />
 color: #0094d1;<br />
 }<br />
 <br />
 .forum_off, .forum_offlock, .forum_offlink {<br />
 color: #333;<br />
 }<br />
 <br />
 .forum_off i {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .forum_offlock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .forum_offlink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
3. Fix Your Legend<br />
If you wish to keep your forum icon legend, find your <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Index Page Templates -&gt; index</span></span> template and replace the contents with this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;html&gt;<br />
 &lt;head&gt;<br />
 &lt;title&gt;{&#36;mybb-&gt;settings['bbname']}&lt;/title&gt;<br />
 {&#36;headerinclude}<br />
 &lt;script type="text/javascript"&gt;<br />
 &lt;!--<br />
 lang.no_new_posts = "{&#36;lang-&gt;no_new_posts}";<br />
 lang.click_mark_read = "{&#36;lang-&gt;click_mark_read}";<br />
 // --&gt;<br />
 &lt;/script&gt;<br />
 &lt;/head&gt;<br />
 &lt;body&gt;<br />
 {&#36;header}<br />
 {&#36;forums}<br />
 {&#36;boardstats}<br />
 <br />
 &lt;dl class="forum_legend smalltext"&gt;<br />
 &lt;dt&gt;&lt;div class="forum_status forum_on"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;new_posts}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_off"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;no_new_posts}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_offlock"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;forum_locked}&lt;/dd&gt;<br />
 <br />
 &lt;dt&gt;&lt;div class="forum_status forum_offlink"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;&lt;/dt&gt;<br />
 &lt;dd&gt;{&#36;lang-&gt;forum_redirect}&lt;/dd&gt;<br />
 &lt;/dl&gt;<br />
 &lt;br class="clear" /&gt;<br />
 {&#36;footer}<br />
 &lt;/body&gt;<br />
 &lt;/html&gt;</code></div></div><br />
4. Adding Font-Awesome Subforum Icons<br />
Find this in <span style="font-weight: bold;" class="mycode_b">Forum Bit Templates -&gt; forumbit_depth3_statusicon</span>:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div title="{&#36;lightbulb['altonoff']}" class="subforumicon subforum_{&#36;lightbulb['folder']} ajax_mark_read" id="mark_read_{&#36;forum['fid']}"&gt;&lt;/div&gt;</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div title="{&#36;lightbulb['altonoff']}" class="subforumicon subforum_{&#36;lightbulb['folder']} ajax_mark_read" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comment"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Then in <span style="font-weight: bold;" class="mycode_b">global.css</span> find this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.subforumicon {<br />
 height: 10px;<br />
 width: 10px;<br />
 display: inline-block;<br />
 margin: 0 5px;<br />
 background: url(images/mini_status_sprite.png) no-repeat 0 0;<br />
 }<br />
 <br />
 .subforum_minion {<br />
 background-position: 0 0;<br />
 }<br />
 <br />
 .subforum_minioff {<br />
 background-position: 0 -10px;<br />
 }<br />
 <br />
 .subforum_miniofflock {<br />
 background-position: 0 -20px;<br />
 }<br />
 <br />
 .subforum_miniofflink {<br />
 background-position: 0 -30px;<br />
 }</code></div></div><br />
Replace it with:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.subforumicon {<br />
 height: 10px;<br />
 width: 10px;<br />
 display: inline-block;<br />
 margin: 0 5px;<br />
 }<br />
 <br />
 .subforum_minion {<br />
 color: #333;<br />
 }<br />
 <br />
 .subforum_minioff, .subforum_miniofflock, .subforum_miniofflink {<br />
 color: #333;<br />
 }<br />
 <br />
 .subforum_minioff {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .subforum_miniofflock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .subforum_miniofflink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
5. Adding Font-Awesome Forum Icons<br />
Still in <span style="font-weight: bold;" class="mycode_b">Templates</span>, find <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">Forum Bit Templates -&gt; forumbit_depth2_forum</span></span> (Do the same for <span style="font-weight: bold;" class="mycode_b">forumbit_depth2_cat</span>) and replace:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
With:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="forum_status forum_{&#36;lightbulb['folder']} ajax_mark_read ficons_{&#36;forum['fid']}" title="{&#36;lightbulb['altonoff']}" id="mark_read_{&#36;forum['fid']}"&gt;&lt;i class="fa fa-comments"&gt;&lt;/i&gt;&lt;/div&gt;</code></div></div><br />
Find the following in global.css:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_status {<br />
 height: 50px;<br />
 width: 50px; <br />
 font-size: 30px;<br />
 text-align: center;<br />
 }<br />
 <br />
 .forum_status i {<br />
 display: inline-block;<br />
 line-height: 50px;<br />
 }<br />
 <br />
 .forum_on {<br />
 color: #0094d1;<br />
 }<br />
 <br />
 .forum_off, .forum_offlock, .forum_offlink {<br />
 color: #333;<br />
 }<br />
 <br />
 .forum_off i {<br />
 opacity: .4;<br />
 }<br />
 <br />
 .forum_offlock i:before {<br />
 content: "&#92;f023";<br />
 }<br />
 <br />
 .forum_offlink i:before {<br />
 content: "&#92;f0c1";<br />
 }</code></div></div><br />
After it, add this:<br />
Code:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.ficons_2 i:before {<br />
 content: "&#92;f000";<br />
 }<br />
 <br />
 .ficons_3 i:before {<br />
 content: "&#92;f1ba";<br />
 }<br />
 <br />
 .ficons_4 i:before {<br />
 content: "&#92;f0f5";<br />
 }<br />
 <br />
 .ficons_6 i:before {<br />
 content: "&#92;f0e4";<br />
 }<br />
 <br />
 .ficons_7 i:before {<br />
 content: "&#92;f03e";<br />
 }</code></div></div><br />
<blockquote class="mycode_quote"><cite>Quote: Wrote:</cite>ficons_1,2,3 etc are your forums ID, if you don't know your forum ID just hover to one of the forums and underneath left hand corner of your screen you'll see something like <span style="text-decoration: underline;" class="mycode_u">forumdisplay.php?fid=9</span> or go inside your forum and on the search bar you will see fid ID.</blockquote><br />
<br />
All credits go to <br />
<span style="font-weight: bold;" class="mycode_b">Eric J.</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Previews:</span><br />
<a href="http://i.imgur.com/qhS0HWt.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/qhS0HWt.png</a><br />
<a href="http://i.imgur.com/5gpXDz4.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/5gpXDz4.png</a><br />
<a href="http://i.imgur.com/QoHmvQ0.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/QoHmvQ0.png</a><br />
<a href="http://i.imgur.com/INysr98.png" target="_blank" rel="noopener" class="mycode_url">http://i.imgur.com/INysr98.png</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[SEO] Increase the traffic of your MyBB forums]]></title>
			<link>https://developement.design/forum/showthread.php?tid=24</link>
			<pubDate>Fri, 29 Dec 2017 01:31:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1">AmazOuz</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=24</guid>
			<description><![CDATA[Hi folks !<br />
<br />
Who doesn't want better traffic for his own forums ? Not you of course <img src="https://developement.design/forum/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /> <br />
To attract more people you must follow before everything the basics of SEO optimization.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">One : Adding meta tags </span><br />
<br />
They are HTML tags you must include your head tags (&lt;head&gt;&lt;/head&gt;) of each page.<br />
In MyBB, the head tags content is generated by the template "headerinclude" which is inside "Ungrouped Templates" of your "XXX Templates" (XXX = your theme's name), you must go to "Style &amp; Templates" in Admin Panel. Then you insert this code : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="title" content="YOUR FORUMS TITLE"&gt;<br />
&lt;meta name="description" content="DESCRIPTION OF YOUR FORUMS"&gt;<br />
&lt;meta name="keywords" content="TAGS, KEYWORDS SEPARATED BY COMMA"&gt;<br />
&lt;meta name="language" content="English"&gt;<br />
&lt;meta name="robots" content="index, follow"&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Two : Creating a "robots.txt" file</span><br />
<br />
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called <span style="font-style: italic;" class="mycode_i">The Robots Exclusion Protocol</span>. <br />
It works likes this: a robot wants to vists a Web site URL, say <a href="http://www.example.com/welcome.html" target="_blank" rel="noopener" class="mycode_url">http://www.example.com/welcome.html</a>. Before it does so, it firsts checks for <a href="http://www.example.com/robots.txt" target="_blank" rel="noopener" class="mycode_url">http://www.example.com/robots.txt</a>, and finds: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: /</code></div></div><br />
<br />
The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site. <br />
You must upload the robots.txt to the root directory of your forums.<br />
Examples of robots.txt : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: <br />
Disallow: /inc/<br />
Disallow: /admin/<br />
Sitemap: https://developement.design/forum/sitemap.xml</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Three : Creating a Sitemap</span><br />
<br />
In its simplest form, a Sitemap is an XML file that lists URLs for your forums along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site. You must upload the sitemap.xml to the root directory of your forums.<br />
<br />
Examples of Sitemap generators : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>https://www.xml-sitemaps.com/<br />
http://www.xsitemap.com/<br />
https://smallseotools.com/xml-sitemap-generator/</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Four : Submit your forums link to search engines</span><br />
<br />
How will Google or Bing know your forums ? They aren't there to help you without any effort from your part, you must go yourself in google or bing webmaster tools submit your forums link and add your sitemap.<br />
<br />
Google =&gt; <a href="https://www.google.com/webmasters/tools/submit-url" target="_blank" rel="noopener" class="mycode_url">https://www.google.com/webmasters/tools/submit-url</a> <br />
Bing =&gt; <a href="https://www.bing.com/toolbox/submit-site-url" target="_blank" rel="noopener" class="mycode_url">https://www.bing.com/toolbox/submit-site-url</a><br />
Others =&gt; <a href="https://www.entireweb.com/free_submission/" target="_blank" rel="noopener" class="mycode_url">https://www.entireweb.com/free_submission/</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Five : Make your forums rich in content</span><br />
<br />
We must note that the most important factor is the high quality content of your forums. <br />
Why users will browse your forums instead of other ones, if they are richer in content and more helpful while you both discuss the main domain of activity (for example, both of you talk about graphics) ?<br />
Your forums must be not only rich in content, but <span style="color: #ff6666;" class="mycode_color">unique</span>, sharing stuffs users won't find on any other forums. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">More : Google SEO Plugin for MyBB 1.8/1.6<br />
<br />
</span>If you search MyBB mods site you'll discover a great plugin created by "<span style="font-weight: bold;" class="mycode_b"><a href="https://community.mybb.com/user-17022.html" target="_blank" rel="noopener" class="mycode_url">frostschutz</a>" </span>which makes all the tasks easier and automatic, the features :<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Google SEO 404:<br />
<br />
    Error pages return HTTP 404 Not Found (and others) instead of 200 OK<br />
    Custom 404 error pages<br />
    Google's 404 widget<br />
<br />
Google SEO Meta:<br />
<br />
    description meta tags for forums / threads / etc.<br />
    specify canonical pages<br />
    nofollow links<br />
<br />
Google SEO Redirect:<br />
<br />
    redirect old URLs to new URLs (or vice versa)<br />
    avoid URL breakage and double content<br />
<br />
Google SEO Sitemap:<br />
<br />
    dynamic generation of XML Sitemaps<br />
    search engines find your content without crawling<br />
<br />
Google SEO URL:<br />
<br />
    Keyword URLs (e.g. Thread-Some-Subject instead of showthread.php?tid=12345)<br />
    UTF-8 in URLs is supported<br />
    Customizable URL styles</code></div></div><br />
Download: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=789" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=789</a> <br />
GitHub: <a href="https://github.com/frostschutz/MyBB-Google-SEO" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Google-SEO</a><br />
Documentation: <a href="https://github.com/frostschutz/MyBB-Google-SEO/blob/master/google_seo.rst" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Goog...le_seo.rst</a><br />
Bugtracker: <a href="https://github.com/frostschutz/MyBB-Google-SEO/issues" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Google-SEO/issues</a><br />
<br />
See you in another tutorial <img src="https://developement.design/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></description>
			<content:encoded><![CDATA[Hi folks !<br />
<br />
Who doesn't want better traffic for his own forums ? Not you of course <img src="https://developement.design/forum/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /> <br />
To attract more people you must follow before everything the basics of SEO optimization.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">One : Adding meta tags </span><br />
<br />
They are HTML tags you must include your head tags (&lt;head&gt;&lt;/head&gt;) of each page.<br />
In MyBB, the head tags content is generated by the template "headerinclude" which is inside "Ungrouped Templates" of your "XXX Templates" (XXX = your theme's name), you must go to "Style &amp; Templates" in Admin Panel. Then you insert this code : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="title" content="YOUR FORUMS TITLE"&gt;<br />
&lt;meta name="description" content="DESCRIPTION OF YOUR FORUMS"&gt;<br />
&lt;meta name="keywords" content="TAGS, KEYWORDS SEPARATED BY COMMA"&gt;<br />
&lt;meta name="language" content="English"&gt;<br />
&lt;meta name="robots" content="index, follow"&gt;</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Two : Creating a "robots.txt" file</span><br />
<br />
Web site owners use the /robots.txt file to give instructions about their site to web robots; this is called <span style="font-style: italic;" class="mycode_i">The Robots Exclusion Protocol</span>. <br />
It works likes this: a robot wants to vists a Web site URL, say <a href="http://www.example.com/welcome.html" target="_blank" rel="noopener" class="mycode_url">http://www.example.com/welcome.html</a>. Before it does so, it firsts checks for <a href="http://www.example.com/robots.txt" target="_blank" rel="noopener" class="mycode_url">http://www.example.com/robots.txt</a>, and finds: <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: /</code></div></div><br />
<br />
The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site. <br />
You must upload the robots.txt to the root directory of your forums.<br />
Examples of robots.txt : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>User-agent: *<br />
Disallow: <br />
Disallow: /inc/<br />
Disallow: /admin/<br />
Sitemap: https://developement.design/forum/sitemap.xml</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Three : Creating a Sitemap</span><br />
<br />
In its simplest form, a Sitemap is an XML file that lists URLs for your forums along with additional metadata about each URL (when it was last updated, how often it usually changes, and how important it is, relative to other URLs in the site) so that search engines can more intelligently crawl the site. You must upload the sitemap.xml to the root directory of your forums.<br />
<br />
Examples of Sitemap generators : <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>https://www.xml-sitemaps.com/<br />
http://www.xsitemap.com/<br />
https://smallseotools.com/xml-sitemap-generator/</code></div></div><br />
<span style="font-weight: bold;" class="mycode_b">Four : Submit your forums link to search engines</span><br />
<br />
How will Google or Bing know your forums ? They aren't there to help you without any effort from your part, you must go yourself in google or bing webmaster tools submit your forums link and add your sitemap.<br />
<br />
Google =&gt; <a href="https://www.google.com/webmasters/tools/submit-url" target="_blank" rel="noopener" class="mycode_url">https://www.google.com/webmasters/tools/submit-url</a> <br />
Bing =&gt; <a href="https://www.bing.com/toolbox/submit-site-url" target="_blank" rel="noopener" class="mycode_url">https://www.bing.com/toolbox/submit-site-url</a><br />
Others =&gt; <a href="https://www.entireweb.com/free_submission/" target="_blank" rel="noopener" class="mycode_url">https://www.entireweb.com/free_submission/</a><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Five : Make your forums rich in content</span><br />
<br />
We must note that the most important factor is the high quality content of your forums. <br />
Why users will browse your forums instead of other ones, if they are richer in content and more helpful while you both discuss the main domain of activity (for example, both of you talk about graphics) ?<br />
Your forums must be not only rich in content, but <span style="color: #ff6666;" class="mycode_color">unique</span>, sharing stuffs users won't find on any other forums. <br />
<br />
<span style="font-weight: bold;" class="mycode_b">More : Google SEO Plugin for MyBB 1.8/1.6<br />
<br />
</span>If you search MyBB mods site you'll discover a great plugin created by "<span style="font-weight: bold;" class="mycode_b"><a href="https://community.mybb.com/user-17022.html" target="_blank" rel="noopener" class="mycode_url">frostschutz</a>" </span>which makes all the tasks easier and automatic, the features :<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Google SEO 404:<br />
<br />
    Error pages return HTTP 404 Not Found (and others) instead of 200 OK<br />
    Custom 404 error pages<br />
    Google's 404 widget<br />
<br />
Google SEO Meta:<br />
<br />
    description meta tags for forums / threads / etc.<br />
    specify canonical pages<br />
    nofollow links<br />
<br />
Google SEO Redirect:<br />
<br />
    redirect old URLs to new URLs (or vice versa)<br />
    avoid URL breakage and double content<br />
<br />
Google SEO Sitemap:<br />
<br />
    dynamic generation of XML Sitemaps<br />
    search engines find your content without crawling<br />
<br />
Google SEO URL:<br />
<br />
    Keyword URLs (e.g. Thread-Some-Subject instead of showthread.php?tid=12345)<br />
    UTF-8 in URLs is supported<br />
    Customizable URL styles</code></div></div><br />
Download: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=789" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=789</a> <br />
GitHub: <a href="https://github.com/frostschutz/MyBB-Google-SEO" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Google-SEO</a><br />
Documentation: <a href="https://github.com/frostschutz/MyBB-Google-SEO/blob/master/google_seo.rst" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Goog...le_seo.rst</a><br />
Bugtracker: <a href="https://github.com/frostschutz/MyBB-Google-SEO/issues" target="_blank" rel="noopener" class="mycode_url">https://github.com/frostschutz/MyBB-Google-SEO/issues</a><br />
<br />
See you in another tutorial <img src="https://developement.design/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></content:encoded>
		</item>
	</channel>
</rss>