3.2 & 3.3 Extensions Database 3.2 / 3.3Download System

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

foxtale
Users
Users
Posts: 4
Joined: 30 Dec 2024, 17:58
    Windows 10 Chrome

Re: Download System

Post by foxtale »

I have version 1.2.1 installed on my forum.
How to update to 1.2.2?
Should i replace the the 1.2.1 files with the updated ones?
Many thanks for your work! :thumbup:

User avatar

ssl
Donator
Donator
Posts: 137
Joined: 19 Aug 2020, 12:54
    Mac OS X Firefox

Re: Download System

Post by ssl »

You must first disable the current version in your ACP before sending the new version files to the server.
Once done activate the new version from your ACP
phpBB: 3.3.14 | PHP: 8.3
[Some French translation of extensions]

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6464
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Download System

Post by dmzx »

foxtale wrote: 10 Feb 2025, 20:33 I have version 1.2.1 installed on my forum.
How to update to 1.2.2?
Should i replace the the 1.2.1 files with the updated ones?
Many thanks for your work! :thumbup:
Disable extension, don't delete data!!
Upload all new files except the "files" folder leave that in place with all your previous files in there.
Then enable the extension again in ACP.

User avatar

ssl
Donator
Donator
Posts: 137
Joined: 19 Aug 2020, 12:54
    Mac OS X Firefox

Re: Download System

Post by ssl »

dmzx wrote: 10 Feb 2025, 20:45 Upload all new files except the "files" folder leave that in place with all your previous files in there.
It's not a problem because the "files" folder of the new version is empty, no risk of deleting the existing files from the server.

Capture d’écran 2025-02-10 à 21.31.14.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

foxtale
Users
Users
Posts: 4
Joined: 30 Dec 2024, 17:58
    Windows 10 Chrome

Re: Download System

Post by foxtale »

dmzx wrote: 10 Feb 2025, 20:45
foxtale wrote: 10 Feb 2025, 20:33 I have version 1.2.1 installed on my forum.
How to update to 1.2.2?
Should i replace the the 1.2.1 files with the updated ones?
Many thanks for your work! :thumbup:
Disable extension, don't delete data!!
Upload all new files except the "files" folder leave that in place with all your previous files in there.
Then enable the extension again in ACP.
ssl wrote: 10 Feb 2025, 20:42 You must first disable the current version in your ACP before sending the new version files to the server.
Once done activate the new version from your ACP
Thanks for the info! :eusa_dance:
Update done! :tumbsyes:

User avatar

Avangard
New user
New user
Posts: 1
Joined: 02 Mar 2024, 00:07
    Windows 10 Edge

Re: Download System

Post by Avangard »

Hello! There is a mention of the cost of downloads in the language files. But I did not find where this can be configured in the settings. Is this extension compatible with Ultimate Points?

User avatar

foxtale
Users
Users
Posts: 4
Joined: 30 Dec 2024, 17:58
    Windows 10 Chrome

Re: Download System

Post by foxtale »

Hello to all!
How can i fix this?
Image

Items are not aligned :wtf:
I'm using lucid_lime style on my forum.
Thanks

User avatar

iorG19
Translators
Translators
Posts: 60
Joined: 10 Dec 2014, 21:50
    unknown Chrome

Re: Download System

Post by iorG19 »

// Romanian translation for this extension; download and upload to the forum's /ext directory.
// Traducere în limba română a acestei extensii: descarcă și urcă în directorul /ext al forumului.
dmzx-downloadsystem-1.2.2_ro.zip
Pe forumul meu de demonstratie puteti vizualiza extensia tradusa.
Dacă sesizați vreo eroare de traducere, vă rog să mi-o comunicați.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image Some [romanian] and [spanish] translations of extensions.

User avatar

flumsi
New user
New user
Posts: 2
Joined: 04 Mar 2025, 13:58
    Windows 10 Chrome

Re: Download System

Post by flumsi »

Hello everyone

Download system 1.2.2 & phpbb3 3.3.1.4

I'm thrilled, it's really well done and has the appropriate CSS adjustments :eusa_dance:

ACP phpbb3 Standard "Enable URL rewriting"
Unfortunately, our provider doesn't offer it, so I had to get my hands dirty with your YouTube Gallery because app.php was missing from the video links.

Code: Select all

ext/dmzx/youtubegallery/controller/youtubegallery.php
Original:

Code: Select all

'VIDEO_LINK' => append_sid("{$board_url}/video", 'mode=view&id=' . $row['video_id']),
Change to:

Code: Select all

'VIDEO_LINK' => append_sid("{$board_url}/app.php/video", 'mode=view&id=' . $row['video_id']),
I'm having roughly the same problem now, but with your download system.
If I enable it to create a topic for each new download with the appropriate forum ID, it works perfectly, except for one glitch.

Code: Select all

Hello,

we have a new download!

Title: testerlisi2
Description: testerlisi2
Category: test
Click here to go to the download page!

Have fun!
The link marked "here" in the generated text unfortunately doesn't work.

../forum/downloadsystemcat?id=1
The browser displays a 404 error: "The requested URL was not found on this server."

For my needs, the link in the generated text should look like this:

../forum/app.php/downloadsystemcat?id=1

Thank you for your help

Post Reply Previous topicNext topic