<?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[WallBB Forums - Theme Documentation]]></title>
		<link>https://wallbb.co.uk/forums/</link>
		<description><![CDATA[WallBB Forums - https://wallbb.co.uk/forums]]></description>
		<pubDate>Tue, 07 Apr 2026 20:40:42 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Win a Prize Worth Up to $100,000.77!]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=384</link>
			<pubDate>Thu, 23 Oct 2025 10:25:51 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=369">StevenK</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=384</guid>
			<description><![CDATA[iPhone 17, gaming laptops, gift cards, crypto &amp; more! <br />
Join now: <a href="https://telegra.ph/Get-a-gift-worth-up-to-10000077-10-23-6937" target="_blank" rel="noopener" class="mycode_url">https://telegra.ph/Get-a-gift-worth-up-t...10-23-6937</a>]]></description>
			<content:encoded><![CDATA[iPhone 17, gaming laptops, gift cards, crypto &amp; more! <br />
Join now: <a href="https://telegra.ph/Get-a-gift-worth-up-to-10000077-10-23-6937" target="_blank" rel="noopener" class="mycode_url">https://telegra.ph/Get-a-gift-worth-up-t...10-23-6937</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to set Admin and Moderator Panels to Go Dark Theme]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=353</link>
			<pubDate>Tue, 25 Aug 2020 13:50:50 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=386">chris@IBOUSA.org</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=353</guid>
			<description><![CDATA[How do I set the Admin and Moderator Panels to the Go Dark Theme?]]></description>
			<content:encoded><![CDATA[How do I set the Admin and Moderator Panels to the Go Dark Theme?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Little SEO tweaks to add Social Tags]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=337</link>
			<pubDate>Wed, 13 May 2020 16:37:51 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=371">JohnRip3r</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=337</guid>
			<description><![CDATA[Thought  of writing this so you can do little tweaks in <span style="font-weight: bold;" class="mycode_b">headerinclude  </span>to make your forum links better for social media.<br />
<br />
<br />
1. Making changes to theme-color<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="theme-color" content="#anycolorcode"&gt;</code></div></div><br />
<br />
Wallbb GoDark uses this color scheme by default #2371a2 you can change color code to any color you desire.if have default layout then stick to default color scheme <br />
<br />
2. Adding your board name <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:site_name" content="{&#36;mybb-&gt;settings['bbname']}" /&gt;</code></div></div><br />
3. Adding meta description <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:description" content="your desired description for you forum. Example football fans forums" /&gt;</code></div></div><br />
4. Adding OG images <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:image" content="{&#36;mybb-&gt;settings['bburl']}/path/to/picture.jpg" /&gt;</code></div></div><br />
5. Changing title of forums <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:title" content="coders hub" /&gt;</code></div></div><br />
<br />
five simple tweaks to make your forums look better and on social media]]></description>
			<content:encoded><![CDATA[Thought  of writing this so you can do little tweaks in <span style="font-weight: bold;" class="mycode_b">headerinclude  </span>to make your forum links better for social media.<br />
<br />
<br />
1. Making changes to theme-color<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta name="theme-color" content="#anycolorcode"&gt;</code></div></div><br />
<br />
Wallbb GoDark uses this color scheme by default #2371a2 you can change color code to any color you desire.if have default layout then stick to default color scheme <br />
<br />
2. Adding your board name <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:site_name" content="{&#36;mybb-&gt;settings['bbname']}" /&gt;</code></div></div><br />
3. Adding meta description <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:description" content="your desired description for you forum. Example football fans forums" /&gt;</code></div></div><br />
4. Adding OG images <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:image" content="{&#36;mybb-&gt;settings['bburl']}/path/to/picture.jpg" /&gt;</code></div></div><br />
5. Changing title of forums <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;meta property="og:title" content="coders hub" /&gt;</code></div></div><br />
<br />
five simple tweaks to make your forums look better and on social media]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Styling myalerts header icon on godark ( tutorial )]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=332</link>
			<pubDate>Mon, 30 Mar 2020 02:51:06 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=371">JohnRip3r</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=332</guid>
			<description><![CDATA[<img src="https://i.imgur.com/Zx3hq7i.jpg" loading="lazy"  alt="[Image: Zx3hq7i.jpg]" class="mycode_img" /><br />
<br />
Doesn't look good <br />
<br />
You will have to follow this steps <br />
<br />
<br />
MyAlerts Templates » Edit Template: myalerts_headericon<br />
<br />
Replace this code <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li class="alerts {&#36;newAlertsIndicator}"&gt;<br />
    &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php" class="myalerts" onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;{&#36;lang-&gt;myalerts_alerts}<br />
        ({&#36;mybb-&gt;user['unreadAlerts']})&lt;/a&gt;<br />
&lt;/li&gt;</code></div></div><br />
To<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="alerts {&#36;newAlertsIndicator}"&gt;<br />
     &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php"<br />
        class="myalerts"<br />
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;<br />
        &lt;i class="fa fa-bell"&gt;&lt;/i&gt; {&#36;mybb-&gt;user['unreadAlerts']}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br />
&lt;/span&gt;</code></div></div><br />
Booyah you have finally styled that part of header <br />
<br />
<img src="https://i.imgur.com/Z4Fq535.jpg" loading="lazy"  alt="[Image: Z4Fq535.jpg]" class="mycode_img" /><br />
<br />
Icon doesn't stand out well with other icons <br />
<br />
What you can do is add &lt;li&gt; at being of code thanks to wallbb dev it automatically styles the icon <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="alerts {&#36;newAlertsIndicator}"&gt;<br />
     &lt;li&gt; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php"<br />
        class="myalerts"<br />
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;<br />
        &lt;i class="fa fa-bell"&gt;&lt;/i&gt; {&#36;mybb-&gt;user['unreadAlerts']}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;&lt;/li&gt;<br />
&lt;/span&gt;</code></div></div><br />
<br />
<img src="https://i.imgur.com/zG6FdAX.jpg" loading="lazy"  alt="[Image: zG6FdAX.jpg]" class="mycode_img" /><br />
<br />
Now the icon looks better then it used to be]]></description>
			<content:encoded><![CDATA[<img src="https://i.imgur.com/Zx3hq7i.jpg" loading="lazy"  alt="[Image: Zx3hq7i.jpg]" class="mycode_img" /><br />
<br />
Doesn't look good <br />
<br />
You will have to follow this steps <br />
<br />
<br />
MyAlerts Templates » Edit Template: myalerts_headericon<br />
<br />
Replace this code <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li class="alerts {&#36;newAlertsIndicator}"&gt;<br />
    &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php" class="myalerts" onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;{&#36;lang-&gt;myalerts_alerts}<br />
        ({&#36;mybb-&gt;user['unreadAlerts']})&lt;/a&gt;<br />
&lt;/li&gt;</code></div></div><br />
To<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="alerts {&#36;newAlertsIndicator}"&gt;<br />
     &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php"<br />
        class="myalerts"<br />
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;<br />
        &lt;i class="fa fa-bell"&gt;&lt;/i&gt; {&#36;mybb-&gt;user['unreadAlerts']}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;<br />
&lt;/span&gt;</code></div></div><br />
Booyah you have finally styled that part of header <br />
<br />
<img src="https://i.imgur.com/Z4Fq535.jpg" loading="lazy"  alt="[Image: Z4Fq535.jpg]" class="mycode_img" /><br />
<br />
Icon doesn't stand out well with other icons <br />
<br />
What you can do is add &lt;li&gt; at being of code thanks to wallbb dev it automatically styles the icon <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;span class="alerts {&#36;newAlertsIndicator}"&gt;<br />
     &lt;li&gt; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/alerts.php"<br />
        class="myalerts"<br />
        onclick="MyBB.popupWindow('/alerts.php?modal=1&amp;amp;ret_link={&#36;myalerts_return_link}', { fadeDuration: 250, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"&gt;<br />
        &lt;i class="fa fa-bell"&gt;&lt;/i&gt; {&#36;mybb-&gt;user['unreadAlerts']}<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/a&gt;&lt;/li&gt;<br />
&lt;/span&gt;</code></div></div><br />
<br />
<img src="https://i.imgur.com/zG6FdAX.jpg" loading="lazy"  alt="[Image: zG6FdAX.jpg]" class="mycode_img" /><br />
<br />
Now the icon looks better then it used to be]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add onscroll sticky header in GoDark MyBB theme]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=329</link>
			<pubDate>Sun, 15 Mar 2020 23:08:42 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=329</guid>
			<description><![CDATA[This tutorial will allow you to add onscroll sticky header in GoDark MyBB theme. Follow these steps to add the onscroll sticky header :-<br />
<br />
1. Go to Admin CP &gt; Themes &gt; GoDark Theme &gt; nav.css &gt; Edit in Advanced Mode<br />
2. Add the below code at the bottom of nav.css <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.touchX {<br />
  position: fixed;<br />
  width: 100%<br />
  top: 0;<br />
}</code></div></div><br />
3. Now add the below code in footer template i.e Admin CP &gt; Themes &gt; Templates and Styles &gt; GoDark Templates &gt; Footer Templates &gt; footer<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script&gt;<br />
window.onscroll = function() {myFunction()};<br />
<br />
var header = document.getElementById("stickynav");<br />
var sticky = header.offsetTop;<br />
<br />
function myFunction() {<br />
  if (window.pageYOffset &gt; sticky) {<br />
    header.classList.add("touchX");<br />
  } else {<br />
    header.classList.remove("touchX");<br />
  }<br />
}<br />
&lt;/script&gt;</code></div></div><br />
<br />
4. Finally go to header template and replace &lt;nav&gt; with <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;nav id="stickynav"&gt;</code></div></div><br />
This will allow you to add a beautiful onscroll sticky header to GoDark MyBB theme.<br />
<br />
Enjoy <img src="https://wallbb.co.uk/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[This tutorial will allow you to add onscroll sticky header in GoDark MyBB theme. Follow these steps to add the onscroll sticky header :-<br />
<br />
1. Go to Admin CP &gt; Themes &gt; GoDark Theme &gt; nav.css &gt; Edit in Advanced Mode<br />
2. Add the below code at the bottom of nav.css <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.touchX {<br />
  position: fixed;<br />
  width: 100%<br />
  top: 0;<br />
}</code></div></div><br />
3. Now add the below code in footer template i.e Admin CP &gt; Themes &gt; Templates and Styles &gt; GoDark Templates &gt; Footer Templates &gt; footer<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;script&gt;<br />
window.onscroll = function() {myFunction()};<br />
<br />
var header = document.getElementById("stickynav");<br />
var sticky = header.offsetTop;<br />
<br />
function myFunction() {<br />
  if (window.pageYOffset &gt; sticky) {<br />
    header.classList.add("touchX");<br />
  } else {<br />
    header.classList.remove("touchX");<br />
  }<br />
}<br />
&lt;/script&gt;</code></div></div><br />
<br />
4. Finally go to header template and replace &lt;nav&gt; with <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;nav id="stickynav"&gt;</code></div></div><br />
This will allow you to add a beautiful onscroll sticky header to GoDark MyBB theme.<br />
<br />
Enjoy <img src="https://wallbb.co.uk/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding Font Awesome ficons without any plugin]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=325</link>
			<pubDate>Thu, 05 Mar 2020 15:17:46 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=325</guid>
			<description><![CDATA[Hello,<br />
This tutorial teaches you how to add Font Awesome 4.7.0 icons as ficons without any plugins.<br />
NOTE: Keep a backup of your templates and CSS before making any changes.<br />
<br />
1. First of all, replace the code in <span style="font-style: italic;" class="mycode_i">forumbit_depth2_forum</span> and <span style="font-style: italic;" class="mycode_i">forumbit_depth2_cat</span> with this code.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&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;<br />
&lt;td class="{&#36;bgcolor}" valign="center"&gt;<br />
&lt;span class="big_title"&gt;&lt;a href="{&#36;forum_url}"&gt;{&#36;forum['name']}&lt;/a&gt;&lt;/span&gt;{&#36;forum_viewers_text}&lt;div class="smalltext"&gt;{&#36;forum['description']}&lt;/div&gt;<br />
{&#36;subforums}<br />
&lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="center" style="white-space: nowrap"&gt; {&#36;threads}{&#36;unapproved['unapproved_threads']} &lt;br/&gt; &lt;span class="smalltext"&gt;Threads&lt;/span&gt; &lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="center" style="white-space: nowrap"&gt; {&#36;posts}{&#36;unapproved['unapproved_posts']} &lt;br/&gt; &lt;span class="smalltext"&gt;Posts&lt;/span&gt; &lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="left" style="white-space: nowrap"&gt;{&#36;lastpost}&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div><br />
<br />
2. Now go to Admin CP&gt; Forum and Posts &gt; Forum Management and get the <span style="text-decoration: underline;" class="mycode_u">fid</span> for the forum. In our case, fid is 4.<br />
<br />
3. Now go to css3.css and add this at the bottom of the css file. In below code, 4 is the fid that we received from forum management.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_4 i:before {<br />
content: "&#92;f187 ";<br />
}</code></div></div><br />
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 />
Font Awesome 4.7.0 icons - <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/v4.7.0/icons/</a><br />
<br />
<br />
4. Repeat the step 2 and 3 for all the fid and you will have custom forum icons without any plugins.<br />
<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[Hello,<br />
This tutorial teaches you how to add Font Awesome 4.7.0 icons as ficons without any plugins.<br />
NOTE: Keep a backup of your templates and CSS before making any changes.<br />
<br />
1. First of all, replace the code in <span style="font-style: italic;" class="mycode_i">forumbit_depth2_forum</span> and <span style="font-style: italic;" class="mycode_i">forumbit_depth2_cat</span> with this code.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;tr&gt;<br />
&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;<br />
&lt;td class="{&#36;bgcolor}" valign="center"&gt;<br />
&lt;span class="big_title"&gt;&lt;a href="{&#36;forum_url}"&gt;{&#36;forum['name']}&lt;/a&gt;&lt;/span&gt;{&#36;forum_viewers_text}&lt;div class="smalltext"&gt;{&#36;forum['description']}&lt;/div&gt;<br />
{&#36;subforums}<br />
&lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="center" style="white-space: nowrap"&gt; {&#36;threads}{&#36;unapproved['unapproved_threads']} &lt;br/&gt; &lt;span class="smalltext"&gt;Threads&lt;/span&gt; &lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="center" style="white-space: nowrap"&gt; {&#36;posts}{&#36;unapproved['unapproved_posts']} &lt;br/&gt; &lt;span class="smalltext"&gt;Posts&lt;/span&gt; &lt;/td&gt;<br />
&lt;td class="{&#36;bgcolor}" valign="center" align="left" style="white-space: nowrap"&gt;{&#36;lastpost}&lt;/td&gt;<br />
&lt;/tr&gt;</code></div></div><br />
<br />
2. Now go to Admin CP&gt; Forum and Posts &gt; Forum Management and get the <span style="text-decoration: underline;" class="mycode_u">fid</span> for the forum. In our case, fid is 4.<br />
<br />
3. Now go to css3.css and add this at the bottom of the css file. In below code, 4 is the fid that we received from forum management.<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.forum_4 i:before {<br />
content: "&#92;f187 ";<br />
}</code></div></div><br />
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 />
Font Awesome 4.7.0 icons - <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank" rel="noopener" class="mycode_url">https://fontawesome.com/v4.7.0/icons/</a><br />
<br />
<br />
4. Repeat the step 2 and 3 for all the fid and you will have custom forum icons without any plugins.<br />
<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding custom color scheme in Focus MyBB Theme]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=298</link>
			<pubDate>Thu, 04 Jul 2019 04:44:13 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=298</guid>
			<description><![CDATA[This tutorial will allow you to change color scheme in Focus MyBB Theme.<br />
<br />
Focus theme by default has 4 color schemes, adding a custom scheme is quite easy since it is a very modular theme.<br />
<br />
These steps will allow you to change color scheme :-<br />
1. Go to Admin CP &gt; Template &amp; Styles &gt; FocusResponsive &gt; <br />
2. Select Yellow as default theme color<br />
3. Inside the theme, open color_yellow.css in Advanced Edit mode (Make sure to make a backup of color_yellow.css)<br />
4. Find and Replace CCBC45 with YOURCOLOR code<br />
<br />
Done!<br />
<br />
Hope this tutorial helps you add custom color in Focus MyBB theme.<br />
This tutorial is added in support of this thread<br />
<a href="https://wallbb.co.uk/forums/showthread.php?tid=297" target="_blank" rel="noopener" class="mycode_url">https://wallbb.co.uk/forums/showthread.php?tid=297</a><br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will allow you to change color scheme in Focus MyBB Theme.<br />
<br />
Focus theme by default has 4 color schemes, adding a custom scheme is quite easy since it is a very modular theme.<br />
<br />
These steps will allow you to change color scheme :-<br />
1. Go to Admin CP &gt; Template &amp; Styles &gt; FocusResponsive &gt; <br />
2. Select Yellow as default theme color<br />
3. Inside the theme, open color_yellow.css in Advanced Edit mode (Make sure to make a backup of color_yellow.css)<br />
4. Find and Replace CCBC45 with YOURCOLOR code<br />
<br />
Done!<br />
<br />
Hope this tutorial helps you add custom color in Focus MyBB theme.<br />
This tutorial is added in support of this thread<br />
<a href="https://wallbb.co.uk/forums/showthread.php?tid=297" target="_blank" rel="noopener" class="mycode_url">https://wallbb.co.uk/forums/showthread.php?tid=297</a><br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding Real time PM Count in MyBB]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=296</link>
			<pubDate>Mon, 01 Jul 2019 07:35:28 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=296</guid>
			<description><![CDATA[This tutorial will teach you how to add PM count in header like Facebook in GoDark MyBB theme. (Focus and Orange Already have this inbuilt)<br />
<br />
To add the PM count, follow the below steps :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select GoDark Theme Template<br />
</li>
<li>Go to Header Templates &gt; header_welcomeblock_member<br />
</li>
<li>Replace this line <br />
    <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li &gt;&lt;a class="pm_anchor" href="{&#36;mybb-&gt;settings['bburl']}/private.php"&gt;&lt;i class="fa fa-envelope-open"&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;</code></div></div></li>
<li>with below code <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li&gt;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/private.php"&gt;&lt;i class="fas fa-envelope"&gt;&lt;/i&gt; &lt;span class="pmbg"&gt;{&#36;mybb-&gt;user['pms_unread']}&lt;/a&gt;&lt;/li&gt;</code></div></div></li>
<li>Now go to Admin CP &gt; Templates And Styles &gt; GoDark Theme &gt; css3.css &gt; Edit Advanced Mode and add this at the bottom<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.pmbg {<br />
    background: #f1654c none repeat scroll 0 0;<br />
    border-radius: 0;<br />
    display: inline;<br />
    font-size: 10px;<br />
    height: 15px;<br />
    padding-left: 2px;<br />
    padding-right: 2px;<br />
}</code></div></div></li>
</ol>
That's it!<br />
<br />
Hope this tutorial helps you to add PM count in GoDark MyBB theme.<br />
<br />
This tutorial is added on request of <a href="https://wallbb.co.uk/forums/member.php?action=profile&amp;uid=143" target="_blank" rel="noopener" class="mycode_url">yafin</a><br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will teach you how to add PM count in header like Facebook in GoDark MyBB theme. (Focus and Orange Already have this inbuilt)<br />
<br />
To add the PM count, follow the below steps :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select GoDark Theme Template<br />
</li>
<li>Go to Header Templates &gt; header_welcomeblock_member<br />
</li>
<li>Replace this line <br />
    <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li &gt;&lt;a class="pm_anchor" href="{&#36;mybb-&gt;settings['bburl']}/private.php"&gt;&lt;i class="fa fa-envelope-open"&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;</code></div></div></li>
<li>with below code <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;li&gt;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/private.php"&gt;&lt;i class="fas fa-envelope"&gt;&lt;/i&gt; &lt;span class="pmbg"&gt;{&#36;mybb-&gt;user['pms_unread']}&lt;/a&gt;&lt;/li&gt;</code></div></div></li>
<li>Now go to Admin CP &gt; Templates And Styles &gt; GoDark Theme &gt; css3.css &gt; Edit Advanced Mode and add this at the bottom<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.pmbg {<br />
    background: #f1654c none repeat scroll 0 0;<br />
    border-radius: 0;<br />
    display: inline;<br />
    font-size: 10px;<br />
    height: 15px;<br />
    padding-left: 2px;<br />
    padding-right: 2px;<br />
}</code></div></div></li>
</ol>
That's it!<br />
<br />
Hope this tutorial helps you to add PM count in GoDark MyBB theme.<br />
<br />
This tutorial is added on request of <a href="https://wallbb.co.uk/forums/member.php?action=profile&amp;uid=143" target="_blank" rel="noopener" class="mycode_url">yafin</a><br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Adding a responsive top right menu on Orange Theme]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=295</link>
			<pubDate>Mon, 01 Jul 2019 07:16:01 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=295</guid>
			<description><![CDATA[This tutorial will show you how to Adding a top right menu on Orange MyBB theme. Make sure to backup theme before following this tutorial<br />
<br />
First of all, you need to align the Logo to the Left and after that we add secondary menu to the right. <br />
To do that follow the steps below :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Orange Theme &gt; global.css &gt; Edit Advanced Mode<br />
Find .logo in the global.css and replace .logo code with the below code<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.logo {&nbsp;&nbsp;&nbsp;&nbsp;float: left;&nbsp;&nbsp;&nbsp;&nbsp;display: inline-block;&nbsp;&nbsp;&nbsp;&nbsp;font-size: 55px;&nbsp;&nbsp;&nbsp;&nbsp;font-weight: 600;&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px 3px #111;}</code></div></div></li>
<li>Now we add the secondary menu on right. <br />
Go To Admin CP &gt; Templates And Styles &gt;  Template &gt; Orange Templates &gt; header <br />
</li>
<li>Replace the below code <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="logo"&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span&gt;{&#36;mybb-&gt;settings['homename']}&lt;/span&gt; &lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt; &lt;/div&gt;</code></div></div></li>
<li>with <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="header_row"&gt;&nbsp;&nbsp;&lt;div class="header_lcolumn"&gt; &lt;div class="logo"&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span&gt;{&#36;mybb-&gt;settings['homename']}&lt;/span&gt; &lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&nbsp;&nbsp;&lt;div class="header_rcolumn"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul class="mob_top_menu"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;</code></div></div></li>
<li>Add the below code at the bottom of global.css<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ul.mob_top_menu {&nbsp;&nbsp;&nbsp;&nbsp;list-style-type: none;&nbsp;&nbsp;&nbsp;&nbsp;margin: 0;&nbsp;&nbsp;&nbsp;&nbsp;padding: 0;&nbsp;&nbsp;&nbsp;&nbsp;overflow: hidden;&nbsp;&nbsp;&nbsp;&nbsp;position: fixed;&nbsp;&nbsp;&nbsp;&nbsp;top: 0;&nbsp;&nbsp;&nbsp;&nbsp;width: 100%;&nbsp;&nbsp;&nbsp;&nbsp;z-index: 1000;}.mob_top_menu li {&nbsp;&nbsp;&nbsp;&nbsp;float: left;}.mob_top_menu li a {&nbsp;&nbsp;&nbsp;&nbsp;display: block;&nbsp;&nbsp;&nbsp;&nbsp;font-size: 11px;&nbsp;&nbsp;&nbsp;&nbsp;font-weight: bold;&nbsp;&nbsp;&nbsp;&nbsp;padding: 5px 8px;&nbsp;&nbsp;&nbsp;&nbsp;text-align: center;&nbsp;&nbsp;&nbsp;&nbsp;text-decoration: none;}@media screen and (min-width: 420px ) {&nbsp;&nbsp;.header_lcolumn { margin-right: 50%; }&nbsp;&nbsp;&nbsp;&nbsp;.header_rcolumn { position: absolute; top: 10%; right: 0; width: 40%; }&nbsp;&nbsp; }</code></div></div></li>
</ol>
Since the header section is hidden on mobile, the above code will perfectly work on mobile as it will be hidden and no formatting is required.<br />
<br />
That's it!<br />
<br />
Hope this tutorial helps you to add a responsive top right menu on Orange Theme MyBB theme.<br />
<br />
Created on request of <span style="font-weight: bold;" class="mycode_b"><a href="https://wallbb.co.uk/forums/showthread.php?tid=293" target="_blank" rel="noopener" class="mycode_url">maritimesbob</a></span><br />
<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will show you how to Adding a top right menu on Orange MyBB theme. Make sure to backup theme before following this tutorial<br />
<br />
First of all, you need to align the Logo to the Left and after that we add secondary menu to the right. <br />
To do that follow the steps below :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Orange Theme &gt; global.css &gt; Edit Advanced Mode<br />
Find .logo in the global.css and replace .logo code with the below code<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>.logo {&nbsp;&nbsp;&nbsp;&nbsp;float: left;&nbsp;&nbsp;&nbsp;&nbsp;display: inline-block;&nbsp;&nbsp;&nbsp;&nbsp;font-size: 55px;&nbsp;&nbsp;&nbsp;&nbsp;font-weight: 600;&nbsp;&nbsp;&nbsp;&nbsp;text-shadow: 1px 1px 3px #111;}</code></div></div></li>
<li>Now we add the secondary menu on right. <br />
Go To Admin CP &gt; Templates And Styles &gt;  Template &gt; Orange Templates &gt; header <br />
</li>
<li>Replace the below code <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="logo"&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span&gt;{&#36;mybb-&gt;settings['homename']}&lt;/span&gt; &lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt; &lt;/div&gt;</code></div></div></li>
<li>with <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div class="header_row"&gt;&nbsp;&nbsp;&lt;div class="header_lcolumn"&gt; &lt;div class="logo"&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span&gt;{&#36;mybb-&gt;settings['homename']}&lt;/span&gt; &lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&nbsp;&nbsp;&lt;div class="header_rcolumn"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul class="mob_top_menu"&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;&lt;a href="#"&gt;Link&lt;/a&gt;&lt;/li&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;</code></div></div></li>
<li>Add the below code at the bottom of global.css<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ul.mob_top_menu {&nbsp;&nbsp;&nbsp;&nbsp;list-style-type: none;&nbsp;&nbsp;&nbsp;&nbsp;margin: 0;&nbsp;&nbsp;&nbsp;&nbsp;padding: 0;&nbsp;&nbsp;&nbsp;&nbsp;overflow: hidden;&nbsp;&nbsp;&nbsp;&nbsp;position: fixed;&nbsp;&nbsp;&nbsp;&nbsp;top: 0;&nbsp;&nbsp;&nbsp;&nbsp;width: 100%;&nbsp;&nbsp;&nbsp;&nbsp;z-index: 1000;}.mob_top_menu li {&nbsp;&nbsp;&nbsp;&nbsp;float: left;}.mob_top_menu li a {&nbsp;&nbsp;&nbsp;&nbsp;display: block;&nbsp;&nbsp;&nbsp;&nbsp;font-size: 11px;&nbsp;&nbsp;&nbsp;&nbsp;font-weight: bold;&nbsp;&nbsp;&nbsp;&nbsp;padding: 5px 8px;&nbsp;&nbsp;&nbsp;&nbsp;text-align: center;&nbsp;&nbsp;&nbsp;&nbsp;text-decoration: none;}@media screen and (min-width: 420px ) {&nbsp;&nbsp;.header_lcolumn { margin-right: 50%; }&nbsp;&nbsp;&nbsp;&nbsp;.header_rcolumn { position: absolute; top: 10%; right: 0; width: 40%; }&nbsp;&nbsp; }</code></div></div></li>
</ol>
Since the header section is hidden on mobile, the above code will perfectly work on mobile as it will be hidden and no formatting is required.<br />
<br />
That's it!<br />
<br />
Hope this tutorial helps you to add a responsive top right menu on Orange Theme MyBB theme.<br />
<br />
Created on request of <span style="font-weight: bold;" class="mycode_b"><a href="https://wallbb.co.uk/forums/showthread.php?tid=293" target="_blank" rel="noopener" class="mycode_url">maritimesbob</a></span><br />
<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[For 1.8] Dark Editor for MyBB 1.8.20 [SCEditor]]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=225</link>
			<pubDate>Thu, 07 Mar 2019 21:42:14 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=225</guid>
			<description><![CDATA[Hey all,<br />
If you need a dark editor based on default MyBB editor, this tutorial is for you.<br />
This is quick and simple tutorial and keep in mind to <span style="font-weight: bold;" class="mycode_b">make a backup of your jscripts folder</span>.<br />
What you will get is this -<br />
(Clean, interesting and very nice for dark themes)<br />
Requirement - MyBB 1.8.20<br />
<br />
<img src="https://i.imgur.com/oNXcuzW.png" loading="lazy"  alt="[Image: oNXcuzW.png]" class="mycode_img" /><br />
<br />
1. Download the images.zip attached and upload/Extract them inside public_html(MyBB Root)/jscripts/sceditor/editor_themes/.<br />

<br />
<img src="https://wallbb.co.uk/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=49" target="_blank" title="">images.zip</a> (Size: 9.25 KB / Downloads: 8)
<br />
<br />
2. Open public_html/jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css and replace the content with<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/*! SCEditor | (C) 2011-2013, Sam Clarke | sceditor.com/license */<br />
html, body, p, code:before, table {<br />
    margin: 0;<br />
    padding: 0;<br />
    font-family: Tahoma, Verdana, Arial, Sans-Serif;<br />
    font-size: 14px;<br />
    color: #ccc;<br />
}<br />
<br />
html {<br />
    /* Needed so the cursor will be placed at the end of the content<br />
       when the there isn't enought content to fill the full viewport */<br />
    height: 100%;<br />
<br />
    /* Needed for iOS scrolling bug fix */<br />
    overflow: auto;<br />
    -webkit-overflow-scrolling: touch;<br />
}<br />
<br />
body {<br />
    /* Needed for iOS scrolling bug fix */<br />
    position: relative;<br />
    overflow: auto;<br />
<br />
    /* Needed so the cursor will be placed at the end of the content<br />
       when the there isn't enought content to fill the full viewport */<br />
    min-height: 100%;<br />
    word-wrap: break-word;<br />
}<br />
<br />
table, td {<br />
    border: 1px dotted #000;<br />
<br />
    /* Show empty cells so they can be edited */<br />
    empty-cells: show;<br />
}<br />
<br />
code:before {<br />
    font-weight: bold;<br />
    content: 'Code:';<br />
    display: block;<br />
    border-bottom: 1px solid #ccc;<br />
    padding: 4px 0 3px 0;<br />
    margin-bottom: 10px;<br />
}<br />
<br />
code.phpcodeblock:before {<br />
    content: 'PHP Code:' !important;<br />
}<br />
<br />
code {<br />
    font-family: Monaco, Consolas, Courier, monospace;<br />
    font-size: 13px !important;<br />
    padding: 10px;<br />
    position: relative;<br />
    background: white;<br />
    margin: .25em .05em 0 0;<br />
    border: 1px solid #ccc;<br />
    white-space: pre;<br />
    display: block;<br />
    -moz-border-radius: 6px;<br />
    -webkit-border-radius: 6px;<br />
    border-radius: 6px;<br />
}<br />
<br />
.ie6 code, .ie7 code {<br />
    margin-top: 0;<br />
}<br />
<br />
code:before, code {<br />
    display: block;<br />
    text-align: left;<br />
}<br />
<br />
blockquote {<br />
    position: relative;<br />
    background: white;<br />
    margin: .25em .05em 0 0;<br />
    border: 1px solid #ccc;<br />
    padding: 10px;<br />
    -moz-border-radius: 6px;<br />
    -webkit-border-radius: 6px;<br />
    border-radius: 6px;<br />
}<br />
<br />
blockquote cite {<br />
    font-weight: bold;<br />
    font-style: normal;<br />
    display: block;<br />
    font-size: 1em;<br />
    border-bottom: 1px solid #ccc;<br />
    margin-bottom: 10px;<br />
    padding-bottom: 3px;<br />
}<br />
<br />
/* prevent divs from being collapsed */<br />
div {<br />
    min-height: 1.25em;<br />
}<br />
<br />
h1, h2, h3, h4, h5, h6 {<br />
    padding: 0;<br />
    margin: 0;<br />
}<br />
<br />
ul, ol {<br />
    margin-top: 0;<br />
    margin-bottom: 0;<br />
    padding-top: 0;<br />
    padding-bottom: 0;<br />
}<br />
<br />
img {<br />
    max-width: 100%;<br />
}<br />
<br />
font[size="1"] {<br />
    font-size: xx-small;<br />
}<br />
<br />
font[size="2"] {<br />
    font-size: x-small;<br />
}<br />
<br />
font[size="3"] {<br />
    font-size: small;<br />
}<br />
<br />
font[size="4"] {<br />
    font-size: medium;<br />
}<br />
<br />
font[size="5"] {<br />
    font-size: large;<br />
}<br />
<br />
font[size="6"] {<br />
    font-size: x-large;<br />
}<br />
<br />
font[size="7"] {<br />
    font-size: xx-large;<br />
}</code></div></div><br />
<br />
<br />
3. Open public_html/jscripts/sceditor/editor_themes/mybb.css<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>html {<br />
    font-family: Tahoma, Verdana, Arial, Sans-Serif;<br />
    font-size: 0.9em;<br />
}<br />
<br />
.sceditor-button div, div.sceditor-grip {<br />
    background-image: url("famfamfam.png");<br />
    width: 16px;<br />
    height: 16px;<br />
    background-repeat: no-repeat;<br />
}<br />
.sceditor-button-youtube div  {<br />
    <br />
  background-image: url(video.png);<br />
    <br />
}<br />
.sceditor-button-link div  {<br />
    <br />
  background-position:  0px -16px;<br />
    <br />
}<br />
.sceditor-button-unlink div  {<br />
    <br />
  background-position:  0px -32px;<br />
    <br />
}<br />
.sceditor-button-underline div  {<br />
    <br />
  background-image: url(underline.png);<br />
    <br />
}<br />
.sceditor-button-time div  {<br />
    <br />
  background-position:  0px -64px;<br />
    <br />
}<br />
.sceditor-button-table div  {<br />
    <br />
  background-position:  0px -80px;<br />
    <br />
}<br />
.sceditor-button-superscript div  {<br />
    <br />
  background-position:  0px -96px;<br />
    <br />
}<br />
.sceditor-button-subscript div  {<br />
    <br />
  background-position:  0px -112px;<br />
    <br />
}<br />
.sceditor-button-strike div  {<br />
    <br />
  background-image: url(strike.png);<br />
    <br />
}<br />
.sceditor-button-source div  {<br />
    <br />
  background-image: url(source.png);<br />
    <br />
}<br />
.sceditor-button-size div  {<br />
    <br />
  background-position:  0px -160px;<br />
    <br />
}<br />
.sceditor-button-rtl div  {<br />
    <br />
  background-position:  0px -176px;<br />
    <br />
}<br />
.sceditor-button-right div  {<br />
    <br />
  background-image: url(format-right.png);<br />
    <br />
}<br />
.sceditor-button-removeformat div  {<br />
    <br />
  background-position:  0px -208px;<br />
    <br />
}<br />
.sceditor-button-quote div  {<br />
    <br />
  background-image: url(quote.png);<br />
    <br />
}<br />
.sceditor-button-print div  {<br />
    <br />
  background-position:  0px -240px;<br />
    <br />
}<br />
.sceditor-button-pastetext div  {<br />
    <br />
  background-position:  0px -256px;<br />
    <br />
}<br />
.sceditor-button-paste div  {<br />
    <br />
  background-position:  0px -272px;<br />
    <br />
}<br />
.sceditor-button-orderedlist div  {<br />
    <br />
  background-position:  0px -304px;<br />
    <br />
}<br />
.sceditor-button-maximize div  {<br />
    <br />
  background-position:  0px -320px;<br />
    <br />
}<br />
.sceditor-button-ltr div  {<br />
    <br />
  background-position:  0px -336px;<br />
    <br />
}<br />
.sceditor-button-left div  {<br />
    <br />
  background-image: url(format-left.png);<br />
    <br />
}<br />
.sceditor-button-justify div  {<br />
    <br />
  background-image: url(format-fill.png);<br />
    <br />
}<br />
.sceditor-button-italic div  {<br />
    <br />
  background-image: url(italic.png);<br />
    <br />
}<br />
.sceditor-button-image div  {<br />
    <br />
  background-position:  0px -416px;<br />
    <br />
}<br />
.sceditor-button-horizontalrule div  {<br />
    <br />
  background-image: url(hr.png);<br />
    <br />
}<br />
.sceditor-button-format div  {<br />
    <br />
  background-position:  0px -448px;<br />
    <br />
}<br />
.sceditor-button-font div  {<br />
    <br />
  background-position:  0px -464px;<br />
    <br />
}<br />
.sceditor-button-emoticon div  {<br />
    <br />
  background-position:  0px -480px;<br />
    <br />
}<br />
.sceditor-emoticons img {<br />
    cursor: pointer;<br />
}<br />
.sceditor-button-email div  {<br />
    <br />
  background-position:  0px -496px;<br />
    <br />
}<br />
.sceditor-button-date div  {<br />
    <br />
  background-position:  0px -512px;<br />
    <br />
}<br />
.sceditor-button-cut div  {<br />
    <br />
  background-position:  0px -528px;<br />
    <br />
}<br />
.sceditor-button-copy div  {<br />
    <br />
  background-position:  0px -544px;<br />
    <br />
}<br />
.sceditor-button-color div  {<br />
    <br />
  background-position:  0px -560px;<br />
    <br />
}<br />
.sceditor-button-code div  {<br />
    <br />
  background-position:  0px -576px;<br />
    <br />
}<br />
.sceditor-button-center div  {<br />
    <br />
  background-image: url(format-center.png);<br />
    <br />
}<br />
.sceditor-button-bulletlist div  {<br />
    <br />
  background-position:  0px -608px;<br />
    <br />
}<br />
.sceditor-button-bold div  {<br />
    <br />
  background-image: url(bold.png);<br />
    <br />
}<br />
div.sceditor-grip  {<br />
    <br />
  background-position:  0px -640px;<br />
    <br />
  width:  10px;<br />
    <br />
  height:  10px;<br />
    <br />
}<br />
.rtl div.sceditor-grip  {<br />
    <br />
  background-position:  0px -656px;<br />
    <br />
  width:  10px;<br />
    <br />
  height:  10px;<br />
    <br />
}<br />
.sceditor-container {<br />
    position: relative;<br />
    background: #333;<br />
    border: 1px solid #444;<br />
    padding: 0 4px;<br />
    font-size: 13px;<br />
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;<br />
    color: #ccc;<br />
    line-height: 1;<br />
    font-weight: bold;<br />
    z-index: 1001;<br />
    -webkit-border-radius: 4px;<br />
    -moz-border-radius: 4px;<br />
    border-radius: 4px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    -webkit-box-sizing: border-box;<br />
    -moz-box-sizing: border-box;<br />
    box-sizing: border-box;<br />
    width: 100% !important;<br />
}<br />
.sceditor-container, .sceditor-container div, div.sceditor-dropdown, div.sceditor-dropdown div {<br />
    padding: 0;<br />
    margin: 0;<br />
    z-index: 3;<br />
}<br />
.sceditor-container iframe, .sceditor-container textarea {<br />
    border: 0;<br />
    outline: 0;<br />
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;<br />
    font-size: 13px;<br />
    color: #ccc;<br />
    padding: 4px;<br />
    margin: 5px;<br />
    resize: none;<br />
    background: #333;<br />
    -webkit-box-sizing: border-box;<br />
    -moz-box-sizing: border-box;<br />
    box-sizing: border-box;<br />
    width: 99% !important;<br />
}<br />
div.sceditor-resize-cover {<br />
    position: absolute;<br />
    top: 0;<br />
    left: 0;<br />
    background: #000;<br />
    width: 100%;<br />
    height: 100%;<br />
    z-index: 2;<br />
    opacity: .3;<br />
}<br />
.ie6 div.sceditor-resize-cover, .ie7 div.sceditor-resize-cover, .ie8 div.sceditor-resize-cover {<br />
    background: #efefef;<br />
}<br />
.sceditor-container.ie6 {<br />
    overflow: hidden;<br />
}<br />
div.sceditor-grip {<br />
    overflow: hidden;<br />
    width: 10px;<br />
    height: 10px;<br />
    cursor: pointer;<br />
    position: absolute;<br />
    bottom: 0;<br />
    right: 0;<br />
    z-index: 3;<br />
}<br />
.sceditor-maximize {<br />
    position: fixed;<br />
    top: 0;<br />
    left: 0;<br />
    height: 100%!important;<br />
    width: 100%!important;<br />
    -webkit-border-radius: 0;<br />
    -moz-border-radius: 0;<br />
    border-radius: 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
html.sceditor-maximize, body.sceditor-maximize {<br />
    height: 100%;<br />
    width: 100%;<br />
    padding: 0;<br />
    margin: 0;<br />
    overflow: hidden;<br />
}<br />
.ie6.sceditor-maximize {<br />
    position: absolute;<br />
}<br />
.sceditor-maximize div.sceditor-grip {<br />
    display: none;<br />
}<br />
.sceditor-maximize div.sceditor-toolbar {<br />
    -webkit-border-radius: 0;<br />
    -moz-border-radius: 0;<br />
    border-radius: 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-dropdown {<br />
    position: absolute;<br />
    border: 1px solid #ccc;<br />
    background: #fff;<br />
    color: #333;<br />
    z-index: 6;<br />
    padding: 10px;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
}<br />
div.sceditor-dropdown a, div.sceditor-dropdown a:link {<br />
    color: #333;<br />
}<br />
div.sceditor-dropdown form {<br />
    margin: 0;<br />
}<br />
div.sceditor-dropdown label {<br />
    display: block;<br />
    font-weight: bold;<br />
    color: #3c3c3c;<br />
    padding: 4px 0;<br />
}<br />
div.sceditor-dropdown input, div.sceditor-dropdown textarea {<br />
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;<br />
    outline: 0;<br />
    padding: 4px;<br />
    border: 1px solid #ccc;<br />
    border-top-color: #888;<br />
    margin: 0 0 .75em;<br />
    -webkit-border-radius: 1px;<br />
    -moz-border-radius: 1px;<br />
    border-radius: 1px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-dropdown textarea {<br />
    padding: 6px;<br />
}<br />
div.sceditor-dropdown input:focus, div.sceditor-dropdown textarea:focus {<br />
    border-color: #aaa;<br />
    border-top-color: #666;<br />
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
}<br />
div.sceditor-dropdown .button {<br />
    font-weight: bold;<br />
    color: #444;<br />
    padding: 6px 12px;<br />
    background: #ececec;<br />
    border: solid 1px #ccc;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    cursor: pointer;<br />
    margin: .3em 0 0;<br />
}<br />
div.sceditor-dropdown .button:hover {<br />
    background: #f3f3f3;<br />
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
}<br />
div.sceditor-font-picker, div.sceditor-fontsize-picker {<br />
    padding: 6px 0;<br />
}<br />
div.sceditor-insertemoticon, div.sceditor-color-picker {<br />
    padding: 0;<br />
}<br />
.sceditor-pastetext textarea {<br />
    border: 1px solid #bbb;<br />
    width: 20em;<br />
}<br />
.sceditor-insertemoticon img, .sceditor-more-emoticons img {<br />
    cursor: pointer;<br />
    margin: 2px;<br />
}<br />
.sceditor-more {<br />
    border-top: 1px solid #bbb;<br />
    display: block;<br />
    text-align: center;<br />
    cursor: pointer;<br />
    font-weight: bold;<br />
    padding: 6px 0;<br />
}<br />
.sceditor-more:hover {<br />
    background: #eee;<br />
}<br />
.sceditor-fontsize-option, .sceditor-font-option {<br />
    display: block;<br />
    padding: 4px 10px;<br />
    cursor: pointer;<br />
    text-decoration: none;<br />
    color: #222;<br />
}<br />
.sceditor-fontsize-option {<br />
    padding: 4px 13px;<br />
}<br />
.sceditor-fontsize-option:hover, .sceditor-font-option:hover {<br />
    background: #eee;<br />
}<br />
.sceditor-color-column {<br />
    float: left;<br />
}<br />
.sceditor-color-option {<br />
    display: block;<br />
    border: 1px solid #fff;<br />
    height: 10px;<br />
    width: 10px;<br />
    overflow: hidden;<br />
}<br />
.sceditor-color-option:hover {<br />
    border: 1px solid #333;<br />
}<br />
div.sceditor-toolbar {<br />
    overflow: hidden;<br />
    padding: 2px 2px 1px;<br />
    background: #444;<br />
    border-bottom: 1px solid #444;<br />
    line-height: 0;<br />
    -webkit-user-select: none;<br />
    -moz-user-select: none;<br />
    -ms-user-select: none;<br />
    user-select: none;<br />
    -webkit-border-radius: 3px 3px 0 0;<br />
    -moz-border-radius: 3px 3px 0 0;<br />
    border-radius: 3px 3px 0 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-group {<br />
    display: inline-block;<br />
    background: #333;<br />
    margin: 1px 5px 1px 0;<br />
    padding: 1px;<br />
    border-bottom: 1px solid #444;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
.ie6 div.sceditor-group, .ie7 div.sceditor-group {<br />
    display: inline;<br />
    zoom: 1;<br />
}<br />
.sceditor-button {<br />
    float: left;<br />
    cursor: pointer;<br />
    padding: 3px 5px;<br />
    width: 16px;<br />
    height: 20px;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
     border:  1px solid #444;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
.ie6 .sceditor-button, .ie7 .sceditor-button {<br />
    float: none!important;<br />
    display: inline;<br />
    zoom: 1;<br />
}<br />
.ie6 .sceditor-button {<br />
    padding: 0;<br />
}<br />
.ie6 .sceditor-button div {<br />
    margin: 5px;<br />
}<br />
.ie7 .sceditor-button div {<br />
    margin: 5px 0;<br />
}<br />
.sceditor-button:hover, .sceditor-button:active, .sceditor-button.active {<br />
    background: #555;<br />
    border: 1px solid #555;<br />
}<br />
.sceditor-button:active {<br />
    background: #555;<br />
    border: 1px solid #555;<br />
}<br />
.sceditor-button.disabled:hover {<br />
    background: inherit;<br />
    cursor: default;<br />
    -webkit-box-shadow: none;<br />
    -moz-box-shadow: none;<br />
    box-shadow: none;<br />
}<br />
.sceditor-button, .sceditor-button div {<br />
    display: block;<br />
}<br />
.sceditor-button div {<br />
    margin: 2px 0;<br />
    padding: 0;<br />
    overflow: hidden;<br />
    line-height: 0;<br />
    font-size: 0;<br />
    color: transparent;<br />
}<br />
.sceditor-button.disabled div {<br />
    filter: alpha(opacity=30);<br />
    opacity: .3;<br />
}<br />
.text .sceditor-button, .text .sceditor-button div, .sceditor-button.text, .sceditor-button.text div, .text-icon .sceditor-button, .text-icon .sceditor-button div, .sceditor-button.text-icon, .sceditor-button.text-icon div {<br />
    width: auto;<br />
    overflow: visible;<br />
    line-height: 16px;<br />
    font-size: 1em;<br />
    color: inherit;<br />
}<br />
.text .sceditor-button div, .sceditor-button.text div {<br />
    padding: 0 2px;<br />
    background: 0;<br />
}<br />
.text-icon .sceditor-button div, .sceditor-button.text-icon div {<br />
    padding: 0 2px 0 20px;<br />
}<br />
.rtl .sceditor-button {<br />
    float: right;<br />
}<br />
.rtl div.sceditor-grip {<br />
    right: auto;<br />
    left: 0;<br />
}<br />
.sceditor-container {<br />
    padding:  0 4px;<br />
    overflow:  hidden;<br />
}<br />
.sceditor-container .sceditor-toolbar,  .sceditor-container iframe,  .sceditor-container textarea  {<br />
    margin:  0 -4px;<br />
}<br />
<br />
/* Additional buttons (for MyBB) */<br />
.sceditor-button-video div  {<br />
    <br />
  background-image: url(video.png);<br />
    <br />
}<br />
.sceditor-button-php div  {<br />
    <br />
  background-image: url(php.png);<br />
    <br />
}</code></div></div><br />
4. Go to your theme settings and select MyBB editor as default editor. Like this<br />
<a href="https://i.imgur.com/a2LFAU6.png" target="_blank" rel="noopener" class="mycode_url">https://i.imgur.com/a2LFAU6.png</a><br />
<br />
<br />
<br />
 Hope it helps your forum gain a better typing experience for users, in case of any questions just let me know.<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[Hey all,<br />
If you need a dark editor based on default MyBB editor, this tutorial is for you.<br />
This is quick and simple tutorial and keep in mind to <span style="font-weight: bold;" class="mycode_b">make a backup of your jscripts folder</span>.<br />
What you will get is this -<br />
(Clean, interesting and very nice for dark themes)<br />
Requirement - MyBB 1.8.20<br />
<br />
<img src="https://i.imgur.com/oNXcuzW.png" loading="lazy"  alt="[Image: oNXcuzW.png]" class="mycode_img" /><br />
<br />
1. Download the images.zip attached and upload/Extract them inside public_html(MyBB Root)/jscripts/sceditor/editor_themes/.<br />

<br />
<img src="https://wallbb.co.uk/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
&nbsp;&nbsp;<a href="attachment.php?aid=49" target="_blank" title="">images.zip</a> (Size: 9.25 KB / Downloads: 8)
<br />
<br />
2. Open public_html/jscripts/sceditor/textarea_styles/jquery.sceditor.mybb.css and replace the content with<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/*! SCEditor | (C) 2011-2013, Sam Clarke | sceditor.com/license */<br />
html, body, p, code:before, table {<br />
    margin: 0;<br />
    padding: 0;<br />
    font-family: Tahoma, Verdana, Arial, Sans-Serif;<br />
    font-size: 14px;<br />
    color: #ccc;<br />
}<br />
<br />
html {<br />
    /* Needed so the cursor will be placed at the end of the content<br />
       when the there isn't enought content to fill the full viewport */<br />
    height: 100%;<br />
<br />
    /* Needed for iOS scrolling bug fix */<br />
    overflow: auto;<br />
    -webkit-overflow-scrolling: touch;<br />
}<br />
<br />
body {<br />
    /* Needed for iOS scrolling bug fix */<br />
    position: relative;<br />
    overflow: auto;<br />
<br />
    /* Needed so the cursor will be placed at the end of the content<br />
       when the there isn't enought content to fill the full viewport */<br />
    min-height: 100%;<br />
    word-wrap: break-word;<br />
}<br />
<br />
table, td {<br />
    border: 1px dotted #000;<br />
<br />
    /* Show empty cells so they can be edited */<br />
    empty-cells: show;<br />
}<br />
<br />
code:before {<br />
    font-weight: bold;<br />
    content: 'Code:';<br />
    display: block;<br />
    border-bottom: 1px solid #ccc;<br />
    padding: 4px 0 3px 0;<br />
    margin-bottom: 10px;<br />
}<br />
<br />
code.phpcodeblock:before {<br />
    content: 'PHP Code:' !important;<br />
}<br />
<br />
code {<br />
    font-family: Monaco, Consolas, Courier, monospace;<br />
    font-size: 13px !important;<br />
    padding: 10px;<br />
    position: relative;<br />
    background: white;<br />
    margin: .25em .05em 0 0;<br />
    border: 1px solid #ccc;<br />
    white-space: pre;<br />
    display: block;<br />
    -moz-border-radius: 6px;<br />
    -webkit-border-radius: 6px;<br />
    border-radius: 6px;<br />
}<br />
<br />
.ie6 code, .ie7 code {<br />
    margin-top: 0;<br />
}<br />
<br />
code:before, code {<br />
    display: block;<br />
    text-align: left;<br />
}<br />
<br />
blockquote {<br />
    position: relative;<br />
    background: white;<br />
    margin: .25em .05em 0 0;<br />
    border: 1px solid #ccc;<br />
    padding: 10px;<br />
    -moz-border-radius: 6px;<br />
    -webkit-border-radius: 6px;<br />
    border-radius: 6px;<br />
}<br />
<br />
blockquote cite {<br />
    font-weight: bold;<br />
    font-style: normal;<br />
    display: block;<br />
    font-size: 1em;<br />
    border-bottom: 1px solid #ccc;<br />
    margin-bottom: 10px;<br />
    padding-bottom: 3px;<br />
}<br />
<br />
/* prevent divs from being collapsed */<br />
div {<br />
    min-height: 1.25em;<br />
}<br />
<br />
h1, h2, h3, h4, h5, h6 {<br />
    padding: 0;<br />
    margin: 0;<br />
}<br />
<br />
ul, ol {<br />
    margin-top: 0;<br />
    margin-bottom: 0;<br />
    padding-top: 0;<br />
    padding-bottom: 0;<br />
}<br />
<br />
img {<br />
    max-width: 100%;<br />
}<br />
<br />
font[size="1"] {<br />
    font-size: xx-small;<br />
}<br />
<br />
font[size="2"] {<br />
    font-size: x-small;<br />
}<br />
<br />
font[size="3"] {<br />
    font-size: small;<br />
}<br />
<br />
font[size="4"] {<br />
    font-size: medium;<br />
}<br />
<br />
font[size="5"] {<br />
    font-size: large;<br />
}<br />
<br />
font[size="6"] {<br />
    font-size: x-large;<br />
}<br />
<br />
font[size="7"] {<br />
    font-size: xx-large;<br />
}</code></div></div><br />
<br />
<br />
3. Open public_html/jscripts/sceditor/editor_themes/mybb.css<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>html {<br />
    font-family: Tahoma, Verdana, Arial, Sans-Serif;<br />
    font-size: 0.9em;<br />
}<br />
<br />
.sceditor-button div, div.sceditor-grip {<br />
    background-image: url("famfamfam.png");<br />
    width: 16px;<br />
    height: 16px;<br />
    background-repeat: no-repeat;<br />
}<br />
.sceditor-button-youtube div  {<br />
    <br />
  background-image: url(video.png);<br />
    <br />
}<br />
.sceditor-button-link div  {<br />
    <br />
  background-position:  0px -16px;<br />
    <br />
}<br />
.sceditor-button-unlink div  {<br />
    <br />
  background-position:  0px -32px;<br />
    <br />
}<br />
.sceditor-button-underline div  {<br />
    <br />
  background-image: url(underline.png);<br />
    <br />
}<br />
.sceditor-button-time div  {<br />
    <br />
  background-position:  0px -64px;<br />
    <br />
}<br />
.sceditor-button-table div  {<br />
    <br />
  background-position:  0px -80px;<br />
    <br />
}<br />
.sceditor-button-superscript div  {<br />
    <br />
  background-position:  0px -96px;<br />
    <br />
}<br />
.sceditor-button-subscript div  {<br />
    <br />
  background-position:  0px -112px;<br />
    <br />
}<br />
.sceditor-button-strike div  {<br />
    <br />
  background-image: url(strike.png);<br />
    <br />
}<br />
.sceditor-button-source div  {<br />
    <br />
  background-image: url(source.png);<br />
    <br />
}<br />
.sceditor-button-size div  {<br />
    <br />
  background-position:  0px -160px;<br />
    <br />
}<br />
.sceditor-button-rtl div  {<br />
    <br />
  background-position:  0px -176px;<br />
    <br />
}<br />
.sceditor-button-right div  {<br />
    <br />
  background-image: url(format-right.png);<br />
    <br />
}<br />
.sceditor-button-removeformat div  {<br />
    <br />
  background-position:  0px -208px;<br />
    <br />
}<br />
.sceditor-button-quote div  {<br />
    <br />
  background-image: url(quote.png);<br />
    <br />
}<br />
.sceditor-button-print div  {<br />
    <br />
  background-position:  0px -240px;<br />
    <br />
}<br />
.sceditor-button-pastetext div  {<br />
    <br />
  background-position:  0px -256px;<br />
    <br />
}<br />
.sceditor-button-paste div  {<br />
    <br />
  background-position:  0px -272px;<br />
    <br />
}<br />
.sceditor-button-orderedlist div  {<br />
    <br />
  background-position:  0px -304px;<br />
    <br />
}<br />
.sceditor-button-maximize div  {<br />
    <br />
  background-position:  0px -320px;<br />
    <br />
}<br />
.sceditor-button-ltr div  {<br />
    <br />
  background-position:  0px -336px;<br />
    <br />
}<br />
.sceditor-button-left div  {<br />
    <br />
  background-image: url(format-left.png);<br />
    <br />
}<br />
.sceditor-button-justify div  {<br />
    <br />
  background-image: url(format-fill.png);<br />
    <br />
}<br />
.sceditor-button-italic div  {<br />
    <br />
  background-image: url(italic.png);<br />
    <br />
}<br />
.sceditor-button-image div  {<br />
    <br />
  background-position:  0px -416px;<br />
    <br />
}<br />
.sceditor-button-horizontalrule div  {<br />
    <br />
  background-image: url(hr.png);<br />
    <br />
}<br />
.sceditor-button-format div  {<br />
    <br />
  background-position:  0px -448px;<br />
    <br />
}<br />
.sceditor-button-font div  {<br />
    <br />
  background-position:  0px -464px;<br />
    <br />
}<br />
.sceditor-button-emoticon div  {<br />
    <br />
  background-position:  0px -480px;<br />
    <br />
}<br />
.sceditor-emoticons img {<br />
    cursor: pointer;<br />
}<br />
.sceditor-button-email div  {<br />
    <br />
  background-position:  0px -496px;<br />
    <br />
}<br />
.sceditor-button-date div  {<br />
    <br />
  background-position:  0px -512px;<br />
    <br />
}<br />
.sceditor-button-cut div  {<br />
    <br />
  background-position:  0px -528px;<br />
    <br />
}<br />
.sceditor-button-copy div  {<br />
    <br />
  background-position:  0px -544px;<br />
    <br />
}<br />
.sceditor-button-color div  {<br />
    <br />
  background-position:  0px -560px;<br />
    <br />
}<br />
.sceditor-button-code div  {<br />
    <br />
  background-position:  0px -576px;<br />
    <br />
}<br />
.sceditor-button-center div  {<br />
    <br />
  background-image: url(format-center.png);<br />
    <br />
}<br />
.sceditor-button-bulletlist div  {<br />
    <br />
  background-position:  0px -608px;<br />
    <br />
}<br />
.sceditor-button-bold div  {<br />
    <br />
  background-image: url(bold.png);<br />
    <br />
}<br />
div.sceditor-grip  {<br />
    <br />
  background-position:  0px -640px;<br />
    <br />
  width:  10px;<br />
    <br />
  height:  10px;<br />
    <br />
}<br />
.rtl div.sceditor-grip  {<br />
    <br />
  background-position:  0px -656px;<br />
    <br />
  width:  10px;<br />
    <br />
  height:  10px;<br />
    <br />
}<br />
.sceditor-container {<br />
    position: relative;<br />
    background: #333;<br />
    border: 1px solid #444;<br />
    padding: 0 4px;<br />
    font-size: 13px;<br />
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;<br />
    color: #ccc;<br />
    line-height: 1;<br />
    font-weight: bold;<br />
    z-index: 1001;<br />
    -webkit-border-radius: 4px;<br />
    -moz-border-radius: 4px;<br />
    border-radius: 4px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    -webkit-box-sizing: border-box;<br />
    -moz-box-sizing: border-box;<br />
    box-sizing: border-box;<br />
    width: 100% !important;<br />
}<br />
.sceditor-container, .sceditor-container div, div.sceditor-dropdown, div.sceditor-dropdown div {<br />
    padding: 0;<br />
    margin: 0;<br />
    z-index: 3;<br />
}<br />
.sceditor-container iframe, .sceditor-container textarea {<br />
    border: 0;<br />
    outline: 0;<br />
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;<br />
    font-size: 13px;<br />
    color: #ccc;<br />
    padding: 4px;<br />
    margin: 5px;<br />
    resize: none;<br />
    background: #333;<br />
    -webkit-box-sizing: border-box;<br />
    -moz-box-sizing: border-box;<br />
    box-sizing: border-box;<br />
    width: 99% !important;<br />
}<br />
div.sceditor-resize-cover {<br />
    position: absolute;<br />
    top: 0;<br />
    left: 0;<br />
    background: #000;<br />
    width: 100%;<br />
    height: 100%;<br />
    z-index: 2;<br />
    opacity: .3;<br />
}<br />
.ie6 div.sceditor-resize-cover, .ie7 div.sceditor-resize-cover, .ie8 div.sceditor-resize-cover {<br />
    background: #efefef;<br />
}<br />
.sceditor-container.ie6 {<br />
    overflow: hidden;<br />
}<br />
div.sceditor-grip {<br />
    overflow: hidden;<br />
    width: 10px;<br />
    height: 10px;<br />
    cursor: pointer;<br />
    position: absolute;<br />
    bottom: 0;<br />
    right: 0;<br />
    z-index: 3;<br />
}<br />
.sceditor-maximize {<br />
    position: fixed;<br />
    top: 0;<br />
    left: 0;<br />
    height: 100%!important;<br />
    width: 100%!important;<br />
    -webkit-border-radius: 0;<br />
    -moz-border-radius: 0;<br />
    border-radius: 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
html.sceditor-maximize, body.sceditor-maximize {<br />
    height: 100%;<br />
    width: 100%;<br />
    padding: 0;<br />
    margin: 0;<br />
    overflow: hidden;<br />
}<br />
.ie6.sceditor-maximize {<br />
    position: absolute;<br />
}<br />
.sceditor-maximize div.sceditor-grip {<br />
    display: none;<br />
}<br />
.sceditor-maximize div.sceditor-toolbar {<br />
    -webkit-border-radius: 0;<br />
    -moz-border-radius: 0;<br />
    border-radius: 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-dropdown {<br />
    position: absolute;<br />
    border: 1px solid #ccc;<br />
    background: #fff;<br />
    color: #333;<br />
    z-index: 6;<br />
    padding: 10px;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);<br />
}<br />
div.sceditor-dropdown a, div.sceditor-dropdown a:link {<br />
    color: #333;<br />
}<br />
div.sceditor-dropdown form {<br />
    margin: 0;<br />
}<br />
div.sceditor-dropdown label {<br />
    display: block;<br />
    font-weight: bold;<br />
    color: #3c3c3c;<br />
    padding: 4px 0;<br />
}<br />
div.sceditor-dropdown input, div.sceditor-dropdown textarea {<br />
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;<br />
    outline: 0;<br />
    padding: 4px;<br />
    border: 1px solid #ccc;<br />
    border-top-color: #888;<br />
    margin: 0 0 .75em;<br />
    -webkit-border-radius: 1px;<br />
    -moz-border-radius: 1px;<br />
    border-radius: 1px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-dropdown textarea {<br />
    padding: 6px;<br />
}<br />
div.sceditor-dropdown input:focus, div.sceditor-dropdown textarea:focus {<br />
    border-color: #aaa;<br />
    border-top-color: #666;<br />
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);<br />
}<br />
div.sceditor-dropdown .button {<br />
    font-weight: bold;<br />
    color: #444;<br />
    padding: 6px 12px;<br />
    background: #ececec;<br />
    border: solid 1px #ccc;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
    cursor: pointer;<br />
    margin: .3em 0 0;<br />
}<br />
div.sceditor-dropdown .button:hover {<br />
    background: #f3f3f3;<br />
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);<br />
}<br />
div.sceditor-font-picker, div.sceditor-fontsize-picker {<br />
    padding: 6px 0;<br />
}<br />
div.sceditor-insertemoticon, div.sceditor-color-picker {<br />
    padding: 0;<br />
}<br />
.sceditor-pastetext textarea {<br />
    border: 1px solid #bbb;<br />
    width: 20em;<br />
}<br />
.sceditor-insertemoticon img, .sceditor-more-emoticons img {<br />
    cursor: pointer;<br />
    margin: 2px;<br />
}<br />
.sceditor-more {<br />
    border-top: 1px solid #bbb;<br />
    display: block;<br />
    text-align: center;<br />
    cursor: pointer;<br />
    font-weight: bold;<br />
    padding: 6px 0;<br />
}<br />
.sceditor-more:hover {<br />
    background: #eee;<br />
}<br />
.sceditor-fontsize-option, .sceditor-font-option {<br />
    display: block;<br />
    padding: 4px 10px;<br />
    cursor: pointer;<br />
    text-decoration: none;<br />
    color: #222;<br />
}<br />
.sceditor-fontsize-option {<br />
    padding: 4px 13px;<br />
}<br />
.sceditor-fontsize-option:hover, .sceditor-font-option:hover {<br />
    background: #eee;<br />
}<br />
.sceditor-color-column {<br />
    float: left;<br />
}<br />
.sceditor-color-option {<br />
    display: block;<br />
    border: 1px solid #fff;<br />
    height: 10px;<br />
    width: 10px;<br />
    overflow: hidden;<br />
}<br />
.sceditor-color-option:hover {<br />
    border: 1px solid #333;<br />
}<br />
div.sceditor-toolbar {<br />
    overflow: hidden;<br />
    padding: 2px 2px 1px;<br />
    background: #444;<br />
    border-bottom: 1px solid #444;<br />
    line-height: 0;<br />
    -webkit-user-select: none;<br />
    -moz-user-select: none;<br />
    -ms-user-select: none;<br />
    user-select: none;<br />
    -webkit-border-radius: 3px 3px 0 0;<br />
    -moz-border-radius: 3px 3px 0 0;<br />
    border-radius: 3px 3px 0 0;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
div.sceditor-group {<br />
    display: inline-block;<br />
    background: #333;<br />
    margin: 1px 5px 1px 0;<br />
    padding: 1px;<br />
    border-bottom: 1px solid #444;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
.ie6 div.sceditor-group, .ie7 div.sceditor-group {<br />
    display: inline;<br />
    zoom: 1;<br />
}<br />
.sceditor-button {<br />
    float: left;<br />
    cursor: pointer;<br />
    padding: 3px 5px;<br />
    width: 16px;<br />
    height: 20px;<br />
    -webkit-border-radius: 3px;<br />
    -moz-border-radius: 3px;<br />
    border-radius: 3px;<br />
     border:  1px solid #444;<br />
    -moz-background-clip: padding;<br />
    -webkit-background-clip: padding-box;<br />
    background-clip: padding-box;<br />
}<br />
.ie6 .sceditor-button, .ie7 .sceditor-button {<br />
    float: none!important;<br />
    display: inline;<br />
    zoom: 1;<br />
}<br />
.ie6 .sceditor-button {<br />
    padding: 0;<br />
}<br />
.ie6 .sceditor-button div {<br />
    margin: 5px;<br />
}<br />
.ie7 .sceditor-button div {<br />
    margin: 5px 0;<br />
}<br />
.sceditor-button:hover, .sceditor-button:active, .sceditor-button.active {<br />
    background: #555;<br />
    border: 1px solid #555;<br />
}<br />
.sceditor-button:active {<br />
    background: #555;<br />
    border: 1px solid #555;<br />
}<br />
.sceditor-button.disabled:hover {<br />
    background: inherit;<br />
    cursor: default;<br />
    -webkit-box-shadow: none;<br />
    -moz-box-shadow: none;<br />
    box-shadow: none;<br />
}<br />
.sceditor-button, .sceditor-button div {<br />
    display: block;<br />
}<br />
.sceditor-button div {<br />
    margin: 2px 0;<br />
    padding: 0;<br />
    overflow: hidden;<br />
    line-height: 0;<br />
    font-size: 0;<br />
    color: transparent;<br />
}<br />
.sceditor-button.disabled div {<br />
    filter: alpha(opacity=30);<br />
    opacity: .3;<br />
}<br />
.text .sceditor-button, .text .sceditor-button div, .sceditor-button.text, .sceditor-button.text div, .text-icon .sceditor-button, .text-icon .sceditor-button div, .sceditor-button.text-icon, .sceditor-button.text-icon div {<br />
    width: auto;<br />
    overflow: visible;<br />
    line-height: 16px;<br />
    font-size: 1em;<br />
    color: inherit;<br />
}<br />
.text .sceditor-button div, .sceditor-button.text div {<br />
    padding: 0 2px;<br />
    background: 0;<br />
}<br />
.text-icon .sceditor-button div, .sceditor-button.text-icon div {<br />
    padding: 0 2px 0 20px;<br />
}<br />
.rtl .sceditor-button {<br />
    float: right;<br />
}<br />
.rtl div.sceditor-grip {<br />
    right: auto;<br />
    left: 0;<br />
}<br />
.sceditor-container {<br />
    padding:  0 4px;<br />
    overflow:  hidden;<br />
}<br />
.sceditor-container .sceditor-toolbar,  .sceditor-container iframe,  .sceditor-container textarea  {<br />
    margin:  0 -4px;<br />
}<br />
<br />
/* Additional buttons (for MyBB) */<br />
.sceditor-button-video div  {<br />
    <br />
  background-image: url(video.png);<br />
    <br />
}<br />
.sceditor-button-php div  {<br />
    <br />
  background-image: url(php.png);<br />
    <br />
}</code></div></div><br />
4. Go to your theme settings and select MyBB editor as default editor. Like this<br />
<a href="https://i.imgur.com/a2LFAU6.png" target="_blank" rel="noopener" class="mycode_url">https://i.imgur.com/a2LFAU6.png</a><br />
<br />
<br />
<br />
 Hope it helps your forum gain a better typing experience for users, in case of any questions just let me know.<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add image based logo in GoDark MyBB Theme]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=138</link>
			<pubDate>Mon, 14 Jan 2019 07:48:14 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=138</guid>
			<description><![CDATA[This tutorial will teach you how to add image based logo in GoDark MyBB Theme:-<br />
Follow these steps below to add image based logo in GoDark MyBB Theme :-<br />
<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select GoDark Theme Templates<br />
</li>
<li>Go to Header Templates &gt; header<br />
</li>
<li>Remove the below text<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>               &lt;a id="logo_text" href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span class="word1"&gt;Go&lt;/span&gt;<br />
               &lt;span class="word2"&gt;Dark&lt;/span&gt;&lt;/a&gt;</code></div></div></li>
<li>Replace it with this<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt;</code></div></div></li>
<li>Make sure you have uploaded the logo and set it properly in theme settings.<br />
</li>
</ol>
<br />
That's it!<br />
<br />
Hope this tutorial helps you add image based logo in GoDark Responsive theme.<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will teach you how to add image based logo in GoDark MyBB Theme:-<br />
Follow these steps below to add image based logo in GoDark MyBB Theme :-<br />
<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select GoDark Theme Templates<br />
</li>
<li>Go to Header Templates &gt; header<br />
</li>
<li>Remove the below text<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>               &lt;a id="logo_text" href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;span class="word1"&gt;Go&lt;/span&gt;<br />
               &lt;span class="word2"&gt;Dark&lt;/span&gt;&lt;/a&gt;</code></div></div></li>
<li>Replace it with this<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php"&gt;&lt;img src="{&#36;theme['logo']}" alt="{&#36;mybb-&gt;settings['bbname']}" title="{&#36;mybb-&gt;settings['bbname']}" /&gt;&lt;/a&gt;</code></div></div></li>
<li>Make sure you have uploaded the logo and set it properly in theme settings.<br />
</li>
</ol>
<br />
That's it!<br />
<br />
Hope this tutorial helps you add image based logo in GoDark Responsive theme.<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to edit toplinks in MyBB]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=69</link>
			<pubDate>Wed, 31 Jan 2018 15:56:35 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=69</guid>
			<description><![CDATA[This tutorial will teach you how to modify header toplinks in Focus MyBB Theme, infact it should work in other themes as well:-<br />
    <br />
<br />
Follow these steps below to modify header toplinks in Focus Responsive theme :-<br />
<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select Focus Theme Templates<br />
</li>
<li>Go to Header Templates &gt; header_welcomeblock_guest and header_welcomeblock_member (In other themes, it will be header)<br />
</li>
<li>You will find the below code or search for your toplinks title.<br />
 <br />
            <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>   &lt;li&gt;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php" class="Home"&gt;&lt;span&gt;&lt;i class="fa fa-home" aria-hidden="true"&gt;&lt;/i&gt; Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; </code></div></div><br />
</li>
<li>Copy the above code and edit the link and text to your liking. You can remove links as well if you want.<br />
</li>
<li>Make sure you keep a backup of the template, this is quite simple tutorial though.<br />
</li>
</ol>
<br />
That's it!<br />
<br />
Hope this tutorial helps you modify header toplinks in Focus Responsive theme or Other themes.<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will teach you how to modify header toplinks in Focus MyBB Theme, infact it should work in other themes as well:-<br />
    <br />
<br />
Follow these steps below to modify header toplinks in Focus Responsive theme :-<br />
<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select Focus Theme Templates<br />
</li>
<li>Go to Header Templates &gt; header_welcomeblock_guest and header_welcomeblock_member (In other themes, it will be header)<br />
</li>
<li>You will find the below code or search for your toplinks title.<br />
 <br />
            <div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>   &lt;li&gt;&lt;a href="{&#36;mybb-&gt;settings['bburl']}/index.php" class="Home"&gt;&lt;span&gt;&lt;i class="fa fa-home" aria-hidden="true"&gt;&lt;/i&gt; Home&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; </code></div></div><br />
</li>
<li>Copy the above code and edit the link and text to your liking. You can remove links as well if you want.<br />
</li>
<li>Make sure you keep a backup of the template, this is quite simple tutorial though.<br />
</li>
</ol>
<br />
That's it!<br />
<br />
Hope this tutorial helps you modify header toplinks in Focus Responsive theme or Other themes.<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tutorials Request]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=37</link>
			<pubDate>Wed, 13 Dec 2017 15:41:23 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=37</guid>
			<description><![CDATA[Do you need any new tutorial which you believe can help other fellow users as well ?<br />
Yes can ask for any new tutorials in this thread and based on time and interest, I can write it for you <img src="https://wallbb.co.uk/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Follow this format for requesting any tutorials <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Tutorial About : Write a title about the tutorial you need<br />
Description: Write a description about the tutorial you need<br />
Code Samples : Do you need code samples as well ?<br />
Screenshots: Do you need screenshot ?</code></div></div><br />
Follow the above format and request any tutorial you need<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[Do you need any new tutorial which you believe can help other fellow users as well ?<br />
Yes can ask for any new tutorials in this thread and based on time and interest, I can write it for you <img src="https://wallbb.co.uk/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Follow this format for requesting any tutorials <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Tutorial About : Write a title about the tutorial you need<br />
Description: Write a description about the tutorial you need<br />
Code Samples : Do you need code samples as well ?<br />
Screenshots: Do you need screenshot ?</code></div></div><br />
Follow the above format and request any tutorial you need<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to modify/add social links in footer]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=29</link>
			<pubDate>Thu, 30 Nov 2017 06:34:15 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=29</guid>
			<description><![CDATA[This tutorial will show you how to modify/add links in footer in Focus MyBB theme. I will use demo example of Instagram for adding a new social profile. Focus theme uses font-awesome icons, so you can use those icons and add any other profile you want. Follow this links to find all font awesome icons - <a href="http://fontawesome.io/icons/" target="_blank" rel="noopener" class="mycode_url">http://fontawesome.io/icons/</a><br />
<br />

<br />
<img src="https://wallbb.co.uk/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">footer social links.png</a> (Size: 3.71 KB / Downloads: 1)
<br />
<br />
To Modify/add the links above, follow the below steps :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select Focus Theme Templates<br />
</li>
<li>Go to Footer Templates &gt; footer<br />
</li>
<li>Modify the below code with your social profiles<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>           &lt;a href="#" title="Facebook"&gt;&lt;span class="fb"&gt;&lt;i class="fa fa-facebook"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="Google+"&gt;&lt;span class="google"&gt;&lt;i class="fa fa-google-plus"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="Twitter"&gt;&lt;span class="twitter"&gt;&lt;i class="fa fa-twitter"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="RSS"&gt;&lt;span class="rss"&gt;&lt;i class="fa fa-rss"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;</code></div></div><br />
</li>
<li>If you want to add another social link(For example- Instagram), add the code just below the above footer <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;a href="#" title="Instagram"&gt;&lt;span class="instagram"&gt;&lt;i class="fa fa-instagram"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;</code></div></div></li>
</ol>
<br />
<br />
Save the above template and viola, you have added and modified social links in focus MyBB theme.<br />
<br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will show you how to modify/add links in footer in Focus MyBB theme. I will use demo example of Instagram for adding a new social profile. Focus theme uses font-awesome icons, so you can use those icons and add any other profile you want. Follow this links to find all font awesome icons - <a href="http://fontawesome.io/icons/" target="_blank" rel="noopener" class="mycode_url">http://fontawesome.io/icons/</a><br />
<br />

<br />
<img src="https://wallbb.co.uk/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">footer social links.png</a> (Size: 3.71 KB / Downloads: 1)
<br />
<br />
To Modify/add the links above, follow the below steps :-<br />
<ol type="1" class="mycode_list"><li>Go To Admin CP &gt; Templates And Styles &gt; Templates &gt; Select Focus Theme Templates<br />
</li>
<li>Go to Footer Templates &gt; footer<br />
</li>
<li>Modify the below code with your social profiles<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>           &lt;a href="#" title="Facebook"&gt;&lt;span class="fb"&gt;&lt;i class="fa fa-facebook"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="Google+"&gt;&lt;span class="google"&gt;&lt;i class="fa fa-google-plus"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="Twitter"&gt;&lt;span class="twitter"&gt;&lt;i class="fa fa-twitter"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;<br />
                    &lt;a href="#" title="RSS"&gt;&lt;span class="rss"&gt;&lt;i class="fa fa-rss"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;</code></div></div><br />
</li>
<li>If you want to add another social link(For example- Instagram), add the code just below the above footer <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;a href="#" title="Instagram"&gt;&lt;span class="instagram"&gt;&lt;i class="fa fa-instagram"&gt;&lt;/i&gt;&lt;/span&gt;&lt;/a&gt;</code></div></div></li>
</ol>
<br />
<br />
Save the above template and viola, you have added and modified social links in focus MyBB theme.<br />
<br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to add google adsense ads in MyBB]]></title>
			<link>https://wallbb.co.uk/forums/showthread.php?tid=18</link>
			<pubDate>Wed, 08 Nov 2017 14:25:29 +0300</pubDate>
			<dc:creator><![CDATA[<a href="https://wallbb.co.uk/forums/member.php?action=profile&uid=1">WallBB</a>]]></dc:creator>
			<guid isPermaLink="false">https://wallbb.co.uk/forums/showthread.php?tid=18</guid>
			<description><![CDATA[This tutorial will tell you how to add google adsense in MyBB, this tutorial can help you add adsense ads in any MyBB theme.<br />
I am using Focus Responsive MyBB theme, you can use any theme you want.<br />
I am using footer area as an example. Suppose the adsense code is below :-<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div align="center"&gt;<br />
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;<br />
&lt;!-- Homepage Leaderboard --&gt;<br />
&lt;ins class="adsbygoogle"<br />
style="display:inline-block;width:728px;height:90px"<br />
data-ad-client="ca-pub-1234567820123456"<br />
data-ad-slot="1234567890"&gt;&lt;/ins&gt;<br />
&lt;script&gt;<br />
(adsbygoogle = window.adsbygoogle || []).push({});<br />
&lt;/script&gt;<br />
&lt;/div&gt;</code></div></div>To do this, go to the footer template in the admin Panel <br />
<ol type="1" class="mycode_list"><li>Go to Admin CP &gt; Templates and Styles  &gt; Template Sets » FocusResponsive Templates » footer<br />
</li>
<li>Edit the template, and find <span style="font-style: italic;" class="mycode_i">&lt;debugstuff&gt;</span><br />
</li>
<li><span style="font-style: italic;" class="mycode_i">B</span>elow this add, the above adsense code(Use your adsense code)<br />
</li>
<li>Save the template and adsense will be installed on your website.<br />
</li>
</ol>
If you don't know how to find adsense code, please read this tutorial<br />
<a href="https://support.google.com/adsense/answer/181960?hl=en" target="_blank" rel="noopener" class="mycode_url">https://support.google.com/adsense/answer/181960?hl=en</a><br />
<br />
Regards<br />
WallBB]]></description>
			<content:encoded><![CDATA[This tutorial will tell you how to add google adsense in MyBB, this tutorial can help you add adsense ads in any MyBB theme.<br />
I am using Focus Responsive MyBB theme, you can use any theme you want.<br />
I am using footer area as an example. Suppose the adsense code is below :-<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;div align="center"&gt;<br />
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;<br />
&lt;!-- Homepage Leaderboard --&gt;<br />
&lt;ins class="adsbygoogle"<br />
style="display:inline-block;width:728px;height:90px"<br />
data-ad-client="ca-pub-1234567820123456"<br />
data-ad-slot="1234567890"&gt;&lt;/ins&gt;<br />
&lt;script&gt;<br />
(adsbygoogle = window.adsbygoogle || []).push({});<br />
&lt;/script&gt;<br />
&lt;/div&gt;</code></div></div>To do this, go to the footer template in the admin Panel <br />
<ol type="1" class="mycode_list"><li>Go to Admin CP &gt; Templates and Styles  &gt; Template Sets » FocusResponsive Templates » footer<br />
</li>
<li>Edit the template, and find <span style="font-style: italic;" class="mycode_i">&lt;debugstuff&gt;</span><br />
</li>
<li><span style="font-style: italic;" class="mycode_i">B</span>elow this add, the above adsense code(Use your adsense code)<br />
</li>
<li>Save the template and adsense will be installed on your website.<br />
</li>
</ol>
If you don't know how to find adsense code, please read this tutorial<br />
<a href="https://support.google.com/adsense/answer/181960?hl=en" target="_blank" rel="noopener" class="mycode_url">https://support.google.com/adsense/answer/181960?hl=en</a><br />
<br />
Regards<br />
WallBB]]></content:encoded>
		</item>
	</channel>
</rss>