Jump to content

Leaderboard

  1. pctsystem

    pctsystem

    Rookie


    • Points

      1

    • Posts

      16


  2. Jrock

    Jrock

    Retired Staff


    • Points

      1

    • Posts

      612


  3. Yuu

    Yuu

    Snow


    • Points

      1

    • Posts

      422


  4. Phun

    Phun

    Retired Staff


    • Points

      1

    • Posts

      1,119


Popular Content

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

  1. More and more websites are starting to use Font Glyphs or Font Icons. They're easy to make, easy to pick from and their incredibly light weight compared to independent images or even sprites. What are the major advantages of using Icon Fonts? They are vector, which means they can scale indefinitely without losing quality They are lightweight They are supported by every browser You can add almost any thinkable text css to them (shadows, colors, rotation, gradients) Takes fewer HTTP requests to your server = less load :3 So what are disadvantages of using Icon Fonts? Screenreaders may misinterpret fonticons, reading them out loud DUSTY OLD BROWSERS cannot render font icons. But really, who uses IE7 anymore. You can only serve font icons in a single color -or- in a gradient. No fancy multicolor rainbow awesomeness. Firefox sometimes renders icon fonts with a larger font-weight (bolder), so they may look differently on there. The top list of FREE icon Fonts Foundation 3 - 283 beautiful icons with rounded corners Font Awesome - 439 icons in a constantly updated icon font Google Material Icons - Over 200 icons by google. IconSweets - 60 icons by YummyGum (has a paid v2) IcoMoon - 450 free beautiful icons, with editor on site if you want to pay HeyDings - 60 pretty awesome webfont icons Open Iconic - 223 icons in a lightweight and beautiful package (.woff = 12.4kb!) Sosa - 160+ icons Glyphish - 200 free icons (you must provide credit), also has a paid version of $100 for over 1500 icons Glyphicons - 470 free icons and 50 free social icons Batch - 300+ icons for use on the web and apps, now free Brankic1979 - 350 pixel perfect icons, scalable to any size IconMinia - 139 vector icons Octicons - by GitHub, usable in any of your projects So there you have it, pretty icon fonts for free, available for you to use in your projects. Most come with a handy-dandy instruction page aswell. If you have any additional icon fonts and you would like to see them back on this list, do not fear to comment down below!
    1 point
  2. Sorry someone beat you to the last one. Try it now. Ok all set. You didn't have a forum selected if you wanted to autonotfiy ... Since you said no you shouldn't have needed it.. And only members having duplicates will show that unique machine id.
    1 point
  3. That sounds a bit confusing. To be clear, make sure it is enabled, and not disabled.
    1 point
  4. Check the hook if its Disabled
    1 point
  5. 1 point
  6. Then find the code for the post count, remove it, and replace it with this: <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter uip'> <span class='leftinfo'>{$this->lang->words['m_posts']}:</span> <span class='rightinfo'>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</span> </li> </if> <li class='uip'> <span class='leftinfo'>Joined:</span> <span class='rightinfo'>{parse date="$author['joined']" format="DATE"}</span> </li> <li class='uip'> <span class='leftinfo'>Reputation:</span> <span class='rightinfo'>{$author['pp_reputation_points']}</span> </li> Then add this to your CSS: .leftinfo { float: left; color: #505050; text-transform: capitalize; } .rightinfo { float: right; color: #818181; } .uip { display: inline-block; width: 100%; }
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...