Cannot login into frame.work forum Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
frostknight
Keeps coming back
Keeps coming back
Posts: 981
Joined: 2022-08-10, 02:25

Cannot login into frame.work forum

Post by frostknight » 2026-04-20, 01:33

I notice that when I have javascript enabled on both my addons, it seems to do the verification properly, but then I cannot click to login after that. For some reason that isn't available. Ask if you need more info to help me.

Frame.work forums used to be something I could log into.
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Say NO to Fascism and Corporatism as much as possible!
Also, Peace Be With us All!

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5844
Joined: 2015-12-09, 15:45

Re: Cannot login into frame.work forum

Post by moonbat » 2026-04-20, 23:00

As a long term member by now, why would you not value your own time enough to provide troubleshooting info upfront instead of playing 20 questions? You know the drill. Run it on a separate unaltered fresh profile to rule out website/browser issues, then we can focus on what's going wrong.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

User avatar
frostknight
Keeps coming back
Keeps coming back
Posts: 981
Joined: 2022-08-10, 02:25

Re: Cannot login into frame.work forum

Post by frostknight » 2026-04-21, 02:41

moonbat wrote:
2026-04-20, 23:00
As a long term member by now, why would you not value your own time enough to provide troubleshooting info upfront instead of playing 20 questions? You know the drill. Run it on a separate unaltered fresh profile to rule out website/browser issues, then we can focus on what's going wrong.
Oh, I guess I could.

EDIT:

No actually I can't, that site is using discourse so... yeah
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Say NO to Fascism and Corporatism as much as possible!
Also, Peace Be With us All!

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5844
Joined: 2015-12-09, 15:45

Re: Cannot login into frame.work forum

Post by moonbat » 2026-04-21, 02:44

Back to adoxa for modify HTTP filter update then :)
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

User avatar
adoxa
Astronaut
Astronaut
Posts: 626
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Cannot login into frame.work forum

Post by adoxa » 2026-04-21, 23:47

frostknight wrote:
2026-04-20, 01:33
[I]t seems to do the verification properly, but then I cannot click to login after that.
Seems to be something to do with how it updates the class (in that it's not properly removing the disabled classes). A messy workaround: before verifying inspect the sign in button, which should put you on a div, expand that and you should see a button, edit that as HTML, remove the entire class attribute, now verify and the button should be available.

User avatar
frostknight
Keeps coming back
Keeps coming back
Posts: 981
Joined: 2022-08-10, 02:25

Re: Cannot login into frame.work forum

Post by frostknight » 2026-04-22, 02:27

adoxa wrote:
2026-04-21, 23:47
Seems to be something to do with how it updates the class (in that it's not properly removing the disabled classes). A messy workaround: before verifying inspect the sign in button, which should put you on a div, expand that and you should see a button, edit that as HTML, remove the entire class attribute, now verify and the button should be available.
Hmm how would I do that I guess?

I am not very good with the devconsole.
Freedom is never more than one generation away from extinction. Feelings are not facts
If you wish to be humbled, try to exalt yourself long term If you wish to be exalted, try to humble yourself long term
Favourite operating systems: Hyperbola Devuan OpenBSD
Say NO to Fascism and Corporatism as much as possible!
Also, Peace Be With us All!

User avatar
adoxa
Astronaut
Astronaut
Posts: 626
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: Cannot login into frame.work forum

Post by adoxa » 2026-04-22, 13:54

  • Right-click "Sign in", select "Inspect Element";
  • that will highlight a div line, click the triangle to expand it;
  • you should now see a button element, right-click it and select "Edit As HTML";
  • select class="...", delete it, close the inspector;
  • verify and the button should become available.