Quantcast
Channel: MyBB Community Forums - Tutorials
Browsing all 685 articles
Browse latest View live

Complete Guide to the ICQ Field Replacement

***MyBB does not endorse or approve anything done below. Proceed at your own risk.*** This guide elaborates on information given in this thread: https://community.mybb.com/thread-134852.html Read that...

View Article


Add User ID on Postbit

Please go to the directory:  Admin CP -> Templates -> Postbit Templates -> postbit_author_user Add the following codes; Code:<br /> ID: {$post['uid']} Goodbye.

View Article


Image may be NSFW.
Clik here to view.

Plasma Television Style for Videos

Hi everyone, Preview: Guide: MyBB Admin CP -> Themes & Templates -> Your Theme -> Add to Global.CSS: Code:.plazma_up {  background: url("images/top.png");  width: 587px;  height: 26px; }...

View Article

Spider traffic calming through Apaches .htaccess

Internet spiders are increasing in number constantly.  Some are written well and follow the guidelines for robots.txt or use included Meta tags to work out what they are (and aren't) allowed to spider....

View Article

Sticky Threads Fa Icon

If you're using thread icons as Fa icons and wondering how to set Important Threads with sticky fa icon like xenforo this is how you would want to do it. Edit: Template Conditionals plugin needs to be...

View Article


Font 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 Article

Eleven reasons your forum is destined to die.

Figured I'd share this here. 1) You're using a ripped theme. If you want your forum to get anywhere, using a orange tier paki rip from a ripping community is not the way to go.  2) You have no money....

View Article

How To Install MyBB With A Mobile iDevice

Hello MyBB! Today I am going show you how to use your iPhone, iPad, and iPod Touch to install MyBB on a web server. You Will Need: A Mobile iDevice. Google Drive. (Download from the app store.) A Copy...

View Article


Image may be NSFW.
Clik here to view.

Add thread prefixes in portal latest threads

Open portal.php Find  PHP Code:$query = $db->query("        SELECT t.tid, t.fid, t.uid, t.lastpost, t.lastposteruid, t.lastposter, t.subject, t.replies, t.views, u.username        FROM...

View Article


How to remove index.php from breadcrumbs

Hi, Just a quick and simple trick if you want to remove index.php from your breadcrumbs homepage link. 1. Open global.php 2. Find  PHP Code:$navbits[0]['url'] =...

View Article

Image may be NSFW.
Clik here to view.

Responsive breadcrumb with arrows, css only.

Just made a responsive breadcrumb to work with mybb, beware I'm a casual programmer and I may have left some mistakes. To get this to work I mixed up two breadcrumbs The one using bootstrap & being...

View Article

convert pbboard 2 mybb

Convert pbboard forums manually Because there is no script turned to mybb forums تحويل منتديات pbboard يدويا بسبب عدم وجود سكريبت تحول الى منتديات mybb First Lesson second lesson third lesson Lesson...

View Article

How To Restrict Access To Any Page

Hello, In this basic tutorial I will be showing you have to restrict access to any page on MyBB to certain user groups. 1. Go to your forums root and find the page / file you want to restrict. 2. Open...

View Article


Tutorial - 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

Image may be NSFW.
Clik here to view.

[Modification] How to show user avatar in the Who's Online?

Hi, I hope the subject is in the right place. How to show user avatar in the Who's Online. View: Open the FTP -> index.php: Find the following code: (line 59) PHP Code:SELECT s.sid, s.ip, s.uid,...

View Article


Image may be NSFW.
Clik here to view.

Usergroup Page

Hello, Before I start I want to say I did not create this I am just sharing it, the creator is Sazze. Well thats what he said but i'll take his word for it for now. LOL. Ever wanted to have a page to...

View Article

Custom CSS For Mobile Devices

Themes » Default » Editing global.css Replace Code:.wrapper {     width: 85%;     min-width: 970px;     max-width: 1500px;     margin: auto auto; } With Code:@media only screen and (max-width: 799px) {...

View Article


Image may be NSFW.
Clik here to view.

Add filtering by thread prefix in forumdisplay_thread

This is a simple tutorial how to add a support for easier filtering of threads by their thread prefixes. After this change prefixes will be changed to links. When you click to them, threads with the...

View Article

Image may be NSFW.
Clik here to view.

Usergroup stars - FontAwesome

In this tutorial I will show you how you can easily replace img stars by FontAwesome icons.  Note: FontAwesome library is needed. Compatible with FontAwesome 4.7, may require modification for upgraded...

View Article

How to make your embedded videos responsive

In this little tutorial I'll show you how to make your embedded video ifames responsive. I'll demonstrate it in case of YouTube videos...but it works on same way with all other video mycode templates....

View Article
Browsing all 685 articles
Browse latest View live