Add favicon to your forum. ico provided, FA 4&5 favicon generator links...
Simple solution for those who have asked or are planning to ask how to add a favicon to their forum. Add to headerinclude: Code: <!-- Add Favicon --> <link rel="Shortcut icon"...
View ArticleLast Profile Visitors + Avatar
Q: How do I create this feature + Users Avatar + Visit Time in my profile? I Use This Plugin : https://mods.mybb.com/view/last-visitors-in-profile Q: How do I code it in Global.css or Global tamplate ?...
View Article[Tutorial] - How to take external linked theme files like FA and include them...
Greetings, well, if you are like me and spend alot of time offline on a localhost things like included fonts for example fontawesome will not load..., to correct this I simply include those locally. I...
View ArticleDisplay unique messages for different parts of your forum or usergroups
Hi, In this tutorial I will be showing you how you can display an unique message, to unique users, sections, threads or usergroups. We will be needing a plugin and some small PHP codes for this, but I...
View ArticleSmiles on shoutbox [Easy fix]
Do not want to bash on Masterly, but in comparison with his tutorial, this is real easy. You can find his tutorial here. Example: https://i.imgur.com/bHoFiZt.png You are basically re-using the smiley...
View ArticleModal start gradient effect
Admin Cp - Themes & Styles - Global.css Select Find replace with /** Modal Start **/ .blocker { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto;...
View ArticleMybb remove quote
1- Postbit - postbit_quote Find replace with <a rel="nofollow" id="multiquote_link_{$post['pid']}" href="newreply.php?tid={$tid}&pid={$post['pid']}"title="{$lang->postbit_quote}"...
View ArticlePlugins not working with my theme?
if you searched in google Plugins not working with my theme, then you are in the right place now Step1: Simply go to ACP=>Configuration=> plugins uninstall al your plugins Step2: go to ACP =>...
View ArticleForce source editor for newly registered users
I know that there is tutorial about this, but it's outdated, and by that I mean that .php file we are going to edit has changed it's structure since old tutorial has written so even if it's easy fix...
View Article[jQuery] Add Approve / Unapprove button to each post.
This will add Approve / Unapprove button to each post. This is a very basic and nominal mod for those new friends exploring MyBB. This can be further extended and enhanced as per your need. Open...
View ArticleAdd Apple icons ✓
Hello all! After a long search I finally found the answer to my question, and I'd like to share this with you. What are we actually going to do? ✓ We are going to support full unicode in your...
View ArticleDVZ Shoutbox - Add Submit button next to the message field
This tutorial will show you how you can add "Submit" button next to the message field. I don't know ofr older versions of this plugin, but in latest version Submit button is displayed below message...
View ArticleBackground header in each forum
Hello everyone. In this tutorial I will show you how to add an image in each forum Like this Demo https://inlobos.com/forumdisplay.php?fid=2&page=1...
View ArticleYoutube embedded video unavailable error
A little tip, if you get youtube "video unavailable" error for some of youtube embedded videos. Check your /.htaccess file for these lines and remove or comment if any: #Header set X-Frame-Options...
View ArticleBasic steps to get mysupport and Emerald theme to play together
Here is a real simple short and sweet start to getting the mysupport plugin working with the Emerald theme just in case anyone was in need of such: 1) Download Emerald theme:...
View ArticleCustom postbit background (no plugin)
Hello, In this tutorial I will show you how to create a custom postbit background without using a plugin. Please follow all steps carefully otherwise you will make a mistake, causing it not to work....
View ArticleCustom profile cover without plugin
Hello, In this tutorial I will show you how to create a custom profile cover without using a plugin. Please follow all steps carefully otherwise you will make a mistake, causing it not to work. See my...
View ArticleMessage for guest to sign up
Hello, In this tutorial I will be showing you how to display a message for guests to encourage them to sign up. Perhaps in the near future I can make a tutorial where I demonstrate how you could...
View ArticleBasic steps to get mysupport and iGame FA5 updated theme for 1.8.22 to play...
Just like the objective of https://community.mybb.com/thread-227814.html here is just another quick tip guide for another theme just to further help folks that may want to tinker with such Here is a...
View ArticleEasy Youtube Fix for Responsive videos[CSS]
Last week, I was thinking about youtube embedded videos on MyBB forums since they are hard coded to 560x315 dimensions. So if you wish to retain those dimensions on desktop devices and responsive on...
View Article