DREAM.
Members-
Content Count
63 -
Last visited
Content Type
Profiles
Forums
Calendar
Gallery
Blogs
Store
Articles
Downloads
Classifieds
Everything posted by DREAM.
-
Allows users to change their nickname styling in the User CP (based on group permissions). Should work in both 1.8 and 1.6. More info in the download link and on the github page. Installation: Get Plugin Library (check Requirements section for more info). Upload everything from upload folder to your forum root (where index.php, forumdisplay.php etc. are located). Install and activate plugin in ACP -> Configuration -> Plugins. Configure it. Templates troubleshooting: User CP - add {$GLOBALS['nav_style_your_nick']} to the usercp_nav_profile template. Requirements: Plugin Library - https://github.com/frostschutz/MyBB-PluginLibrary/archive/master.zip If you're using PostgreSQL, 9.1 is the minimum for this plugin. [hide]https://www.mediafire.com/?rup9dkdse9fw25v[/hide]
-
I got this from an anonymous source :kek: . Enjoy! (Don't use MyTabs due to vulnerabilities :feelsgood: . The shortened URL is not to get me money or anything. [hide] http://goo.gl/U6Jh1z [/hide]
-
Private Profile Plugin! Description about features of version 1.0: Is possible set who can view your profile! - Buddylist only? - Member of that board only? - Guest only? - Shows to everyone? - Anyone can view your profile? - Do you want ban specify user or users from your profile? (textarea about it) For install, upload inc in your principal board r00t folder, go to ACP and activate this plugin! Admin can choose to who show the template of this plugin, entering the gid about usergroup that can set restriction to the them profile! The usergroups able will find the template of this plugin where set the restrictions in UCP -> Edit Options; default the select box has a value of "0", then EVERYONE can view your profile. Have fun! [hide]https://www.mediafire.com/?s0fbntcb3411ca1[/hide]
-
Ok lets start - First goto > ACP > TEMPLATES > UR TEMPLATE > POSTBIT > POSTBIT_USER_AUTHOR>Paste this at last there[hide] Best [/hide]And if you want paste this in global css by removing style tags or on the same template - CSS Credits to UnSuspeciousResult -
-
[hide]Basically, the code is taken or parts of it taken from "Showgroups.php" (If you have showgroups.php that is)To begin, what i did was made a "Showstaff.php". You can call it whatever the fuck you like, but I called it showstaff because "showteam" sounds a bit retarded to me. And I'm cba to look around for the showteam template too.Once you make a file, insert this code into it. <?phpdefine('IN_MYBB', 1); require "./global.php";add_breadcrumb("Current Forum Staff", "showstaff.php");eval("\$html = \"".$templates->get("showstaff")."\";");output_page($html);?> Again, if you decide to call it something different, replace everywhere that says "Showstaff" with whatever you're calling it.Step 2. Upload the file to your root directory aka public_html if you're normal and not stupid enough to make a subdirectory and put all your forum stuff in there.Once you've done that, go to templates, global templates and make a new one inside there called "showstaff" or whatever you named the file.Step 3. Here's where it gets less easy.I'm only giving you code to start with since we're trying to develop your HTML skills, not spoonfeed you. Insert this code into your template you just made. Insert a title here{$headerinclude}{$header}</pre> <table border="0" cellspacing="1" cellpadding="4">Current Staff or whatever you called the file etcVoltaics Bitches Current Bitches Chance </ To add more groups, copy and paste the bit where it shows the actual table/rank and change where needed. And you instatly have a better page. All you need to do is replace the "Show team" link at the bottom now. Your welcome.[/hide]
-
Seen a few people request this on here but never seen a tutorial for it, so here it is - original tutorial by mybboard.pl Heres what you'll end up with [hide] Copy and paste this into your header include template (we'll come back to skin.js later on) Next make a new cp.css file in your themes section and copy paste this - Remember to make sure the image links are correct .custom_theme{ background-image: url('images/gamerx/cp/color-swatches.png'); float: right; } .custom_theme #colorpicker{ height: 12px; width: 12px; padding: 0; margin: 0; cursor: pointer; opacity: 0; } .colorpicker { width: 356px; height: 176px; overflow: hidden; position: absolute; background: url(images/gamerx/cp/colorpicker_background.png); font-family: Arial, Helvetica, sans-serif; display: none; z-index: 9000; margin-left: 36px; } .colour_instructions{ width: 134px; height: 92px; position: absolute; left: 211px; top: 47px; text-align: left; font-size: 10px; color: #898989; } .colorpicker_color { width: 150px; height: 150px; left: 14px; top: 13px; position: absolute; background: #f00; overflow: hidden; cursor: crosshair; } .colorpicker_color div { position: absolute; top: 0; left: 0; width: 150px; height: 150px; background: url(images/gamerx/cp/colorpicker_overlay.png); } .colorpicker_color div div { position: absolute; top: 0; left: 0; width: 11px; height: 11px; overflow: hidden; background: url(images/gamerx/cp/colorpicker_select.gif); margin: -5px 0 0 -5px; } .colorpicker_hue { position: absolute; top: 13px; left: 171px; width: 35px; height: 150px; cursor: n-resize; } .colorpicker_hue div { position: absolute; width: 35px; height: 9px; overflow: hidden; background: url(images/gamerx/cp/colorpicker_indic.gif) left top; margin: -4px 0 0 0; left: 0px; } .colorpicker_new_color { position: absolute; width: 130px; height: 30px; left: 213px; top: 13px; background: #f00; } .colorpicker_current_color { position: absolute; width: 60px; height: 30px; left: 283px; top: 13px; background: #f00; display: none; } .colorpicker input { background-color: transparent; border: 1px solid transparent; position: absolute; font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #898989; top: 4px; right: 11px; text-align: right; margin: 0; padding: 0; height: 11px; } .colorpicker_hex { position: absolute; width: 72px; height: 22px; background: url(images/gamerx/cp/colorpicker_hex.png) top; left: 212px; top: 142px; } .colorpicker_hex input { right: 6px; } .colorpicker_field { height: 22px; width: 62px; background-position: top; position: absolute; display: none; /* Hide colour boxes */ } .colorpicker_field span { position: absolute; width: 12px; height: 22px; overflow: hidden; top: 0; right: 0; cursor: n-resize; } .colorpicker_rgb_r { background-image: url(images/gamerx/cp/colorpicker_rgb_r.png); top: 52px; left: 212px; } .colorpicker_rgb_g { background-image: url(images/gamerx/cp/colorpicker_rgb_g.png); top: 82px; left: 212px; } .colorpicker_rgb_b { background-image: url(images/gamerx/cp/colorpicker_rgb_b.png); top: 112px; left: 212px; } .colorpicker_hsb_h { background-image: url(images/gamerx/cp/colorpicker_hsb_h.png); top: 52px; left: 282px; } .colorpicker_hsb_s { background-image: url(images/gamerx/cp/colorpicker_hsb_s.png); top: 82px; left: 282px; } .colorpicker_hsb_b { background-image: url(images/gamerx/cp/colorpicker_hsb_b.png); top: 112px; left: 282px; } .colorpicker_submit { position: absolute; width: 56px; height: 22px; background: url(images/gamerx/cp/colorpicker_submit.png) top; left: 288px; top: 142px; cursor: pointer; overflow: hidden; } .colorpicker_focus { background-position: center; } .colorpicker_hex.colorpicker_focus { background-position: bottom; } .colorpicker_submit.colorpicker_focus { background-position: bottom; } .colorpicker_slider { background-position: bottom; } Open your header template and put this where you want the color picker to show Now we can open skin.js and choose what we want to be effected by the color picker Look for this line and add here all the classes and id's you want to be colored - make sure every class or id ends with a , var customElements = " #panel, .tfoot, .upper, .thead"; Download link: http://community.mybb.com/attachment.php?aid=32388 [/hide]
-
This tutorial is for those who want some specific usergroup's posts be different from the others. Like say all moderators' post background to be some different color. We can do it without using any plugin. Let's discuss about that trick today. First we have to add a special class to our postbit templates to override the default post colors. For that open the template: ACP > Templates & Styles > Templates > [Theme Name] Templates > Postbit Templates > postbit and find: Now we have to add our special class post{$usergroup['gid']} to it. So, change the code to: Note that: You have to place the class a) after class 'trow2' else the 'trow2' background color will govern. b) before class'{$unapproved_shade}' so that Unapproved post's color can lead over any user's post. Do the same thing with postbit_classic template. Open: ACP > Templates & Styles > Templates > [Theme Name] Templates > Postbit Templates > postbit_classic and find: Change the code to: Now the CSS, main trick part. Our dynamic class 'post{$usergroup['gid']}' will change at runtime based on group ID. ie. for all the posts of admins (default group ID is 4) it will be post4, for all the posts of members (default group ID is 2) it will be post2 So, as we said, if we want to target the specific group, for our example, say Moderators (default group ID is 6) we will declare our CSS class as .post6 Now, open your global.css and add at the end (or any suitable location): .post6 { background: #FDB5FF; } and save global.css. Now the background of all posts made by any Moderator is a decent light pink. We can change post backgrounds for as many usergroups as we wish using this trick, only we need to know the target group ID and change the number at the end of the class in css as per that group ID.
-
There are huge and lengthy jQuery scroll to top scripts are available throughout the web. But today we will learn to make an appearing scroll to top button with minimal jQ and CSS. Initially, the scroll to top button will be hidden but as soon as the user will scroll down, the button will appear. Open your footer template and add the following code at the very beginning: and at the end before two close tags: Remember to change the Button Image to your needs. You may use this one as a quick paste: Save your footer template. Open global.css and add at the end: #backtop { position: fixed; bottom: 50px; right: 10px; margin: 0; padding: 0; width: 36px; height: 36px; z-index: 100; } Remember to include jQ library in MyBB if it is already not. In headerinclude: Enjoy scrolling back to top ... :D
-
Why Hidden ?
-
Give me advice how do I bomber you? :fyou: Please For free
-
like this idea but it would be rise spam :'(