Jump to content

Leaderboard

  1. paktai

    paktai

    Vortex


    • Points

      1

    • Posts

      13


  2. WWD

    WWD

    Snow


    • Points

      1

    • Posts

      170


  3. John

    John

    Contributor


    • Points

      1

    • Posts

      116


  4. SKC

    SKC

    Newbie


    • Points

      1

    • Posts

      1


Popular Content

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

  1. Version 1.0.0

    125 downloads

    This is the Portuguese Language Pack for the IPS 4.5.x and all official addons (and some extra applications not listed). The translation is 80% done, so you may need to translate a couple of things before I release a final version. Feel free to contribute with this translation pack. An updaded translation file will be released soon.
    1 point
  2. https://invisioncommunity.com/files/file/9287-brilliant-discord-integration/ The current version on WebFlake is 1.0.11, which has many issues regarding Discord rate-limiting. The author says he fixed most of these issues in 1.0.12, but it's nowhere to be found on the internet. Is anyone able to provide this version? Many thanks!
    1 point
  3. sorry to bump an old post but i would also like this
    1 point
  4. Step:1 Go to ACP > Customization > Themes and Select the skin you wish to edit Step: 2 Find postContainer in the templates Step: 3 Look for <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> Step: 4 Replace it with <li class='cAuthorPane_photo'> {template="userPhoto2" app="core" group="global" params="$comment->author(), 'variable', $comment->warningRef()"} </li> Step: 5 Create New HTML Template Name: UserPhoto2 Variables: $member, $size='small', $warningRef=NULL, $classes='', $hovercard=TRUE Location: Add To an existing location Existing Location: front Group: Add to an existing group Existing Group: global Application: System Step 6: Find HTML template "UserPhoto2" and paste the following code into it {{if $member->member_id and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members' ) )}} {{$memberURL = ( $warningRef ) ? $member->url()->setQueryString( 'wr', $warningRef ) : $member->url();}} <a href="{$memberURL}" {{if $hovercard}}data-ipsHover data-ipsHover-target="{$memberURL->setQueryString( 'do', 'hovercard' )}"{{endif}} class="ipsUserPhoto ipsUserPhoto_{$size}{{if $classes}} {$classes}{{endif}}" title="{lang="view_user_profile" sprintf="$member->name"}"> <img src='{{if $member->pp_main_photo}}{file="$member->pp_main_photo"}{{else}}{file="$member->photo"}{{endif}}' alt='{$member->name}'> </a> {{else}} <span class='ipsUserPhoto ipsUserPhoto_{$size} {{if $classes}}{$classes}{{endif}}'> <img src='{file="$member->photo"}' alt='{$member->name}'> </span> {{endif}} Step: 7 Find custom.css and Add this line of code below .ipsUserPhoto_variable img, img.ipsUserPhoto_variable, .ipsUserPhoto_variable:after { width: 170px; {{if theme.rounded_photos}} border-radius: 0px; {{endif}} } after you have completed all the steps above the results should be like this below
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...