Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

3.1 & 3.2 Extensions Database 3.1 / 3.2File Download

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

Baron
Users
Users
Posts: 3
Joined: 04 Apr 2020, 19:32
    Windows 10 Opera

Re: File Download

Post by Baron »

Hello
Can I use this great Extension with phpBB ver 3.3.0?

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Windows 10 Chrome

Re: File Download

Post by Hamidouki-dz »

Baron wrote: 06 Apr 2020, 18:18 Hello
Can I use this great Extension with phpBB ver 3.3.0?
it works very well on version 3.2.9
Last edited by Hamidouki-dz on 06 Apr 2020, 18:37, edited 1 time in total.

User avatar

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

Re: File Download

Post by martin »

Look in the 3.3 section it may be there.
Image

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Windows 10 Chrome

Re: File Download

Post by Hamidouki-dz »

No it does not work, I have errors on version 3.3.0 so I delete them currently, waiting for an update that will resolve these errors.

User avatar

Baron
Users
Users
Posts: 3
Joined: 04 Apr 2020, 19:32
    Windows 10 Opera

Re: File Download

Post by Baron »

Thank you.
It's not in section 3.3.x That's why I ask here.
I'll try it on my test board and see what happens :smile:

User avatar

Baron
Users
Users
Posts: 3
Joined: 04 Apr 2020, 19:32
    Windows 7 Opera

Re: File Download

Post by Baron »

It seems to work well in the version 3.3 :tumbsyes:

User avatar

Hamidouki-dz
Users
Users
Posts: 163
Joined: 01 Sep 2018, 11:26
    Android Chrome

Re: File Download

Post by Hamidouki-dz »

Baron wrote: 15 May 2020, 08:57 It seems to work well in the version 3.3 :tumbsyes:
so I think it has a conflict with another extension to use on my 3.3 forum

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: File Download

Post by Fast_Eddie »

Have been working on the file upload ext and was wondering if there is a way to use this ext to create a d/l link when there is no attachment in a post?
:beers: Retirement 2024!

User avatar

networker007
Users
Users
Posts: 10
Joined: 30 Dec 2020, 23:49
    Mac OS X Safari

Re: File Download

Post by networker007 »

How can i change the color of the box (different colors, i.e. for every file download), like Link bbCode Extension

thx in advanced

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: File Download

Post by Sniper_E »

I can't post code in here.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

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

Re: File Download

Post by martin »

Mod_security is enabled it needs to be off.

User avatar

Topic Author
dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: File Download

Post by dmzx »

martin wrote: 27 Jan 2021, 15:02 Mod_security is enabled it needs to be off.
Switched off so you can add it.

Code: Select all

 :thumbup: 

User avatar

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

Re: File Download

Post by martin »

Code: Select all

Now works

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: File Download

Post by Sniper_E »

I update all my ext and had to add "ssl" to my composer, your exts did not get update notice, if you ever update add ssl...

Code: Select all

		"version-check": {
			"host": "www.dmzx-web.net",
			"directory": "/versions",
			"filename": "filedownload_version.json",
			"ssl": true
		}
networker007 wrote: 03 Jan 2021, 13:03 how can i change the color of the box (different colors, i.e. for every file download), like Link bbCode Extension
You can set the color of the download box to a color in the filedownload.css file. This ext is not a bbcode for selecting colors.

Edit ext/dmzx/filedownload/styles/theme/filedownload.css

Code: Select all

dl.extra-box.orange, .big-tag.orange {
	background-image: linear-gradient(155deg, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 5%, rgb(156, 191, 208) 50%, rgb(255, 255, 255) 95%, rgb(255, 255, 255) 100%);
}
Above is my blue color for the box. Dm has orange color set in the ext filedownload. Edit that color for your style to your color preference.

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: File Download

Post by Sniper_E »

Look how pretty this extension makes a download look in the page. Beautiful Job on this extension dm!
Image I love it!

Post Reply Previous topicNext topic