Jump to content

Leaderboard

  1. SkyLine

    SkyLine

    Apprentice


    • Points

      1

    • Posts

      24


  2. Cookie Monster

    Cookie Monster

    Moderator


    • Points

      1

    • Posts

      1,420


  3. Unconnect

    Unconnect

    Apprentice


    • Points

      1

    • Posts

      50


  4. Tricky

    Tricky

    Collaborator


    • Points

      1

    • Posts

      394


Popular Content

Showing content with the highest reputation on 12/30/2020 in all areas

  1. Hey guys, Will give you a short tutorial here on how to have a Rainbow as a Group Styling. Go to AdminCPSelect CustomizationChoose your ThemeClick on Edit HTML and CSSFrom Templates select globalTemplateAdd the following code under the </body><script> var speed=80 var hex=new Array("00","14","28","3C","50","64","78","8C","A0","B4","C8","DC","F0") var r=1 var g=1 var b=1 var seq=1 function changetext(){ for(i=0;i<document.getElementsByName("Rainbow").length;i++){ var storetext=document.getElementById? document.getElementsByName("Rainbow")[i] : document.all.highlight rainbow="#"+hex[r]+hex[g]+hex[b] storetext.style.color=rainbow } } function change(){ if (seq==6){ b-- if (b==0) seq=1 } if (seq==5){ r++ if (r==12) seq=6 } if (seq==4){ g-- if (g==0) seq=5 } if (seq==3){ b++ if (b==12) seq=4 } if (seq==2){ r-- if (r==0) seq=3 } if (seq==1){ g++ if (g==12) seq=2 } changetext() } function starteffect(){ if (document.all||document.getElementById) flash=setInterval("change()",speed) } starteffect() </script>After pasting the following code, go to Members and select Groups Click the Edit button on the group you wish to have Rainbow Format Paste the following code in the Group Formatting field <span style='color:#ff0000;font-weight:bold;'><span name="Rainbow"> After pasting the code, paste this into the Group Name field </span> Click the Save button RAINBOW!
    1 point
  2. Version 1.0.0

    1,069 downloads

    It relies almost 100% on Bootstrap 3 with minimum overrides and it’s 99% tables. If you are familiar with Bootstrap 3 it’ll be like fun dealing with this MyBB theme. This is clean, basic version (default-blue), but it has four more color combinations: Green Orange Purple Generic uses different css files related to colors, depending on what color combination you wish to edit. Features: Sidebar/Full width. Font Awesome icons. Supported MyBB Plugins. Very original and unique Dark Flat Forum look. Beautiful, professional Header and Footer. Customized for both classic and Modern Postbit. Social Share included. Custom, beautiful Editor. Extensive Documentation. One of the best Responsive/Mobile look among MyBB Themes.
    1 point
  3. 618 downloads

    A transparent responsive MyBB 1.8.x theme. background can easily be changed to work for all niches and looks great.Works on all your mobile / tablet and desktop devices and comes with the below.
    1 point
  4. Just to try a safer way of doing it ? AdminCP > Customization > Themes > Your Theme > Edit HTML & CSS > custom.css Add the following code. #elCopyright { display: none; } @Mindless and @polkovnika2 This should hide the whole div that contains the information.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...