Jump to content

Leaderboard

  1. TheGentleGiant

    • Points

      2

    • Posts

      29


  2. mr-pimpen

    mr-pimpen

    Blizzard


    • Points

      2

    • Posts

      1,294


  3. WebFlake System

    WebFlake System

    Administrator


    • Points

      1

    • Posts

      1,035


  4. The Grim Reaper

    • Points

      1

    • Posts

      380


Popular Content

Showing content with the highest reputation on 07/11/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. <span style="font-weight: bold; background: linear-gradient(45deg, red, blue); -webkit-background-clip: text; -webkit-text-fill-color: transparent;"> just add the colors you want
    1 point
  3. Version 2.1.9.1

    16 downloads

    Features Fully Responsive – great on mobile and tablets Tested with the most popular Xenforo resources! A unique market feature, your style is already configured to look seamlessly compatible with many of the most widely used Xenforo mods Free slideshow system Professional footer layout builder — Up to 10 block locations, flexible columns and wide parallax rows! Full support for XenGallery & Resource Manager Full screen background wallpapers JQuery background slideshow – up to five wallpaper images! Easy to change color palette Google fonts Set sidebar to left, right, or disabled Full FontAwesome integration Logo Photoshop PSD Comprehensive documentation Dozens of additional settings Includes 10 Presets!
    1 point
  4. Version 2.5.6

    444 downloads

    To put it simply, it welcomes newly registered members. It will welcome them with an optional personal message, email or topic alert. From there you can further customize each pm, email or topic message, the subject / title and so on. It also has the ability to welcome members that are added manually through the Admin CP.
    1 point
  5. Version 1.0.0

    29 downloads

    Ardarine v2 for xenforo
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...