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

3.2 & 3.3 Extensions Database 3.2 / 3.3Image Upload

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
Previous topicNext topic
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5106
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Image Upload

Post by martin »

Simple answer is no.

Yes it can be done but the amount of updating it would require is just not worth the effort.
Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

IgorCher
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Dec 18th, '21, 20:49
    Windows 10 Chrome

Re: Image Upload

Post by IgorCher »

And even for a fee? :eyes2:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5106
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Image Upload

Post by martin »

There is a few things to take into account

1 does the board use the lightbox ext ?
2 server side is buggy as every one has a different server

3 It could be resized via a browser this is easy to implement

example

Code: Select all

@media all and (min-width : 350px) and (max-width : 950px) {
	.postimage { 
	      max-width: 90% !important;
              max-height: 90% !important; 
	    }
}

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

IgorCher
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Dec 18th, '21, 20:49
    Windows 10 Chrome

Re: Image Upload

Post by IgorCher »

There is imgsliders it reduces the image itself, but only on the screen. But it is uploaded to the server in full size, taking up a lot of space. We need a setting in ACP, which adjusts the size of the pictures (width), as it is implemented in the attachments.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

martin
Admin
Admin
Status: Offline
User theme: Dark
Posts: 5106
Joined: Apr 6th, '14, 14:12
    Linux Chrome

Re: Image Upload

Post by martin »

In that case this is what your after https://www.phpbb.com/community/viewtop ... &t=2275146

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

IgorCher
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Dec 18th, '21, 20:49
    Windows 10 Chrome

Re: Image Upload

Post by IgorCher »

Thanks! This is not what you need. It is necessary for the images loaded by your extension to automatically resize on disk, according to the width settings.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

IgorCher
Users
Users
Status: Offline
User theme: Dark
Posts: 6
Joined: Dec 18th, '21, 20:49
    Windows 10 Chrome

Re: Image Upload

Post by IgorCher »

Is it possible to make users create their albums (folders) in downloads? So that they can sort their images.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

dimassamid
Users
Users
Status: Offline
User theme: Dark
Posts: 7
Joined: Jun 2nd, '19, 15:53
    Windows 10 Chrome

Re: Image Upload

Post by dimassamid »

Hello,

When i try to break line in the mchat (Ctrl + Enter) the Imageupload page opens in the new tab. You can check it out here: mchat

Could you help please with this? :smile:

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

lause74
Users
Users
Status: Offline
User theme: Dark
Posts: 3
Joined: Feb 6th, '20, 18:48
    Windows 10 Chrome

Re: Image Upload

Post by lause74 »

Das deutsche Sprachpaket (Version 1.1.8)
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

max-ima
Users
Users
Status: Offline
User theme: Dark
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Re: Image Upload

Post by max-ima »

When I click on the link image it is missing to translate Image

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

Salva66
Users
Users
Status: Offline
User theme: Dark
Posts: 8
Joined: May 6th, '17, 20:51
    Windows 7 Firefox

Re: Image Upload

Post by Salva66 »

max-ima wrote: Mar 26th, '22, 18:03 When I click on the link image it is missing to translate Image
In der Vorgängerversion lag das an der Datei "ext/dmzx/imageupload/styles/prosilver/template/copy.js". Ich denke mal, dass das in der aktuellen Version auch so ist.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

max-ima
Users
Users
Status: Offline
User theme: Dark
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Re: Image Upload

Post by max-ima »

Salva66 wrote: Mar 27th, '22, 23:14 In der Vorgängerversion lag das an der Datei "ext/dmzx/imageupload/styles/prosilver/template/copy.js". Ich denke mal, dass das in der aktuellen Version auch so ist.
Thanks

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

max-ima
Users
Users
Status: Offline
User theme: Dark
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Re: Image Upload

Post by max-ima »

Tested on 3.3.7 and works. Thanks

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

max-ima
Users
Users
Status: Offline
User theme: Dark
Posts: 139
Joined: Mar 25th, '22, 06:11
    Windows 10 Firefox

Re: Image Upload

Post by max-ima »

Image Upload_1.1.8 -Slovenian.zip
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/src/Template.php on line 359: Array to string conversion
Array

kozakserwis
New user
New user
Status: Offline
User theme: Dark
Posts: 1
Joined: Apr 30th, '22, 08:46
    Windows 10 Firefox

Re: Image Upload

Post by kozakserwis »

Hello. How can I insert IMG-Upload button under post?
Image

And how to open upload window in new window, but no new tab?

Previous topicNext topic