Jump to content

Leaderboard

  1. Douglas.x

    Douglas.x

    Rookie


    • Points

      3

    • Posts

      8


  2. DragonVoid

    DragonVoid

    Enthusiast


    • Points

      2

    • Posts

      301


  3. Mantvi5

    Mantvi5

    Rookie


    • Points

      2

    • Posts

      27


  4. Vanquish

    Vanquish

    Newbie


    • Points

      1

    • Posts

      7


Popular Content

Showing content with the highest reputation on 07/11/2014 in all areas

  1. Go to Look & Feel> Your Theme> Manage Templates & CSS​​> CSS> ipb_style.css Add at the end: /*************************************************************/ /* GRUPOS */ .legendas { float: left; padding-top: 2px; background: #e5e5e5; height: 18px; padding-left: 2px; padding-right: 2px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-bottom: 2px solid #ccc; border-right: 2px solid #ccc; border-top: 1px solid #ccc; border-left: 1px solid #ccc; width: 200px; margin-top: 5px; margin-bottom: 3px; } .legenda1 { font-size: 12px; font-weight: bold; padding: 0px 0px 5px 2px; } .admin {text-align:center; background-color:#d60101; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} .moderador {text-align:center; background-color:#17c200; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} .contribuidor {text-align:center; background-color:#7700c2; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} .honrado {text-align:center; background-color:#ff6c00; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} .membros {text-align:center; background-color:#000; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} .banido {text-align:center; background-color:#fc70f7; width:13px; float:left; height: 13px; margin:2px; font-size:11px; cursor:pointer;} Now go to Templates> Board Index> boardIndexTemplate Add at the end: <div class="legendas"> <div class="admin" onclick="window.location.href='index.php?app=members&amp;section=view&amp;module=list&amp;showall=0&amp;sort_key=members_l_display_name&amp;sort_order=asc&amp;max_results=20&amp;app=members&amp;section=view&amp;module=list&amp;name_box=begins&amp;filter=4'" onmouseover="document.getElementById('admin').style.display='block'" onmouseout="document.getElementById('admin').style.display='none'"></div> <div class="moderador" onclick="window.location.href='index.php?app=members&amp;section=view&amp;module=list&amp;showall=0&amp;sort_key=members_l_display_name&amp;sort_order=asc&amp;max_results=20&amp;app=members&amp;section=view&amp;module=list&amp;name_box=begins&amp;filter=6'" onmouseover="document.getElementById('moderador').style.display='block'" onmouseout="document.getElementById('moderador').style.display='none'"></div> <div class="contribuidor" onclick="window.location.href='index.php?app=members&amp;section=view&amp;module=list&amp;showall=0&amp;sort_key=members_l_display_name&amp;sort_order=asc&amp;max_results=20&amp;app=members&amp;section=view&amp;module=list&amp;name_box=begins&amp;filter=7'" onmouseover="document.getElementById('contribuidor').style.display='block'" onmouseout="document.getElementById('contribuidor').style.display='none'"></div> <div class="honrado" onclick="window.location.href='index.php?app=members&amp;section=view&amp;module=list&amp;showall=0&amp;sort_key=members_l_display_name&amp;sort_order=asc&amp;max_results=20&amp;app=members&amp;section=view&amp;module=list&amp;name_box=begins&amp;filter=8'" onmouseover="document.getElementById('honrado').style.display='block'" onmouseout="document.getElementById('honrado').style.display='none'"></div> <div class="membros" onclick="window.location.href='index.php?app=members&amp;section=view&amp;module=list&amp;showall=0&amp;sort_key=members_l_display_name&amp;sort_order=asc&amp;max_results=20&amp;app=members&amp;section=view&amp;module=list&amp;name_box=begins&amp;filter=3'" onmouseover="document.getElementById('membro').style.display='block'" onmouseout="document.getElementById('membro').style.display='none'"></div> <div class="banido" onmouseover="document.getElementById('banido').style.display='block'" onmouseout="document.getElementById('banido').style.display='none'"></div> <div class="legenda"><div class="legenda1"> <div id="admin" style="display: none; color:#d60101;">Administrador</div> <div id="moderador" style="display: none; color:#17c200;">Moderador</div> <div id="contribuidor" style="display: none; color:#7700c2;">Contribuidor</div> <div id="honrado" style="display: none; color:#ff6c00;">Honrado</div> <div id="membro" style="display: none; color: rgb(0, 0, 0);">Membro</div> <div id="banido" style="display: none; color:#fc70f7; text-decoration: line-through;">Banido</div></div></div></div> Result: When you pass the mouse over the squares show they belong to which group each color. Thank's Sorry for the english, I used the translator.
    3 points
  2. Hi there, Recently I've seen a couple of topics relating to a issue regarding the download system on WebFlake which is preventing users from downloading any files. The error occurs when attempting to download a file from WebFlake which you will then be brought to an error similar to the one below which then after refreshing will still bring you no joy. The fix for this error is clearing all cache and cookies or just your cache/cookies related to WebFlake. If you do not know how to clear your cache and cookies on your web browser I have attached image and text tutorials below to help on the most common web browsers. (Google Chrome, Internet Explorer, Mozilla Firefox and Safari) Note: If you have a download enhancer installed then try disabling this as the WebFlake download system is not compatible with any third-party download enhancers. Google Chrome: Internet Explorer: Mozilla FireFox Safari If you are receiving the error: "You may not download any more files until your other downloads are complete" Then unfortunately the only solution we have found regarding this error is to just wait it out, return back after some time and try downloading another file. This error is usually due to unreliable connections. The download has stopped on the client side, but the server is still trying to send the file. The downloads will timeout eventually and the server will reset allowing you to download another file. I hope this has cleared up any problems any users may be having while trying to download a file from WebFlake. If you proceed to still have problems using the download system please comment below and I'll try and help you. Thanks, Kingy
    1 point
  3. Yes. You can try 2 ways. 1 . Use phpmyadmin and run these queries to disable all applications and hooks installed. If you have a prefix in front of the table name add it to the queries. update core_applications set app_enabled=0 where app_id > 9; update core_hooks set hook_enabled=0; 2. Use phpmyadmin and find all the apps you had loaded in the core_applications table. Upload all those applications files to the server like when you installed them. Try that. If it does not work. Use only this query in phpmyadmin update core_hooks set hook_enabled=0; Then try it. All hooks will then have to be enabled one at a time to see if it causes an error by entering a test topic and viewing the board index page. The ones that cause errors will have to be removed and re installed.
    1 point
  4. Not working for 3.3.x version.
    1 point
  5.   i just installed it on a fresh install on localhost and its so far working fine
    1 point
  6. Or, simply press CTRL + Shift + Delete. Works on Firefox, Chrome, and Internet Explorer.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...