Jump to content

Leaderboard

  1. The Grim Reaper

    • Points

      2

    • Posts

      380


  2. Rude & Impatient Jackass

    • Points

      1

    • Posts

      -6


  3. Birdman

    Birdman

    Vortex


    • Points

      1

    • Posts

      157


Popular Content

Showing content with the highest reputation on 12/26/2019 in all areas

  1. 4.1.x to 4.3.x We go to forums - topics and select "postContainer" and then look for the following code: <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> We will replace the above code with the following: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo}} <span class='ipsUserPhoto ipsUserPhoto_variable'> <img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" /> </span> {{else}} <img src='{resource="default_photo.png" app="core" location="global"}' /> {{endif}} </li> Save then go to "costume.css" and add the following code: .cAuthorPane_photo img { max-width: 170px; width: auto; } 4.4.x We go to forums - topics and select "postContainer" and then look for the following code: <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> We will replace the above code with the following: <li class='cAuthorPane_photo'> {{if $comment->author()->pp_main_photo AND $comment->author()->pp_thumb_photo}} <img src="{url="" base=""}/uploads/{$comment->author()->pp_main_photo}"> {{else}} <img src="{$comment->author()->photo}"> {{endif}} </li> Save then go to "costume.css" and add the following code: .cAuthorPane_photo img { max-width: 170px; width: auto; } This is an easy version of the tutorial made by @John , you just have to replace one code and adding another one in the custom.css
    1 point
  2. Go to ACP - Members - Members - Vince - Countent count - Recount
    1 point
  3. Version 1.0.2

    71 downloads

    This is a plugin which I created quickly to add an footer with a bunch of links and some social media links to my forum and I thought I would share it with the IPS community. As you can see from the screen-shots, you can add up to 6 different blocks, quickly change the look and feel via the plug-in settings and add your own logo. Feel free to use or not. It's free, and you're welcome ?
    1 point
  4. Version 2.0.2

    93 downloads

    Omni is a unique dark that can dramatically change the look of the overall appearance with a few drop-down menus. We've included 5 default color setups in Omni along with any accent color you want. This is the first of its kind that has ever existed on XenForo, come see what makes Omni so versatile.Click the banners to view the demos, these are the default color schemes you can easily set using a simple drop-down box.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...