3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
martin
- Admin

- Posts: 5139
- Joined: Apr 6th, '14, 14:12
Re: Image Upload
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
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;
}
}
-
IgorCher
- Users

- Posts: 6
- Joined: Dec 18th, '21, 20:49
Re: Image Upload
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.
-
martin
- Admin

- Posts: 5139
- Joined: Apr 6th, '14, 14:12
Re: Image Upload
In that case this is what your after https://www.phpbb.com/community/viewtop ... &t=2275146
-
IgorCher
- Users

- Posts: 6
- Joined: Dec 18th, '21, 20:49
Re: Image Upload
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.
-
IgorCher
- Users

- Posts: 6
- Joined: Dec 18th, '21, 20:49
Re: Image Upload
Is it possible to make users create their albums (folders) in downloads? So that they can sort their images.
-
dimassamid
- Users

- Posts: 7
- Joined: Jun 2nd, '19, 15:53
Re: Image Upload
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?
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?
-
lause74
- Users

- Posts: 3
- Joined: Feb 6th, '20, 18:48
Re: Image Upload
Das deutsche Sprachpaket (Version 1.1.8)
You do not have the required permissions to view the files attached to this post.
-
max-ima
- Users

- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Image Upload
When I click on the link image it is missing to translate 

-
Salva66
- Users

- Posts: 8
- Joined: May 6th, '17, 20:51
Re: Image Upload
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.
All about crime: Allcrime.watch. Die Kriminalplattform
-
max-ima
- Users

- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Image Upload
ThanksSalva66 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.
-
max-ima
- Users

- Posts: 139
- Joined: Mar 25th, '22, 06:11
Re: Image Upload
Tested on 3.3.7 and works. Thanks
-
max-ima
- Users

- Posts: 139
- Joined: Mar 25th, '22, 06:11
-
kozakserwis
- New user

- Posts: 1
- Joined: Apr 30th, '22, 08:46
Re: Image Upload
Hello. How can I insert IMG-Upload button under post?

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

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

- Posts: 5139
- Joined: Apr 6th, '14, 14:12
Re: Image Upload
Turn off the posting button and make sure the navigation icon is enabled.
You do not have the required permissions to view the files attached to this post.
Subscribers