[Tutorial] Adding a Facebook Comment Box
1- Admin Cp - Themes & Styles - Showthread Templates - showthread_quickreply Find Add Below Code:<br /> <table border="0" cellspacing="{$theme['borderwidth']}"...
View ArticleFix inline Moderation Tools for 1.8.10
I just wanted to do a thread to help out users who are experiencing this frustrating error while upgrading to 1.8.10 Read and Follow through Matt's thread https://community.mybb.com/thread-206896.html...
View ArticleMybb [SSL] Force All Files From Http to Https
Used bburl seting+ force to https Code:RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] Works on https://www.cybernetwebdesign.com/Thread...p-to-Https...
View ArticleAdd a custom profile field to forum showteam page
Hello there, always wanted to add a custom profile field to the show team page? This is how you do it. In this example we add the "location" field to the forum team page. 1. A core edit (using...
View ArticleHow to make Myreaction plugin responsive
All you have to do is just go here (I wouldn't do this if you had a non-responsive theme as it's not worth, but if you had a responsive theme like myself, then go ahead and do this as it makes the...
View ArticleFix Unknown Location on Online Page
I have seen many forums that when you visit the online.php page you see 'Unknown Location' which is a nightmare. So after some work and messing around I was finally able to get this sorted, requires a...
View ArticleAdd Userbars to Postbit without 2 Groups.
Okay so a lot of people use plugins to have multiple group images appear on the postbit, lets say you are an administrator and you've made a developer group just so you can have two userbars. This...
View ArticleScrollbar on large signatures
A lot of people have massive images int their signature or generally it's just big which is a nightmare, this will lower the size. Really useful to use, would take advantage of this one if you have a...
View ArticleTime Registered on Postbit Custom
Alright so a lot of forums use this function in different ways, I've had a look and it's not been shared here within the MyBB Community, I usually use it in a different way - depending on the theme you...
View ArticleHow To: Remove unnecessary MyBB features
Hi, I'm new here and want to make a small and modest contribution. This tutorial is for guys, like me, who like simplicity or run small boards and don't need all the features activated by default. The...
View ArticleHow to fix 1366 - Incorrect integer value: 'NULL' for column 'tid' at row 1
It's my first thread. I don't know if it's correct forum. I had this error and i fixed it. First download notepad++ (you can use notepad but notepad++ is better) now open the plugin that didn't work...
View ArticleCan't Log in to ACP? Read this!
Due to the insanely high number of people with issues logging into the ACP, and even the front end I have decided to make an in depth thread on the possible issues, and how to fix them. One of the most...
View ArticleA Few Ways To Protect Your MyBB Site
A few ways to protect your MyBB site. Use Cloudflare Use CloudFlare to prevent DDoS or DoS attacks on your forum. Go to www.cloudflare.com and click the Sign up link at the top of the page. Create a...
View Article[Tutorial] Replace button sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the button sprites with individual images of your own. In global.css Find: Code:.postbit_buttons > a:link,...
View Article[Tutorial] Replace modcp sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the modcp sprites with individual images of your own. In modcp.css Find: Code:.modcp_nav_item { display: block;...
View Article[Tutorial] Replace usercp sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the usercp sprites with individual images of your own. In usercp.css Find: Code:.usercp_nav_item { display: block;...
View Article[Tutorial] Replace showthread sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the showthread sprite with individual images of your own. In showthread.css Find: Code:ul.thread_tools li {...
View Article[Tutorial] Replace thread_status sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the thread_status sprite with individual images of your own. In thread_status.css Find: Code:.thread_status {...
View Article[Tutorial] Replace toplink and panel sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the toplink images and panel images sprite with individual images of your own. In global.css Find: Code:#header ul.menu...
View Article[Tutorial] Replace Forumstatus sprite with your own individual images
I have seen people ask about this before, so here is a simple tutorial to replace the forumstatus images and forumminicons images sprite with individual images of your own. In global.css Find:...
View Article