3.1.x Extensions Database 3.1 / 3.2Download Extension

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
Post Reply Previous topicNext topic
User avatar

Topic Author
Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 10 Firefox

Download Extension

Post by Midway »

[RC] Download Extension

MOD-Titel:Download Extension

Version: 7.0.4 (RC5)
Autor: OXPUS

https://www.phpbb.de/community/viewtopi ... 9&t=233134

User avatar

dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Download Extension

Post by dmzx »

Yes nice extension, i used it also on 3.0.12 board.

User avatar

luca17000
Users
Users
Posts: 41
Joined: 26 Jan 2015, 00:36
    Windows 8 Firefox

Re: Download Extension

Post by luca17000 »

Hi,
Download Extension.fr.zip
For the French User ^^

Enjoy !
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Topic Author
Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Download Extension

Post by Midway »

luca17000 you have missing a language key
in common.php
find:

Code: Select all

'DL_ACP_PERMISSIONS'				=> 'Permissions',
add before:

Code: Select all

'DL_ACP_OVERVIEW'					=> 'Sommaire',

User avatar

luca17000
Users
Users
Posts: 41
Joined: 26 Jan 2015, 00:36
    Windows 8 Firefox

Re: Download Extension

Post by luca17000 »

That's right :wall: !! I'm soo sorry et tks Michel :roll:

User avatar

JohnDory
Donator
Donator
Posts: 20
Joined: 01 Apr 2015, 01:11
    Windows 7 Firefox

Re: Download Extension

Post by JohnDory »

Does anyone have a working link to this extension :?:
Cheers.

Mike.

User avatar

Topic Author
Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Download Extension

Post by Midway »


User avatar

JohnDory
Donator
Donator
Posts: 20
Joined: 01 Apr 2015, 01:11
    Windows 7 Firefox

Re: Download Extension

Post by JohnDory »

Thanks got it now :thumbup:

User avatar

ivailo95
Users
Users
Posts: 918
Joined: 02 Feb 2018, 12:04
    Windows 7 Opera

Re: Download Extension

Post by ivailo95 »

Midway wrote: 18 Apr 2015, 20:27 You have the last version here http://phpbb3.oxpus.net/app.php/dl_ext/ ... l&df_id=21
PAGE_NOT_FOUND
Feed like a disease
And bring them to their knees
They'll pay for their deceit

User avatar

Topic Author
Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Download Extension

Post by Midway »

ivailo95 wrote: 28 Jun 2018, 09:11
Midway wrote: 18 Apr 2015, 20:27 You have the last version here http://phpbb3.oxpus.net/app.php/dl_ext/ ... l&df_id=21
PAGE_NOT_FOUND
https://www.phpbb.de/community/viewtopi ... 9&t=233134

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Download Extension

Post by martin »

His dont work on php 7.2.X (fresh install of this ext) acp section gives a blank page and downloads page a debug :rolling: who wants a working version :whistl:
this line needed to be updated to work on php 7.2.X
If (sizeof($dl_index) > 0 && is_array($dl_index))
to this
if (is_array($dl_index) > 0 && sizeof($dl_index))
oxpus_dlext_7_3_1.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Android Chrome

Re: Download Extension

Post by dmzx »

:wtf:

Post Reply Previous topicNext topic