Jump to content

JeffyterS

Newbie
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Software
    IPS4
  • Version
    4.2

Contact Methods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JeffyterS's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Reacting Well

Recent Badges

1

Reputation

  1. Example: Let's go to the code: HTML Add this on your userPhoto or userPhoto2, it depends on whether you use it or not, in my case is userPhoto2, between edge of tag </a> and {{else}} this code: <!-- On-Off start --> {{if $member->isOnline()}}<span title="Online" class='statusPost onP'> </span>{{else}}<span title="Offline" class="statusPost offP"></span>{{endif}} <!-- On-Off ends --> Like this: CSS Go to Custom CSS and add this code: .statusPost{ width: 12px; height: 12px; border-radius: 12px; float: right; position: absolute; margin-left: -25px; margin-top: 10px; } .onP { background: #00ff00; box-shadow: 0px 0px 2px 2px #3e9c0a; } .offP { background:red; box-shadow: 0px 0px 6px 4px darkred; } You can use some keyframes to animate the shadow, but it's your preference.
  2. I remove the Application and the issue was fixed, thanks for help me
  3. Yes, Discord Integration is installed. Do I need to remove?
  4. Hello, I urgently need help. My forum is duplicating members' accounts when they change groups and this is causing duplicate badges (iAwards) as well as bad markup, but it is also bad to edit their accounts and make adjustments to the Points Economy
×
×
  • Create New...