Search found 20 matches

by eduardomozart
Thu May 09, 2024 5:02 pm
Forum: Installation and configuration
Topic: No XML language updates applied during FormaLMS 3 upgrade
Replies: 1
Views: 44

Re: No XML language updates applied during FormaLMS 3 upgrade

The facto it seems to be the default behavior because it could override custom strings user replaced on their translations, but I believe it should import the missing strings from the XML core files, but I don't think it's happening.
by eduardomozart
Thu May 09, 2024 3:19 pm
Forum: Installation and configuration
Topic: No XML language updates applied during FormaLMS 3 upgrade
Replies: 1
Views: 44

No XML language updates applied during FormaLMS 3 upgrade

When upgrading from Forma LMS 3.0.17 to 3.0.22, it doesn't seems that the XML language was applied during the Upgrade phase, as when I entered on Language Mgmt, it was still showing the older strings instead of the newer ones. I'm not sure if it's the intended behavior, but it also may also means th...
by eduardomozart
Mon Feb 05, 2024 1:18 pm
Forum: Plugins & patches
Topic: Bugs on Attendance
Replies: 1
Views: 714

Bugs on Attendance

Hello, I would like to report some bugs when creating attendance dates on Attendance course module. I didn't have time to debug those right now, but maybe someone else or FormaLMS team can troubleshoot and fix them. I believe they're all JS related. 1. When adding a new date with "00:00:00"...
by eduardomozart
Thu Jan 18, 2024 3:16 pm
Forum: Plugins & patches
Topic: Doesn't accept "/" character on title
Replies: 12
Views: 1910

Re: Doesn't accept "/" character on title

Hello @alfa24, Thank you for your feedback. I've changed the commit so it updates the _organization repo only with slashes and keep "_homerepo" and "_repo" as it is. I'm not sure if it's the best approach, but I believe it will not cause any issues because it seems they are ident...
by eduardomozart
Thu Jan 18, 2024 1:18 pm
Forum: Plugins & patches
Topic: "Subscribe" button CSS sprite hover isn't rendering correctly
Replies: 2
Views: 692

Re: "Subscribe" button CSS sprite hover isn't rendering correctly

For anyone that maybe interested, I created the PR#9 that fix the issue: https://github.com/formalms/formalms/pull/9
by eduardomozart
Thu Jan 18, 2024 11:29 am
Forum: Plugins & patches
Topic: Doesn't accept "/" character on title
Replies: 12
Views: 1910

Re: Doesn't accept "/" character on title

Hello @alfa24, Thank you for your help! I replaced all instances of "addslashes" PHP function by "sql_escape_string" PHP function and I can confirm that on DB it's now being saved with slashes as expected. But I noticed a stranger behavior: when editing the item, the slash was th...
by eduardomozart
Thu Jan 18, 2024 10:49 am
Forum: Plugins & patches
Topic: TinyMCE isn't being translated
Replies: 1
Views: 617

Re: TinyMCE isn't being translated

For anyone that maybe interested, I created a PR on GitHub that implements this feature: https://github.com/formalms/formalms/pull/6
by eduardomozart
Wed Jan 17, 2024 10:17 pm
Forum: Plugins & patches
Topic: Refreshing a test question page the page is blank
Replies: 3
Views: 767

Re: Refreshing a test question page the page is blank

It would be great if Forma handle those kind of situation, maybe redirecting the user to the same form or last page, to avoid confunding the end user. Microsoft deals with those kind of issues on their Microsoft 365 Admin Center website.
by eduardomozart
Wed Jan 17, 2024 6:43 pm
Forum: Plugins & patches
Topic: Refreshing a test question page the page is blank
Replies: 3
Views: 767

Refreshing a test question page the page is blank

Hello guys, Not sure if it can be considered a bug, but I believe it may something worth looking on. When creating a SC question on a existing test, refreshing the page through the "Refresh" button the page seems to be reloaded as expected, but when reloading it through the URL the user is...