V1.1.0
Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.
3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Image Upload
-
martin Online
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
wads24 wrote: 18 Aug 2020, 06:16 Question....
I changed admin settings and turned on setting
Enable mChat image posting: Yes.
When I click the insert image button it inserts image as:.I would like it to include domain name because it's not working with phpBB Extension - External images as link 1.2.0 extension without the domain name.Code: Select all
[img]./ext/dmzx/imageupload/img-files/a2721778744.jpg[/img]
How can I have it post as the below?Code: Select all
[img]https://domain.com/ext/dmzx/imageupload/img-files/a2721778744.jpg[/img]
Also the image source is adding an extra / after img-files
Example:Code: Select all
https://www.domain.com/ext/dmzx/imageupload/img-files//2/dfed753/e358a6c/6f22059559.png
I just tested this and found no issue the first 2 images are hosted on my server the 3rd (link) is hosted on dmzx server as you can see it works as intended.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
Hi Martin...
Are you using image upload v1.1.0 and have the phpBB Extension - External images as link 1.2.0 extension and mChat
Version 2.1.3?
When I try to update to v1.1.3 for image upload I get this error...
Fatal error: Maximum execution time of 30 seconds exceeded in /domain.com/includes/functions_compress.php on line 439
Are you using image upload v1.1.0 and have the phpBB Extension - External images as link 1.2.0 extension and mChat
Version 2.1.3?
When I try to update to v1.1.3 for image upload I get this error...
Fatal error: Maximum execution time of 30 seconds exceeded in /domain.com/includes/functions_compress.php on line 439
-
martin Online
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
Image upload Version 1.1.3
mchat 2.1.4-RC1 (nothing to do with mchat)
external images as links Version 1.2.0
update your image upload and see.
mchat 2.1.4-RC1 (nothing to do with mchat)
external images as links Version 1.2.0
update your image upload and see.
-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
How can we fix the problem with the Pagination / Recent Topic? As far as I can tell, the problem is still there, even with image upload 1.1.3 and Recent Topics 2.2.14
I ask for instructions for this. Or should I have overlooked the bugfix? Thanks.
I ask for instructions for this. Or should I have overlooked the bugfix? Thanks.
-
If you want to get German translations for extensions: ask me.
If you want to get German translations for extensions: ask me.
-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...
I then disabled extension, deleted extension folder and upload newest version... Backed up images also
I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below
Any ideas how to fix that?
I then disabled extension, deleted extension folder and upload newest version... Backed up images also
I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below
Code: Select all
https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png-
dmzx Online
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
So you did install a clean v1.1.3 right? and did not do anything with that code right?wads24 wrote: 20 Aug 2020, 02:01 Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...
I then disabled extension, deleted extension folder and upload newest version... Backed up images also
I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below
Any ideas how to fix that?Code: Select all
https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png
-
Maclobster
- Users

- Posts: 80
- Joined: 26 Apr 2020, 20:26
Re: Image Upload
Thank you 
“A man searching for the Lost Paradise, can seem a fool to those who never sought the other world.”
-JM
-JM
-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
I upgraded from previous version...dmzx wrote: 20 Aug 2020, 08:30So you did install a clean v1.1.3 right? and did not do anything with that code right?wads24 wrote: 20 Aug 2020, 02:01 Okay, so I removed the "//" and replaced e with "/" that were training img-files with find and replace in phpmyadim...
I then disabled extension, deleted extension folder and upload newest version... Backed up images also
I enabled extension... It times out... I tried again and it was enabled... But now some of the images is are missing the "/" now and so they are missing. Example of source of image below
Any ideas how to fix that?Code: Select all
https://www.cb.com/ext/dmzx/imageupload/img-files4bdd73d80569acb66a85564b9ed88e63.png
-
stone23
- Users

- Posts: 46
- Joined: 07 Nov 2018, 17:44
Re: Image Upload
Yes:
Just open the file dmzx/imageupload\core\functions.php
Find (line 226):
Code: Select all
'IMAGEPATH' => $board_url . '/ext/dmzx/imageupload/img-files' . $file_name,Code: Select all
'IMAGEPATH' => $board_url . '/ext/dmzx/imageupload/img-files/' . $file_name,-
Scanialady
- Users

- Posts: 310
- Joined: 06 Apr 2015, 18:04
Re: Image Upload
This problem does not change with Image Upload 1.1.4 - the same issue as before with Recent Topics.seacoast wrote: 09 May 2020, 23:34Yes confirmed it....when I disable recent topics the issue goes away.dmzx wrote: 09 May 2020, 18:00What is the conflict?seacoast wrote: 09 May 2020, 17:59 I think there might be a conflict with this ext.
https://github.com/sajaki/RecentTopics
Recent topics ON looks like this:
recenttopicON.png
Recent topics OFF looks like this:
recenttopicOFF.png
In addition, if I change the number of pages to 1 in recent topics, the problem goes away.
-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
How do I fix the responsiveness issue on mobile devices?
Any chance can add script to automatically post like the post image. Org extension does?
Is there a watermark feature?
Any chance can add script to automatically post like the post image. Org extension does?
Is there a watermark feature?
Last edited by wads24 on 25 Sep 2020, 23:41, edited 1 time in total.
-
martin Online
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
This is how I see it
No water mark option yet.
Edit now have it like this on mobile.
Edit now have it like this on mobile.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
wads24
- Donator

- Posts: 125
- Joined: 19 Mar 2017, 19:30
Re: Image Upload
Scroll to the rightmartin wrote: 25 Sep 2020, 21:32 This is how I see it Screenshot_20200925-203109_Chrome.jpg
No water mark option yet.
Edit now have it like this on mobile.
Screenshot from 2020-09-25 20-57-44.png