Jump to content

Leaderboard

  1. Luca Munich

    Luca Munich

    Enthusiast


    • Points

      1

    • Posts

      235


  2. mr-pimpen

    mr-pimpen

    Blizzard


    • Points

      1

    • Posts

      1,292


  3. Oni

    Oni

    Contributor


    • Points

      1

    • Posts

      101


Popular Content

Showing content with the highest reputation on 10/08/2021 in all areas

  1. you can add this in your css it will work just change what needs to be .pec[data-group_id="4"] { } aside.pec[data-group_id="4"] { background: url("/Image/giphy.gif") repeat 50% 50%; background-repeat: no-repeat; background-size: cover; } aside.pec[data-group_id="4"] { background: #ff0000 !important; background: -moz-linear-gradient(top, #ff0000 0%, #18138e 92%) !important; background: -webkit-linear-gradient(top, #ff0000 0%,#18138e 92%) !important; background: linear-gradient(to bottom, #ff0000 0%,#18138e 92%) !important; } than go to post container look for <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'> change with <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='pec cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}' data-group_id='{$comment->author()->member_group_id}'> than look for <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> change with <aside class='pec ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone' data-group_id='{$comment->author()->member_group_id}'>
    1 point
  2. How to make... Go to "ACP > Pages > Blocks > Create New Block"; In "Type", mark "Custom"; In "Content Editor", mark "Manual HTML"; Click on "Next"; Put some details and click on "Content" tab; In "Content" field, add this code: <h3 class="ipsWidget_title ipsType_reset">YOUR TITLE</h3> <div class="ipsPad ipsWidget_inner" style="border: 0;padding: 0;"> YOUR CODE </div> Save this config and go to index; Now, just click on "Manage Blocks", "Pages" and "Custom Blocks"; Add the block and enjoy
    1 point
  3. That requires a bit more than just some HTML modifications. I made a plugin for that a while ago if you are interested.
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...