
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Download System
-
- Users
- Posts: 4
- Joined: 20 Jul 2021, 18:44
Re: Download System
Thanks, also v1.2.0 works, seems to be it was only a problem with 1.1.8. 

-
- Translators
- Posts: 115
- Joined: 08 Dec 2014, 10:27
Re: Download System
Hi
I have an error with upload
Parse error: syntax error, unexpected '=' in ext/dmzx/downloadsystem/controller/downloadupload.php on line 360
I have an error with upload
Parse error: syntax error, unexpected '=' in ext/dmzx/downloadsystem/controller/downloadupload.php on line 360
-
- Translators
- Posts: 115
- Joined: 08 Dec 2014, 10:27
Re: Download System
Repared replace
by
Code: Select all
if ($key ??= $row2['download_cat_id'])
Code: Select all
if ($key == $row2['download_cat_id'])
-
- New user
- Posts: 1
- Joined: 11 Oct 2021, 20:27
Re: Download System
Thank you for the extension, even though It does not appear in extension manager.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Download System
KumbaraWebNetwork wrote: 11 Oct 2021, 22:22 Thank you for the extension, even though It does not appear in extension manager.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

-
- Users
- Posts: 7
- Joined: 19 Dec 2021, 20:29
Re: Download System
1.How can I add another extension like .psd
2.
Any upload bag tells me that the file is too big and has 9kib
3.
In acp as well
4.Can't put file directly without category?
Thanks
PS: 3.3.5
This linie
2.

Any upload bag tells me that the file is too big and has 9kib
3.

In acp as well
4.Can't put file directly without category?
Thanks
PS: 3.3.5
This linie
if ($unit == 'MB')
{
$multiplier = 1048576;
}
else if ($unit == 'KB')
{
$multiplier = 1024;
}
-
- Users
- Posts: 2
- Joined: 04 Jan 2022, 16:03
Re: Download System
Thanks for the great addition 

-
- Users
- Posts: 139
- Joined: 25 Mar 2022, 07:11
Re: Download System
Tested on 3.3.7 and works. Thanks
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Download System
This extension work fine with phpBB version 3.3.8
-
- Users
- Posts: 78
- Joined: 13 Mar 2015, 19:08
Re: Download System
I installed this extensions on 3.3.8 but I can't find in the extensions to install
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Download System
Ext tab then its in the left side panel.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Donator
- Posts: 137
- Joined: 19 Aug 2020, 12:54
Re: Download System
You download this ext from GitHub or from here?rammstein wrote: 26 Jul 2022, 10:22 I installed this extensions on 3.3.8 but I can't find in the extensions to install