Search found 11 matches

Go to advanced search

by Bit
Sat May 02, 2026 9:10 am
Forum: Support
Topic: [BUG] Login cookie expires too soon (even if remember me is checked)
Replies: 3
Views: 335

Re: [BUG] Login cookie expires too soon (even if remember me is checked)

Unfortunately, it's still not fixed as the tw_sso cookie which controls the duration of login session is still only 2 hours long.
by Bit
Thu Apr 30, 2026 5:04 pm
Forum: Support
Topic: [BUG] Login cookie expires too soon (even if remember me is checked)
Replies: 3
Views: 335

[BUG] Login cookie expires too soon (even if remember me is checked)

We need to fix this, because session ends after an hour.

Also, all cookies are not using secure flag which is compromising the security of the user in case of xss injection.

Image
by Bit
Thu Apr 30, 2026 3:38 pm
Forum: Support
Topic: Aspect ratio / VanillaFixes compatibility
Replies: 9
Views: 601

Re: Aspect ratio / VanillaFixes compatibility




Bump.

Having similar issues, can't get Vanilla Fixes to work (very bad stutter and animation lag in-game).
Also can't seem to change 60HZ to a higher amount in the settings.

Vanilla Fixes throws up a "make sure you have a compatible client" error.


The highest refresh rate is 120HZ right ...
by Bit
Thu Apr 30, 2026 2:19 pm
Forum: Support
Topic: Aspect ratio / VanillaFixes compatibility
Replies: 9
Views: 601

Re: Aspect ratio / VanillaFixes compatibility


Bump.

Having similar issues, can't get Vanilla Fixes to work (very bad stutter and animation lag in-game).
Also can't seem to change 60HZ to a higher amount in the settings.

Vanilla Fixes throws up a "make sure you have a compatible client" error.


The highest refresh rate is 120HZ right now ...
by Bit
Thu Apr 30, 2026 8:58 am
Forum: Support
Topic: [BUG] Forum Username modal container has broken styling
Replies: 1
Views: 290

[BUG] Forum Username modal container has broken styling

Currently, the forum modal is broken because of missmatching heights.
https://i.postimg.cc/k5yCWrTv/F284B8F5-FD78-4F15-A76C-47E873E03A0D.png

To fix it, .profile-context .user-icons a height needs to be changed.
.profile-context .user-icons a {
height: 20px;
line-height: 20px;
}

https://i ...
by Bit
Thu Apr 30, 2026 8:32 am
Forum: General
Topic: Realmlist
Replies: 2
Views: 1175

Re: Realmlist

The realmlist is the server IP address currently, I don't know if I'm allowed to post it.
by Bit
Thu Apr 30, 2026 8:28 am
Forum: Support
Topic: [BUG] Forum avatar going out of container
Replies: 1
Views: 140

[BUG] Forum avatar going out of container

When setting forum avatar it's getting out of the scope, to fix it add padding: 0; to .postprofile .avatar img

Image
by Bit
Thu Apr 30, 2026 8:23 am
Forum: Support
Topic: [BUG] Site navigation dropdown doesn't work on mobile devices
Replies: 0
Views: 112

[BUG] Site navigation dropdown doesn't work on mobile devices

1. Unable to expand menus with the links.
2. Profile container overlaps with the navigation links.

Image