ver 2.1.0
Die Version 2.1.0 wurde auf phpbb.com zur Validierung eingereicht; sie enthält folgende Neuerungen/Änderungen:
Die Mindestversion von PHP wurde auf 8.0.30 erhöht
ext.php hinzugefügt, um die PHP- und phpBB-Version vor Installation zu prüfen
Alle Funktionsdeklarationen wurden mit ...
Search found 435 matches
- Mon 30. Jun 2025, 22:45
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 1
- Views: 10641
- Mon 30. Jun 2025, 16:29
- Forum: Support forum (EN)
- Topic: How can we grant guests a basic read-only access?
- Replies: 4
- Views: 10
Re: How can we grant guests a basic read-only access?
S_IS_BOT
will not work for this case. As the name implies this only tells you whether the user is a bot or not.For your purpose you will need to use
S_USER_LOGGED_IN
.- Mon 30. Jun 2025, 13:30
- Forum: Support forum (EN)
- Topic: How can we grant guests a basic read-only access?
- Replies: 4
- Views: 10
Re: How can we grant guests a basic read-only access?
This is not possible with the current permissions.
Implementing this would at least be complicated because of the usage of PHP, jQuery and Ajax.
Implementing this would at least be complicated because of the usage of PHP, jQuery and Ajax.
- Sun 29. Jun 2025, 12:32
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 19
- Views: 148789
Re: Release Information & Download link
ver 1.10.0
Die Version 1.10.0 wurde auf phpbb.com zur Validierung eingereicht; sie enthält folgende Neuerungen/Änderungen:
Die Mindestversion von PHP wurde auf 8.0.0 erhöht
Hinzufügen einer Sprachvariablen, die das Löschen von Mitgliedern mit einem Hinweis auf Userreminder versieht, um ...
Die Version 1.10.0 wurde auf phpbb.com zur Validierung eingereicht; sie enthält folgende Neuerungen/Änderungen:
Die Mindestversion von PHP wurde auf 8.0.0 erhöht
Hinzufügen einer Sprachvariablen, die das Löschen von Mitgliedern mit einem Hinweis auf Userreminder versieht, um ...
- Thu 26. Jun 2025, 11:28
- Forum: Release Information
- Topic: Release Information & Download Link
- Replies: 10
- Views: 66449
Re: Release Information & Download Link
ver 0.12.0
ver 0.12.0 is available as of now, the download link in the starting post has been changed accordingly. This version contains the following new features and/or changes:
A new point setting has been introduced which lets the administrator set penalty points for aborting a game, the ...
ver 0.12.0 is available as of now, the download link in the starting post has been changed accordingly. This version contains the following new features and/or changes:
A new point setting has been introduced which lets the administrator set penalty points for aborting a game, the ...
- Thu 19. Jun 2025, 17:18
- Forum: Support forum (EN)
- Topic: How to limit number of games per day
- Replies: 2
- Views: 28
Re: How to limit number of games per day
Why would you want to limit the number of puzzles someone can solve per day? IMHO that doesn't make any sense.
- Mon 9. Jun 2025, 09:22
- Forum: Support forum (EN)
- Topic: How to terminate all games-in-progress for all players?
- Replies: 2
- Views: 158
Re: How to terminate all games-in-progress for all players?
There is only one way: You need to delete the entries for the applicable game type (c, s or n) from the
phpbb_mot_sudoku_games
table, but please be aware that this is an untested procedure.- Fri 6. Jun 2025, 17:10
- Forum: Support forum (EN)
- Topic: How can I make Abort Button cost some UP points?
- Replies: 5
- Views: 150
Re: How can I make Abort Button cost some UP points?
Currently, this is not possible.
And to be quite blunt, actually I do not see a reason why an aborted game should cost any points.
And to be quite blunt, actually I do not see a reason why an aborted game should cost any points.
- Mon 2. Jun 2025, 22:04
- Forum: Support forum (EN)
- Topic: How can we limit number of puzzles to be solved per user (maybe timed competition mode)
- Replies: 2
- Views: 153
Re: How can we limit number of puzzles to be solved per user (maybe timed competition mode)
One way to accomplish this may be to upload only the number of puzzles you want to have solved while Sudoku is disabled for your members (first setting in the general settings section), then you can enable it at a preplanned time and disable it after the competition time has evolved.
If you reset ...
If you reset ...
- Sun 1. Jun 2025, 15:16
- Forum: Support forum (EN)
- Topic: How can we prevent users from using online solvers? Ideas?
- Replies: 7
- Views: 349
Re: How can we prevent users from using online solvers? Ideas?
I would be interested in that, at least to see how it works with honest players.bestng wrote: Sun 1. Jun 2025, 14:21 Also, I found a way to use js to randomizer the value (1 to 9) of the false digit on each page load.
If you do not want to share it publicly, perhaps you can give it to me by PM?
- Sat 31. May 2025, 16:58
- Forum: Support forum (EN)
- Topic: How can we prevent users from using online solvers? Ideas?
- Replies: 7
- Views: 349
Re: How can we prevent users from using online solvers? Ideas?
It would be possible to initially insert some false digits, but the question is how long the cheaters (as you call them) will take to check that they just have to buy a digit to have the original digits displayed again and then copy everything into a solver.
If I implement such a feature, it ...
If I implement such a feature, it ...
- Fri 30. May 2025, 10:54
- Forum: Support forum (EN)
- Topic: How can we prevent users from using online solvers? Ideas?
- Replies: 7
- Views: 349
Re: How can we prevent users from using online solvers? Ideas?
People using online solvers may be a problem, but it can not be solved by introducing randomly false digits because that will render the puzzle unsolvable for everybody.
And BTW you can not introduce false digits into the HTML code since that is generated dynamically by phpBB's usage of TWIG.
To ...
And BTW you can not introduce false digits into the HTML code since that is generated dynamically by phpBB's usage of TWIG.
To ...
- Tue 27. May 2025, 19:19
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 19
- Views: 148789
Re: Release Information & Download link
ver 1.9.1
Die Version 1.9.1 wurde heute durch phpbb.com validiert; sie kann über den Downloadlink im Startbeitrag von dort heruntergeladen werden.
Der Unterschied der ver 1.9.1 zu ver 1.9.0 besteht in einer Verbesserung des Codes für Multi-Select-Felder (Danke an LukeWCS für Makro und PHP ...
Die Version 1.9.1 wurde heute durch phpbb.com validiert; sie kann über den Downloadlink im Startbeitrag von dort heruntergeladen werden.
Der Unterschied der ver 1.9.1 zu ver 1.9.0 besteht in einer Verbesserung des Codes für Multi-Select-Felder (Danke an LukeWCS für Makro und PHP ...
- Mon 26. May 2025, 18:02
- Forum: Support forum (EN)
- Topic: Topic reply not working on mike-on-tour website
- Replies: 2
- Views: 227
Re: Topic reply not working on mike-on-tour website
Tht sounds like a problem with your cookies, pleae try to delete them throuh the link in the footer and check again.
- Tue 13. May 2025, 09:13
- Forum: Supportforum (DE)
- Topic: Fehlermeldung bei Platz Wechsel
- Replies: 7
- Views: 2656
Re: Fehlermeldung bei Platz Wechsel
Danke für die Info, dann habe ich wohl die richtige Stelle zur Korrektur gefunden.
Und falls noch etwas sein sollte, einfach Bescheid sagen.
Und falls noch etwas sein sollte, einfach Bescheid sagen.
- Sun 11. May 2025, 11:31
- Forum: Supportforum (DE)
- Topic: Fehlermeldung bei Platz Wechsel
- Replies: 7
- Views: 2656
Re: Fehlermeldung bei Platz Wechsel
Version 0.11.3 ist veröffentlicht, lass mich bitte wissen, ob es das war, ich konnte den Fehler nämlich nicht reproduzieren.
- Sun 11. May 2025, 11:29
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 13
- Views: 95967
Re: Release Information & Download link
ver 0.11.3
ver 0.11.3 is available as of now, the download link in the starting post has been changed accordingly.
This version contains the following new features or changes:
Fixed a bug within controller/main.php which triggered an "Undefined variable" warning if no rank has been gained ...
ver 0.11.3 is available as of now, the download link in the starting post has been changed accordingly.
This version contains the following new features or changes:
Fixed a bug within controller/main.php which triggered an "Undefined variable" warning if no rank has been gained ...
- Tue 6. May 2025, 22:20
- Forum: Supportforum (DE)
- Topic: Fehlermeldung bei Platz Wechsel
- Replies: 7
- Views: 2656
Re: Fehlermeldung bei Platz Wechsel
Habe ich vergessen zu fragen: Welche Version von Hangman hast du installiert?
- Tue 6. May 2025, 07:43
- Forum: Supportforum (DE)
- Topic: Fehlermeldung bei Platz Wechsel
- Replies: 7
- Views: 2656
Re: Fehlermeldung bei Platz Wechsel
Im Moment kannst du nichts dagegen tun, aber Danke für das Melden dieses Verhaltens. Ich muss mir das genauer ansehen und versuchen, die Meldung zu rekonstruieren und dann den Code so ändern, dass dieser Fall nicht mehr auftritt.
Wenn das Verhalten korrigiert ist, gibt es eine neue Version.
Wenn das Verhalten korrigiert ist, gibt es eine neue Version.
- Mon 14. Apr 2025, 14:37
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 18
- Views: 136984
Re: Release Information & Download link
Version 1.3.0
Die Version 1.3.0 wurde heute auf phpbb.com zur Validierung eingereicht; sie enthält folgende Neuerungen/Änderungen:
Code hinzugefügt, der die Auflistung mehrerer Ergebnisse der Google Maps Suche erlaubt
Codierung der HTML-Elemente <select> auf ein Makro abgeändert (Vielen ...
Die Version 1.3.0 wurde heute auf phpbb.com zur Validierung eingereicht; sie enthält folgende Neuerungen/Änderungen:
Code hinzugefügt, der die Auflistung mehrerer Ergebnisse der Google Maps Suche erlaubt
Codierung der HTML-Elemente <select> auf ein Makro abgeändert (Vielen ...
- Sun 16. Mar 2025, 16:51
- Forum: Release Information
- Topic: Release Information & Download Link
- Replies: 7
- Views: 55829
Re: Release Information & Download Link
English
Version 1.1.1 has been validated by phpbb.com and is avaiable for download from the CDB (refer to start post for the download link).
Deutsch
Version 1.1.1 wurde durch phpbb.com validiert und ist ab sofort in der CDB zum Download verfügbar (Link siehe Startbeitrag).
- Sun 16. Mar 2025, 16:48
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 4
- Views: 57680
Re: Release Information & Download link
English
Version 1.2.0 has been validated by phpbb.com and is avaiable for download from the CDB (refer to start post for the download link).
Deutsch
Version 1.2.0 wurde durch phpbb.com validiert und ist ab sofort in der CDB zum Download verfügbar (Link siehe Startbeitrag).
- Sun 16. Mar 2025, 16:45
- Forum: Release Information
- Topic: Release Information & Download link
- Replies: 18
- Views: 136984
Re: Release Information & Download link
Deutsch
Version 1.2.6 wurde durch phpbb.com validiert und ist ab sofort in der CDB zum Download verfügbar (Link siehe Startbeitrag).
English
Version 1.2.6 has been validated by phpbb.com and is avaiable for download from the CDB (refer to start post for the download link).
- Sun 16. Mar 2025, 15:38
- Forum: Supportforum (DE)
- Topic: PHP-Version
- Replies: 10
- Views: 53854
Re: PHP-Version
Das zu hören freut mich.
- Fri 14. Mar 2025, 18:16
- Forum: Supportforum (DE)
- Topic: PHP-Version
- Replies: 10
- Views: 53854
Re: PHP-Version
Das ist jetzt aber eine generelle Frage zu inaktiven Benutzern, denn dieser ACP-Dialog hat nichts mit meiner Erweiterung zu tun.
In meiner Erweiterung werden die Mitglieder, die die ausgewählte(n) Gruppe(n) als Hauptgruppe haben, vor dem Löschen geschützt.
In dem von dir als Screenshot ...
In meiner Erweiterung werden die Mitglieder, die die ausgewählte(n) Gruppe(n) als Hauptgruppe haben, vor dem Löschen geschützt.
In dem von dir als Screenshot ...