Set the default template adapts to the Mobile screen
The method is relatively simple, just add a class, and there are many places to modify. 1. add a class to global.css https://yourdomain.com/admin/index.php?m...e=advanced...
View ArticleI request help with the Hovercard code
Hello to anyone who can read here and give me an answer. I need help from someone who can at least take a look and take the time to respond. I would like to put a user hovercard, only in code, clean if...
View Articleyeears of service in Postbit mybb without plugin
Preview Tutorial: Go to acp>Home » Template Sets » Your theme Template » Postbit now copy this code <div class="user-service user-service--postbit"> <if $post['regdate']+(60*60*24*1095)...
View ArticleFix Broken Default Avatars for MyBB Last Post Avatar Plugin
Preview How to fix: Log in to your MyBB Admin Panel. Go to Home > Template Sets > Your Theme Templates > forumdisplay_thread. Copy and paste this code into the forumdisplay_thread template:...
View ArticleHow to install the plugin after downloading it! Do you have any relevant...
How to install the plugin after downloading it! Do you have any relevant tutorials? I am a newcomer to mybb
View ArticleIs there any new tutorial videos?
Hi, Well this post is mostly for that I've been trying to find some video tutorials on YouTube as for install and modify themes and same for plugins, but I just found out the videos are outdated and...
View ArticleTips for debugging core code
An integrated development environment (IDE) is a necessity for many programming efforts, but not simple to set up and manage. With the changes in PHP8 that generate warnings from older forum code, one...
View ArticleTutorial - Thread Pop Up on Index
This script fetches new threads from a MyBB forum using AJAX and displays them in a popup on a web page. Here's a breakdown of what each part of the script does: [*]Fetching New Threads:The script...
View ArticleAllow users to upload a custom cover to their profiles
I recently released OUGC File Profile Fields as a free plugin. The following is an Example Configuration that will help you implement a custom cover for user profiles. The reasoning to share this...
View ArticleHow to display Usergroup image on user profile
Good day, I've been having issues on displaying the usergroup image on user profile. What should I put on the input on the first image?? http://devsarena.my-board.org/forum IMG-20241105-WA0002.jpg...
View ArticleSet Editor in Source Mode by Default [Easiest Method]
Firstly, I am aware that there's already tutorials about this, and the only reason why I am posting this method I discovered recently is because I find it to be the easiest so far, so even newbies can...
View Articlerudimentary IgnoreForums with core edit
There may be a circumstance where a member wants to ignore certain forums when performing a search, whether it be New Posts, Today's Posts or keyword search. A plugin will provide a robust user...
View Articleforce logout
I run a small private forum for like-minded people. Registrations are approved and activated by administrator, and login is required. Anonymous browsing is not permitted. Lately, a number of members...
View ArticleLogout redirects back to current page
Mybb's default logout redirect is index.php, this quick javascript will help to redirect the member back to the current page instead of forum index. go intotemplate header_welcomeblock_member and find...
View ArticleI would like to achieve this....
I posted this on the MyBB-es site, but it still hasn't been resolved. I'd like to know if someone could help me with this. I'm sure many will be interested. Good afternoon/morning/evening, everyone,...
View Article