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>
User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Image Upload

Post by SpIdErPiGgY »

I'm getting this error after image upload:

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/imageupload.php on line 232: chmod(): No such file or directory
Image Uploader 1.1.4
phpBB 3.3.3
PHP 8.0.2
Image

User avatar

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

Re: Image Upload

Post by martin »

Dont use php 8 then.
Image

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Android Firefox

Re: Image Upload

Post by SpIdErPiGgY »

martin wrote: 11 Feb 2021, 22:41 Dont use php 8 then.
It's supported by phpBB... Could you update this ext, or tell me what to change?

User avatar

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

Re: Image Upload

Post by martin »

Yes it's supported (not fully) by php but may give errors :whistl:

User avatar

SpIdErPiGgY
Users
Users
Posts: 117
Joined: 04 Feb 2021, 23:54
    Windows 10 Firefox

Re: Image Upload

Post by SpIdErPiGgY »

It's okay, the 1.0.2 version works

User avatar

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

Re: Image Upload

Post by dmzx »

First post updated.

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

Love this extension...

Is there an option to delete all images By user/group/ or delete multi images at once in admin or user cp? If not... Just a suggestion

Suggestion... On index page where user can click on image to put in chat. Would it be possible to go to different page on images without reloading page?

Could you add admin feature to works like postimage extension that would automatically post BB code into forum post

User avatar

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

Re: Image Upload

Post by martin »

Upload image and a copy from clipboard button will work but then again it can also work within the forum just like it does with mchat on index.

User avatar

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

Re: Image Upload

Post by dmzx »

wads24 wrote: 23 Mar 2021, 18:50 Could you add admin feature to works like postimage extension that would automatically post BB code into forum post
There is an option to add it into the post:

Image

Image

User avatar

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

Re: Image Upload

Post by martin »

:rolling: Forgot about that option as i dont use it.

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

Ok. What about right after they upload the image to automatically and close the upload popup

User avatar

Maclobster
Users
Users
Posts: 80
Joined: 26 Apr 2020, 20:26
    Windows 10 Chrome

Re: Image Upload

Post by Maclobster »

wads24 wrote: 26 Mar 2021, 18:04 Ok. What about right after they upload the image to automatically and close the upload popup
you mean after submit image its put it right in to text area? if so love the idea :tumbsyes:
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM

User avatar

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

Re: Image Upload

Post by dmzx »

Maclobster wrote: 03 Apr 2021, 12:24
wads24 wrote: 26 Mar 2021, 18:04 Ok. What about right after they upload the image to automatically and close the upload popup
you mean after submit image its put it right in to text area? if so love the idea :tumbsyes:
there is for now only the button see Image Upload

User avatar

Beer
Users
Users
Posts: 9
Joined: 30 Apr 2019, 08:29
    Windows 10 Chrome

The loading window will open in the center of the screen

Post by Beer »

The loading window will open in the center of the screen posting_editor_submit_buttons.html

Code: Select all

{% if IMAGEUPLOAD_USE_UPLOAD and IMAGEUPLOAD_POST_ENABLE %}
<script>
//Open center window
	function popup_center(e) {
		var h = 700,
		w = 400;
		window.open(e, '', 'scrollbars=1, menubar=no, toolbar=no, location=no, height='+Math.min(h, screen.availHeight)+',width='+Math.min(w, screen.availWidth)+',left='+Math.max(0, (screen.availWidth - w)/2)+',top='+Math.max(0, (screen.availHeight - h)/2));
	}
</script>
<input type="button" class="button1" onclick="popup_center('{{ U_IMAGEUPLOAD_UPLOAD }}'); return false;" value="{{ lang('IMAGEUPLOAD_UPLOAD') }}" title="{{ lang('IMAGEUPLOAD_UPLOAD') }}" />
{% endif %}

User avatar

wads24
Donator
Donator
Posts: 125
Joined: 19 Mar 2017, 19:30
    Android Chrome

Re: Image Upload

Post by wads24 »

I deleted a file from ucp and used back two previous page button on browser and excellently deleted the same file again and it deleted the entire image files folder directory

Post Reply Previous topicNext topic