[Tutorial] Tabbed Forum Statistics
1- Admin Cp - Themes & Styles - İndex Templates - index_boardstats Find change Code:<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}"...
View Articlehow to change lock system color and background [css]
add Code:.hidden-content { padding: 10px; color: #use_your_own_colors; background: #use_your_own_colors; border-radius: 2px; border: 1px solid #use_your_own_colors; } replace...
View ArticleUse background image in Forums in Index Page
Some of you probably saw that some MyBB Forums uses background images in Category/Forums on index page, like this: It looks especially effective in Forums that has Dark color scheme. It is not too...
View ArticleOpen All Links to New Tab
Headerinculde add save Code:<script type='text/javascript'> $(document).ready(function() { $("a[href^='http://']").each( function(){ if(this.href.indexOf(location.hostname) == -1) {...
View ArticleProfile Background Default Image
https://community.mybb.com/thread-159715.html Thought I'd make this tutorial or shall I say share it since I've figured how to do this and didn't think it was possible but everything is possible lol....
View ArticleDisplay stats in footer
Open ./global.php and find: PHP Code:$plugins->run_hooks("global_start"); and add the following code just below that.. PHP Code:$stats = $cache->read("stats");$stats['newest_user'] =...
View ArticleFont Awesome - loading spinner
Do you wanna modern spinner and replace the old default one? There is a tutorial for Font Awesome spinner. All credits go to @Eric J. who help me a lot. In your showthread_quickreply template (and...
View ArticleResize image attachments
I have seen a number of tools that talk of resizing images, but so far each of those tools was just resizing the display of the image, not the image file itself. Cameras these days are creating images...
View ArticleUse MyBB Header/Footer externally
I don't know why this took me so long to figure out, but I figured I'd post this in case anyone else is wondering how to do this. Basically, what this does is it takes the header and footer of your...
View Articlechange the theme automatically when the language changes (MyBB Version 1.8.15)
Hi mybb community This is my first post and I would like to put this topic to be useful for anyone who wants to change the theme automatically when the language changes from the Quick Language...
View ArticleAdding "Your Threads" and "Your Posts" links to header
I've seen this only on a few forums but these links are very useful, and don't require navigating to your profile to click these links. Basically, this tutorial will show you how to change this: To...
View ArticleHow To Make Stronger Security Question
This may be common sense, but I developed a clever trick to reduce spam bots. I use an all CAPS word with 2 short puzzle questions to obtain the 2 letter answer. Do not use these examples since they...
View ArticleMyBB guide application project (Android - iOS)
I created a beta MyBB guide app. I released 0.7.0.1B_en version. Oranginal app language is Turkish, so i used Yandex and Google for translate. Sorry for bad English. I cant speak English perfect. File...
View ArticleReactivate youtube button in sceditor
Sceditor has a lot of buttons .. but they are deacticvated in mybb. To reactivate Youtube button...we need to do this in 3 steps : 1. open bbcodes_sceditor.js in javascript folder and search and...
View ArticleOffice 2010 colors palette in sceditor
really i hate sceditor's default palette here is office 2010 palette ported to sceditor just open codebutton template and after locale: "mybblang", add this lines...
View ArticleUsergroup stars Fontawesome | Updated | 5.3.1 |
Hello! After reading this tutorial i tried to change the stars with fontawsome icons. Sadly i was unable to made the changes as written and explained in that tutorial. As i'm not a coder or a...
View ArticleTutorial - Add "Select All" to "Code: " and "PHP Code: "
In your language files find global.lang.php Find: PHP Code:$l['code'] = "Code: ";$l['php_code'] = "PHP Code: "; And replace with: PHP Code:$l['code'] = "Code: <a href=# onclick=\"selectCode(this);...
View Article[Tutorial] Add simple css and fontawesome userbars
You can simply try something like this for simple fontawesome css userbars. In headerinclude add: Code:<link rel="stylesheet"...
View ArticleTutorial Request
Hi! I've seen all sort of tutorials about Font Awesome and how it can be used to replace MyBB icons. However it seems that none of them work with the latest FA 5.x icons. So I am asking for someone...
View Article[Tutorial] Add simple css user online / offline staus for postbit
To replace postbit user online / offline status image with simple css: Add to global.css: Code:/** Online Offline User Status Postbit **/ .postbit_onoffuser.onli { background: #25A82F; }...
View Article