<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
SpIdErPiGgY
Users
Posts: 117 Joined: 04 Feb 2021, 23:54
Post
by SpIdErPiGgY » 11 Feb 2021, 22:40
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
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 11 Feb 2021, 22:41
Dont use php 8 then.
SpIdErPiGgY
Users
Posts: 117 Joined: 04 Feb 2021, 23:54
Post
by SpIdErPiGgY » 12 Feb 2021, 01:17
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?
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 12 Feb 2021, 13:30
Yes it's supported (not fully) by php but may give errors
SpIdErPiGgY
Users
Posts: 117 Joined: 04 Feb 2021, 23:54
Post
by SpIdErPiGgY » 12 Feb 2021, 15:47
It's okay, the 1.0.2 version works
dmzx Online
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 23 Mar 2021, 14:36
First post updated.
wads24
Donator
Posts: 125 Joined: 19 Mar 2017, 19:30
Post
by wads24 » 23 Mar 2021, 18:50
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
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 24 Mar 2021, 00:30
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.
dmzx Online
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 24 Mar 2021, 07:03
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:
martin
Admin
Posts: 5105 Joined: 06 Apr 2014, 16:12
Post
by martin » 24 Mar 2021, 11:01
Forgot about that option as i dont use it.
wads24
Donator
Posts: 125 Joined: 19 Mar 2017, 19:30
Post
by wads24 » 26 Mar 2021, 18:04
Ok. What about right after they upload the image to automatically and close the upload popup
Maclobster
Users
Posts: 80 Joined: 26 Apr 2020, 20:26
Post
by Maclobster » 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
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM
dmzx Online
Founder
Posts: 6464 Joined: 13 Jan 2014, 21:45
Post
by dmzx » 03 Apr 2021, 12:25
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
there is for now only the button see
Image Upload
Beer
Users
Posts: 9 Joined: 30 Apr 2019, 08:29
Post
by Beer » 04 Apr 2021, 10:53
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 %}
wads24
Donator
Posts: 125 Joined: 19 Mar 2017, 19:30
Post
by wads24 » 05 Apr 2021, 17:28
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