display recent posts
I think it would be useful for new and low volume boards to monitor new posts through a feed instead of all that drilling. So, I've created a recentpost.php from the syndication.php file. Here are...
View ArticleFix for MyBB emails going to spam box
If all of your emails, sent from php mail, or sendmail, are being put straight into the spam box, the way I fixed it was by changing line 318 in inc/class_mailhandler.php from : "$this->headers .=...
View ArticleModal Window Effects For MyBB
Hello friends Here, I would guide you further modal effect for MyBB 1.8 Demo: 1. Upload file: modal.min.css and modal.min.js in your theme folder 2. Ungrouped Templates --> headerinclude Find:...
View Article[Video Tutorial] How To Install MyBB + Theme
Hello I made a tutorial on how to install MyBB on WAMP. I hope this helps people use MyBB!
View ArticleCustom Pages (Page Manager)
Warning: The code is a little messy, feel free to tidy it up to your own accord. Preview: http://prntscr.com/80bbu2 Code: <table border="0" cellspacing="0" cellpadding="4" class="tborder">...
View ArticleToday's Statistics
Just a simple tutorial on how to output the today's stats that's been made (posts, threads, registrations & active users). 1. Open up index.php and find this code Code: if($mybb->user['uid'] !=...
View ArticleMaking DVZ Shoutbox responsive!
Dear MyBB Community, I made a responsive version of DVZ Shoutbox, which will be smaller on mobile devices if you use a responsive template or something like MyBBGM, Screen: [spoiler] [/spoiler] How do...
View ArticleClassic Postbit (On My Way)
Go to ACP -> Templates & Style -> Templates -> *Chose Your Theme Template* -> Post Bit Templates Now, find "Postibt_Classic" and open it. Copy all content from there and close it. Now...
View Article[1.8][1.6] Stop Forum Spam Registration with a Hidden Field
Tested with 1.6 but should be the same for 1.8 This will pretty much stop all Spam Registrations. I got the idea from this post: http://www.returnondigital.com/blog/how-...ng-captcha What this does is...
View ArticleDifferent categories color/background
Hey? Do you want to have different categories colors or backgrounds? It's simple! Preview: Instructions: Step 1: Go to ACP → Templates & Style → Templates → Your Theme Templates → Forum Bit...
View ArticleHow to have GeoIP to show where there Connected via
Code: <script type="application/javascript" src="//www.telize.com/geoip?callback=getgeoip"></script> JavaScript: Code: <script type="application/javascript"> function...
View ArticleBBCode Editor Fix Problem With Your Theme[Tutorial]
Hello MyBB Members ! BBCODE EDITOR Problem With Your Theme ? Follow This Tutorial for Fix This Problem . this is my first tutorial in mybb so i'll try my best to explain my tutorial if you don't...
View ArticleChoose background with jquery and css, cookie
Demo: Ảnh chụp màn hình 2015-09-15 tại 23.02.58.png (Size: 169.38 KB / Downloads: 17) I will guide you to change the background with jquery, css and cookies 1. In the template: headerinclude Find:...
View ArticleCustom PHP pages + MyBB templates. No Plugin, No Problem. Super Easy!
I found This Tutorial by Marcus Avrelius over at "Let's Forum", but had to make some slight modifications to get it to work correctly. Because there is quite a bit of interest in this kind of thing, I...
View ArticleFloating Nav Bar
When you visit few sites you see a navigation menu that sticks to the top of your window as you scroll down a page. So you never have to scroll back to the top of a page to navigate the menu. In...
View ArticleFloating Announcement Bar
Do you need a floating Announcement Bar + links, that sticks to the top of your window as you scroll down a page. So this tutorial will help you. This will work for any versions of mybb. Adding...
View ArticleLess than 1 minute ago > % second(s) ago
1. Edit functions.php located in inc folder 2. Find PHP Code: if($diff <= 60){// Less than a minute$relative['prefix'] = $lang->rel_less_than;} 3. Replace it with PHP Code: if($diff <= 60){//...
View ArticleHow to create a home page "answer to this"
To create a home page go to your cpanel like x10 is mine follow me cpanel>sign in>file manager now goto public_html then create folder called home.php because there is a index.php so it cant be...
View ArticleMyBB jQuery User Dropdown Menu with Font Icons and jQuery
Original Tutorial here : http://myskins.org/Thread-1-8-MyBB-jQuer...and-jQuery Hello guys, Its been so long since i have written a tutorial on any of the forums. I have found a little time for myself...
View ArticleEffectively Use MybbGomobile Plugin For Mybb
This Tutorial is a very short for MybbGomobile plugin. MybbGomobile is the currently the only free mobile solution for mybb. Until Mybb 2.0 is released which we dont know how soon. The plugin Uses a...
View Article