Alias

Members
  • Content Count

    17
  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Today we're going to change the spinner style to achieve this: First of all, download these two images and upload them to your theme directory. Next, we will navigate to AdminCP > Templates & Style > Themes > Your theme > global.css and open it in the advanced editor. Add this code: #spinner { background: #303030 !important; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color: #ccc !important; border: 1px solid #404040 !important; -webkit-box-shadow: 0px 0px 10px 1px #000; box-shadow: 0px 0px 10px 1px #000; } If the new spinner doesn't show up immediately, clear your cache. If you're using cloudflare, go to CloudFlare settings and click "purge cache".
  2. First of all go and get this plugin.Link: Download PageThen activate the pluginOk now :D Lets startGo to Your Skins Template > Post Bit Templates > postbit_warninglevel.Edit the UID to ur uid no - like goto your profile and see the link ull get the uid - member.php?action=profile&uid=2There replace all with[hide] {$lang->postbit_warning_level} Text of custom warning level{$warning_level} [/hide]Done :D Result -
  3. First of all go and get this plugin Link: Download Page Go to Your Templates > Member Templates > Member_profile > Find this code {$timeonline} Replace this code with [hide] Your text here $timeonline [/hide] Remember to edit the UID Preview -
  4. Change the design layout of the New Points page for payouts - for posts, threads, new members etc.[hide]Previews Go to AdminCP > Configuration > Languages > YOUR LANGUAGE > Options > Edit Language Variables > newpoints.lang.phpand search for "newpoints_home_desc".Replace: NewPoints is a complex points system for MyBB software. As you can see, there are various options on the menu on the left that you can use. How do you earn points? </pre> <table align="center">SourceAmount Paid</table> <br><br>Contact your administrator if you have any questions.<br>This software was written by <a href="http://forums.mybb-plugins.com/user-1.html" rel="external nofollow">Pirata Nervo</a> for <a href="http://mybboard.net" rel="external nofollow">MyB With: How do you earn points? New Post: 1 New Thread: 1 New Poll: 1 Per Character: 1 Minimum Characters: 1 New Registration: 1 Per Poll Vote: 1 Per Reply: 1 Per PM Sent: 1 Per Rate: 1 Per Page View: 1 Per Visit: 1 Per Referral: 1 Next, go to AdminCP > Templates & Styles > Themes > YOUR THEME > global.cssand add following code: padding: 5px;color: #fff;border: 1px solid #000;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;text-shadow: 1px 0px 0px #000000;filter: dropshadow(color=#000000, offx=1, offy=0);width: 200px;} [/hide]
  5. [hide] 1. Open the file inc/functions.php and search for Get the formatted reputation for a user. You're going to see this: Below this: global $theme; $display_reputation =' ', Add this: if($uid == 1) $reputation = 'Custom'; [/hide] Make sure to change the UID to your own.
  6. Well Goto your skins templates Then > Ungrouped Template > Header Include.Paste this[hide] [/hide]A Simple Preview :if you copied My Forumsand paste somewhere else it shows likeMy Forum More information: http://localhost/mybb/ © Copyright ForumsImage
  7. You're welcome. Credits: iAndrew 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 - http://i.imgur.com/46w8KDp.png [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]
  8. {$header} Your title here. Add here your custom messages. {$footer}
  9. ACP > Templates & Style > Themes > Your Theme > Global.css > Advanced Stylesheet > Add this to the bottom: [hide] ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb { background: #21569F; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); } ::-webkit-scrollbar-track { background: #2c2c2c; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1); } [/hide]
  10. Alias

    [UB] PSD

    Well, tbh I don't have many things that haven't been posted yet, but I will share what I have :noh: You can delete and add stars, etc. [hide]https://mega.co.nz/#!Y9xTHLJK!Lj4BUF0TGpm3uj7YfiJ76oCY0jm0nI6PUanuavJNT8s[/hide] Have fun :yus:
  11. Download is here - [hide]http://www.solidfiles.com/d/c3c809d14f/NeonicPSD.psd[/hide]
  12. Download - [hide]http://www.solidfiles.com/d/50b4f5dffd/Colorful_Vol_2.zip [/hide]
  13. Readme should be inside the download ;) Download: [hide]http://uploaded.net/file/vrmwfy1q[/hide]
  14. Preview [hide] https://www.dropbox.com/sh/1wz0qnvx3oee806/AAANoRc929GiB6aKhi6LsJTra [/hide]
  15. Preview [hide] https://www.dropbox.com/sh/x0e1ldhi3h631zt/AADAbg9d7ow4qFL3_DE2pzTMa [/hide]