User friendlier multiselect on admin pages
It may be useful for forums with a fair number of forums and with plugins that have forumselect settings. Download: jQuery multiselect Go to admin/jscripts, create a folder called multiselect, and...
View ArticleMyBB automatic image resizer [without plugin]
This modification can help automatic resize images in thread with MyCode like Ncode image resizer plugin. Admin CP > Forum settings > MyCode > Add new MyCode > Title: MyBB auto image...
View ArticleAdvanced Sidebox 4.0 Theme Setup List
I've been working on testing the new responsive version of ASB out on popular MyBB front-end themes, and when adjustments are necessary, making a note of it. It is my intention to update this list as I...
View ArticleHow to build PHP 8.0.0-dev on RHEL 8
If you don't have access to a RHEL license, then you can get RHEL 8 through Fedora 28 or newer. There's no stable build of CentOS 8 right now, but that might change in the near future. Okay let's get...
View ArticleGet a Specific user's avatar Mybb :: Using Template Conditionals
Hey gang, I just figured out how to get a specific user's uploaded avatar using template conditionals. This has been bugging me forever, I have seen many people ask this question, "How can I get a...
View ArticleAdd Breadcrumb to Google Search
ACP Home » Template Sets » Default Templates » Edit Template: showthread Find </head> Replace with <script type="application/ld+json"> { "@context": "https://schema.org", "@type":...
View ArticleTawk.To
If you're like me there is a lot of value to be had for having a live chat widget. But I wanted a way to get the users name without them having to have them enter it each time they wanted to chat. This...
View ArticleCallout notification for guest
Add a new stylesheet with the name callout_guest.css:- <style> body {font-family: Arial, Helvetica, sans-serif;} .callout { position: fixed; bottom: 35px; right: 20px; margin-left: 20px;...
View Article10 Powerful Tips For MyBB SEO (Tested & Working)
Mybb SEO is important to any forum startup. Below are 10 quick tips to optimize MyBB for search engines that you may not be aware of. I find that most forum owners don’t know that it’s crucial to study...
View ArticleSignature line replace with an image
Edit the signature line and replace it with an image instead Admin CP >> Templates & Style >> Templates >> YOUR THEME >> Post Bit Tamplates >> postbit_signature...
View ArticleAdd avatars to index Who's Online list of names
I haven't seen this so I thought I'd share it. If it's already been posted by someone else, please disregard. avatars-on-whos-online-list.PNG (Size: 15.61 KB / Downloads: 6) click image for larger...
View ArticleHow to add favicon without plugin
How to add favicon without using a plugin Find a image you want to use like a favicon and use this website to make it favicon.ico https://favicon.io/favicon-converter/Download your favicon.ico and...
View ArticlePrefixes Display Style
1-Prefix:Plain text version of the prefix to be displayed in selection menus. 2-Display Style:This is how the prefix will appear next to thread subjects. You may enter HTML markup here or simply use...
View ArticleImproving Security of Stored Passwords in MyBB 1.8.x
Following best security practices, users' passwords in MyBB are not stored anywhere, but are verified using an irreversible value — a hash of the password. This approach makes them unreadable in case...
View ArticleStats Page Using Chart
Step 1 Edit stats.php file. Find this $plugins->run_hooks("stats_end"); Add this before the code // Stats Page [Custom] $i = 1; while ($i <= 30) { $daily[$i] = TIME_NOW - (86400 * $i);...
View ArticleAdd 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 Article