Jump to content

Leaderboard

  1. DarkSinister

    DarkSinister

    Explorer


    • Points

      3

    • Posts

      29


  2. Luca Munich

    Luca Munich

    Enthusiast


    • Points

      2

    • Posts

      235


  3. Oni

    Oni

    Contributor


    • Points

      1

    • Posts

      101


  4. TheGentleGiant

    • Points

      1

    • Posts

      29


Popular Content

Showing content with the highest reputation on 10/11/2020 in all areas

  1. Version 2.3.0

    591 downloads

    Chatbox+ is an application that uses Ajax calls to the server to get new messages. Supports room chat, club chat and the private one-2-one chat. The chat boxes can display in widget, new page, or floating on the bottom right to allow member easy to chat with each other.
    2 points
  2. Go to this link: https://raw.githubusercontent.com/lucalexandre/halloween-bats/master/bat.js Save the file; Upload in your website; Go to your global template; Add this line: <script type="text/javascript" async src="/uploads/especiais/bat.js"></script> Preview: http://codepen.io/munichluca/pen/pEGbXa
    2 points
  3. Version 2.4.3.1

    1,271 downloads

    Fluent Design Theme Edition is a combination of Fluent Design styles Microsoft, iOS Design, Android Design and Google Design. We have also introduced many interesting features that are unique in standard themes. ? ? === Demo === ? ? (Change the theme in the footer to "Fluent Design Theme Edition") ? === Release Notes - [Theme] Fluent Design Theme Edition === ? Comaptibly: (The applications listed below mean specially adapted to the theme or adding support for notification icons) Forums, Calendar, Pages, Blogs, Downloads, Gallery, Commerce, (BIM) Chatbox FREE, Trophies and Medals, Post Notes, (aXen) Secondary Groups Indicator, (aXen) Yours chat entries from Chatbox, (BIM) Hide Link And Code, (GS) Chatbox/Chatbox+ Plus Enhancements, (BIM) GIPHY, Quizzes, (SD) Company Directory, (SD) Course Box, (SD) Game Keys Store, (SD) Image Host, (SD) Live Streams, (SD) My Places, (SD) Newsletter, (SD) Sales Portal Pro, (BIM) Chatbox+, Sticky Notes, (BIM) Quick Search, * NEW in 2.3.1 * Release Notes in Pages Built-in modifications: (aXen) Record Result Line, (aXen) Group formatting in mention, (aXen) Font Awesome 5 in IPS The theme is available in light and dark version
    1 point
  4. 282 downloads

    IPS: Titan is the ultimate gaming theme, based upon a large wallpaper image which is blurred behind textured navigation and category bars. Easily upload your own image via the theme settings to completely change the color scheme, or let your members choose from a predefined selection.
    1 point
  5. Follow what Oni said if you want to move the entire thing as is. If for whatever reason you want to go through the installation process again, why not just upload a fresh installation and go through the installer? Save whatever you need like themes, etc, then just install fresh. If you need more help, please clarify further regarding what you're trying to accomplish.
    1 point
  6. Go to your AdminCP ⇾ Members ⇾ Groups, and choose one to edit, it should look like this after: The important part for us is the "Group Formatting" where we can choose between "Use Color" or "Use HTML", since we want to apply a style not just a color we are going to select "Use HTML". Paste this into the first box: <span class="clrSparkle"> and this into the second box: </span> Save your changes and go to Customization ⇾ Themes ⇾ Your Theme ⇾ Edit HTML & CSS and open the custom.css of your theme. Paste this into it: .clrSparkle { color: #56deff; font-weight: bold; background: url(https://i.imgur.com/8wxFgdm.gif); } I used this sparkle-effect for it: You can add multiple variants to your custom.css and use them the same way.
    1 point
  7. I might just download his theme, apply it, and spit on my monitor.
    1 point
  8. When you work on a custom theme and you create something new, everyone will try to steal it, this code is block right click and ctrl + i ( keyboard code to open inspect element ). With this code you can protect your work for a while. Add the code in „globaltemplate” between the „head” codes : <script language="JavaScript"> /** * Disable right-click of mouse, F12 key, and save key combinations on page * By Arthur Gareginyan ([email protected]) * For full source code, visit https://mycyberuniverse.com */ window.onload = function() { document.addEventListener("contextmenu", function(e){ e.preventDefault(); }, false); document.addEventListener("keydown", function(e) { //document.onkeydown = function(e) { // "I" key if (e.ctrlKey && e.shiftKey && e.keyCode == 73) { disabledEvent(e); } // "J" key if (e.ctrlKey && e.shiftKey && e.keyCode == 74) { disabledEvent(e); } // "S" key + macOS if (e.keyCode == 83 && (navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)) { disabledEvent(e); } // "U" key if (e.ctrlKey && e.keyCode == 85) { disabledEvent(e); } // "F12" key if (event.keyCode == 123) { disabledEvent(e); } }, false); function disabledEvent(e){ if (e.stopPropagation){ e.stopPropagation(); } else if (window.event){ window.event.cancelBubble = true; } e.preventDefault(); return false; } }; </script>
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...