Jump to content

Leaderboard

  1. Yuu

    Yuu

    Snow


    • Points

      2

    • Posts

      422


  2. Softer

    Softer

    Enthusiast


    • Points

      1

    • Posts

      120


  3. Kensei

    Kensei

    Rising Star


    • Points

      1

    • Posts

      252


  4. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


Popular Content

Showing content with the highest reputation on 08/17/2018 in all areas

  1. Version 4.3.6

    13,357 downloads

    IPS Community Suite 4.3.6 Released 9/20/2018 WebFlake Note: Please create a support topic if you need assistance. As always, we recommend that you backup your current installation (database included) before upgrading.
    1 point
  2. Version 1.3

    279 downloads

    A very clean beautiful template for the latest IPS 4.3.x The Landing Page is not included in the theme. It is a part of my site and what you can do with "pages" application. Live Demo at my site. Change theme to UltiMaze. Only for IPS 4.3.x Advanced custom footer with 4 column, or choose how many column you want! Background upload setting preview.
    1 point
  3. In the previous releases, you were required to change the permissions in order to proceed with the upgrade. I think this has been changed in the 4.3.5 WF release.
    1 point
  4. Here's a tutorial on how to create a simple jQuery spoiler. This tutorial assumes that you already have an HTML file ready to edit and have basic HTML knowledge, so I won't bother with those things. Note: You will need jQuery for this code to work. If you don't already have jQuery installed, add inside your <head> tag. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> First, let's get started with the HTML markup. What you'll need is something like this: <div class="spoiler_wrap"> <input type="button" value="Show" /> <div class="spoiler_content">Here's some hidden content</div> </div> At first, it'll look something like this: As you can see, the content isn't hidden like it's supposed to be, but that's because we haven't applied the CSS yet. Let's do that right now. In your .css file, add this: .spoiler_wrap input[type='button'] { color: #fff; background-color: #2C93FA; padding: 2px; border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); cursor: pointer; } .spoiler_wrap .spoiler_content { display: none; margin-top: 5px; padding-left: 5px; border-left: 3px solid #2C93FA; } It should now look like this: Looks pretty good, right? The next (and final) part of this tutorial would be the jQuery itself. Some of you may not know jQuery, so I'll leave some comments in the code to make things easier to understand. $(document).ready(function() { // Once we click the spoiler button $(".spoiler_wrap input[type='button']").click(function() { // If the button's value is "Show", use the value "Hide" // But if it's not "Show", then change it back to "Show" var btn_txt = ($(this).val() == "Show") ? "Hide" : "Show"; // Actually change the button's value $(this).val(btn_txt); // Go to HTML element directly after this button and slideToggle it $(this).next().stop().slideToggle(); }); }); And you're done! Super easy, nice looking jQuery spoiler with just 3 pieces of code. Here's what it looks like after being opened: You can see that the button's text has been changed to "Hide" and that the content is now shown. You can even copy/paste the HTML as many times as you want and create multiple spoilers! Like so: Hope you found this useful!
    1 point
  5. Version 1.0.0

    944 downloads

    Don't be a leech, click the reputation button if you want to get more files in the future. Each picture have a file with 20px and 64px Format of picture is .png Sintax is like this 1_grinning.png and [email protected] i made each category for all pictures like emojione show in his website.
    1 point
  6. Version 1.0.0

    1,410 downloads

    Dark Lagoon is the most simple and easy theme, based on Blue Lagoon
    1 point
  7. Updated - I've updated the OP with better code! Less messy, and (if you ignore the comments and blank lines) it now uses almost half as many lines of jQuery!
    1 point
  8. 584 downloads

    phpServersList is a complex servers management system which allows users to track their own servers and visitors to find out great servers from all over the world. Our product is very flexible and, with a little imagination you can make your own unique servers list website.For example: If you want to make a certain type of servers list ( lets say, Counter Strike ) then you can setup from the admin panel so that users can only add Counter Strike Servers; Or if you want to have diversity in your website you can make it a Toplist, where everyone can add any type of server to the list. Supports Multiple Game Engines Minecraft SA:MP – San Andreas Multiplayer Rust Counter-Strike 1.6 Condition-Zero Source Global Offensive The Ship Half-Life Left 4 Dead Left 4 Dead 2 Rag Doll Kung Fu Team Fortress Team Fortress 2 Nuclear Dawn Call of Duty: MW 3 Just Cause 2: Multiplayer Mod Dino D-Day Half-Life 2 And it supports ANY kind of game for online / offline detection and many other games that work on source engine User Features Supports Multiple Games: It supports multiple game engines for live statistics so you have diversity on your servers list. Dynamic banners: Each server will get an automatic banner with dynamic statistics Filters: Multiple types of filters so the users can find the perfect servers for them. Order by: Sort servers by: Online Players, Votes, Favorites or Latest Mini Blog System: Each server page has a mini blog system so that owners can announce important news to their users. Voting System + Votifier: Each user can vote a server once per day so that servers get a better ranking position and more exposure. Favorites System: A user can favorite a server and it will be stored in a page called “My Favorites” Comments System: Ajaxed comments system for each server with reCaptcha and live updating after submiting a comment. Server Description: You can add your own description with some predefined BBCodes for each server you add. Advanced Statistics: Live statistics for each server that has an engine and basic statistics with graphs User Profiles: Custom user profiles with custom Avatar, Cover, Social details and of course, their own servers. Video Presentations: If some servers have their own youtube presentation video, they can add that too. Server Banners: Each server have the option to add their own custom banner. Quick Servers Status: If you are logged in, you can find your own servers status in the sidebar. Server Hits: Check how many hits any server has got in the last 7 days displayed in a graph Responsive: Responsive and clean design thanks to bootstrap 3 Country Flags: Select your servers country so users from your region can find their countries best servers. Private Servers: If you dont want your server listed on the list or accessed by anyone Forgot Password & Resend Activation: and many more.. Admin Features Automatic Payment System: You can earn money on paypal by selling Highlighted / Sponsored slots on your servers list. Users Management: View, Edit, Activate / Disable, Delete Users Servers Management: View, Edit, Activate / Disable, Delete Servers, Make Private or Highlight servers Categories Management: View, Add, Edit, Delete Categories Categories with different game engines: Each category can have a different game engine Categories and Subcategories with Cover Image Advanced Reports System: Reports available for User profiles, Servers, Comments and Blog Posts Reports Management: View, Edit, Delete and Approve Reports Dynamic Titles: Each page has a dynamic title, with the option to change your websites name Restriction for Image Sizes Censor Words: Censoring system that apply on server comments, blog posts. Analytics Ready: Just enter your analytics tracking id and you’re ready to go Servers Cache System: Set in the admin panel after how many seconds a server should be checked again. Custom Servers Pagination Display only online servers option 3 Ready Adspots: Top, header and sidebar optional adspots reCaptcha: Setup your recaptcha directly from the admin panel Multi Language System: Easy 1 file translation Statistics: Great overall and monthly statistics Sitemap: Automatic generated sitemap that can be accessed with /sitemap.xml or /sitemap.php PHP 5.3 ( or higher ) MySQLi Sockets Rewrite Engine (htaccess) GD and FreeType Library for the dynamic banners to work Recommended Cheap Host: LinkRecommended VPS: Link
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...