Jump to content

Leaderboard

  1. fotobewerking

    fotobewerking

    Rookie


    • Points

      1

    • Posts

      4


  2. The Grim Reaper

    • Points

      1

    • Posts

      380


  3. PokemonCatcher

    • Points

      1

    • Posts

      11


Popular Content

Showing content with the highest reputation on 02/04/2020 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. Version 2.0.7

    652 downloads

    This plugin adds a button to the editor so users can find and post the perfect GIFs from GIPHY - the world's largest library of animated images. It's easy to use, easy to install and supports all IPS applications. Features: Add a button to the Editor to find and post GIFs / Stickers from GIPHY. Enable/Disable autoplay gif in results. Click on image to play GIF in results. Click on image to play GIF in content. *NEW* MPAA rating filter. Recently used GIFs. Trending GIFs (currently trending online on the GIPHY homepage). Supports Chatbox Free and Chatbox+
    1 point
  3. Version 1.0.2

    291 downloads

    This plugin will allow users to choose one among 634 font awesome icons to be displayed before their link across the suite. Icon will be displayed only before the user link. Setting: Groups allowed to choose an icon
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...