Die Suche ergab 2720 Treffer

von oxpus
Mi 9. Jul 2025, 19:07
Forum: Extension Support phpBB 3.3
Thema: Ordner Übersicht DLext
Antworten: 2
Zugriffe: 957

Re: Ordner Übersicht DLext

Hallo,

die Verteilung der Unterkategorien ist abhängig von der Länge der Namen und dem Platz, in dem diese dargestellt werden.
Das ist analog den Standard-Style-Vorgaben des phpBB erstellt worden.
Wenn Du die sortieren oder besser strukturieren willst, steht Dir frei, das in Deiner Erweiterung ...
von oxpus
Mi 14. Mai 2025, 18:20
Forum: Extension Support phpBB 3.3
Thema: Batch add files in the download extension?
Antworten: 1
Zugriffe: 3057

Re: Batch add files in the download extension?

There's no way to create multiple downloads from existing files in a single batch run.

Firstly, the necessary descriptions and titles of the downloads would be missing, requiring rework. Secondly, more than one category could point to the same directory, which was explicitly provided for in the ...
von oxpus
Mo 12. Mai 2025, 20:16
Forum: Extension Support phpBB 3.3
Thema: Formatierung in der Kategorie-Beschreibung
Antworten: 2
Zugriffe: 1310

Re: Formatierung in der Kategorie-Beschreibung

Okay, ich setze das mal auf mit auf die Liste für die nächste Version.
von oxpus
Mi 7. Mai 2025, 16:14
Forum: Extension Support phpBB 3.3
Thema: Hochgeladene Datei existiert nicht
Antworten: 4
Zugriffe: 2482

Re: Hochgeladene Datei existiert nicht

Prima.
Daher wurde auch die manuelle Erfassung von Pfaden geändert auf ein Aufwahlfeld, um Fehler zu vermeiden.
Wenn denn auch Unterverzeichnisse existieren.

Danke auf jeden Dalm für die Rückmeldung und noch viel Spaß mit den Downloads.
von oxpus
Di 6. Mai 2025, 19:33
Forum: Extension Support phpBB 3.3
Thema: Hochgeladene Datei existiert nicht
Antworten: 4
Zugriffe: 2482

Re: Hochgeladene Datei existiert nicht

Hallo Michael,

das kann mehrfache Ursachen haben.
Zum Einen dass die Datei zu groß ist, welche hochgeladen werden soll, also über den in den PHP-Einstellungen gesetzten (und im Upload-Formular angezeigten) Dateilimit.
Zum anderen am Pfad, bzw. dessen Berechtigungen auf dem Server.

Wie hast Du denn ...
von oxpus
Mo 7. Apr 2025, 20:19
Forum: Extension Support phpBB 3.3
Thema: Basic statistics
Antworten: 2
Zugriffe: 4706

Re: Basic statistics

...But I like it and would like to hear if you plan any update of the extension?


Hello,

sorry, but I'll not planned to update each old modification for the newest phpBB release.
Only the download extension, the personal notes, and the extensions under Teamwork are kept up to date; the rest of ...
von oxpus
Fr 21. Feb 2025, 23:59
Forum: Extension Support phpBB 3.3
Thema: Button menu
Antworten: 1
Zugriffe: 12485

Re: Button menu

Hi,

you need to modify the contained menu.css file.
The first you can find in it is

Code: Alles auswählen

#menu {
	border-radius: 7px;
	margin: 0 0 4px 0;
	height: auto;

...
von oxpus
So 19. Jan 2025, 12:05
Forum: Extension Support phpBB 3.3
Thema: Thema zum Download Snowfalling extended
Antworten: 0
Zugriffe: 6115

Thema zum Download Snowfalling extended


Name: Snowfalling extended
Kategorie: Gemeinschaftsarbeiten
Autor: oxpus
Beschreibung: Einfacher Schneefall im Forum, je Style individuell einstellbar.
Der Admin bestimmt, ob es generell oder nur in einem bestimmten Zeitraum schneien soll.
Jeder Benutzer kann dabei für sich entscheiden, ob es ...
von oxpus
Sa 11. Jan 2025, 17:08
Forum: Extension Support phpBB 3.3
Thema: permissions for users
Antworten: 1
Zugriffe: 7884

Re: permissions for users

The extension was designed to be simple, lightweight and accessible to every user.
An authorization system for which user or user group is allowed to use notes was and is not planned.
von oxpus
Sa 11. Jan 2025, 17:00
Forum: Extension Support phpBB 3.3
Thema: moved the ucp module
Antworten: 2
Zugriffe: 8244

Re: moved the ucp module

The notes ucp config module itself has no auth settings, so you need to move the notes category together with the config module to the new place.