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
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Maybe a shorter version:
Note: I did empty the db image_upload table so no broken images are shown in UCP and ACP
-
martin
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: Image Upload
Just go into acp and delete the images from there problem solved as you clearly messed up.

-
ivailo95
- Users

- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Image Upload
If I delete these images, they will disappear from my topics, I cannot delete themmartin wrote: 15 Dec 2019, 22:50 Just go into acp and delete the images from there problem solved as you clearly messed up.
Feed like a disease
And bring them to their knees
They'll pay for their deceit
And bring them to their knees
They'll pay for their deceit
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Now let me try to explain it to you.
1) Leave the files folder with the images so the urls dont break for your images.
2) empty the database image_upload table so no broken images are shown in UCP and ACP (this dont delete the old images)
3) Start with the new upload images so all will be in new folder img-files folder.
Nothing more there is to do.
-
ivailo95
- Users

- Posts: 918
- Joined: 02 Feb 2018, 12:04
Re: Image Upload
How can i do this
2) empty the database image_upload table so no broken images are shown in UCP and ACP (this dont delete the old images)
Where is this dir image_upload in the database?
2) empty the database image_upload table so no broken images are shown in UCP and ACP (this dont delete the old images)
Where is this dir image_upload in the database?
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Go to your database and look for image_upload and select all and delete when your are in that table.ivailo95 wrote: 16 Dec 2019, 18:31 How can i do this
2) empty the database image_upload table so no broken images are shown in UCP and ACP (this dont delete the old images)
Where is this dir image_upload in the database?
-
mh254
- Users

- Posts: 15
- Joined: 28 Jan 2016, 09:23
Re: Image Upload
I have an issue since the apth of the image folder has changed.
The images are physicaly there, i've checked the path on filessystem:
URL: https://xxxx.de/ext/dmzx/imageupload/im ... 456ff5.jpg
Image: /var/www/xxxx/ext/dmzx/imageupload/img-files/3276/554e454/b76f4ed/5b47ff6e0641dc94643464864a456ff5.jpg
But i always get this error and no image is displayed when i try to call the image directly: And this is how it looks in the post: All newly uploaded images are affected.
The images are physicaly there, i've checked the path on filessystem:
URL: https://xxxx.de/ext/dmzx/imageupload/im ... 456ff5.jpg
Image: /var/www/xxxx/ext/dmzx/imageupload/img-files/3276/554e454/b76f4ed/5b47ff6e0641dc94643464864a456ff5.jpg
But i always get this error and no image is displayed when i try to call the image directly: And this is how it looks in the post: All newly uploaded images are affected.
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
PM me url of forum to check.mh254 wrote: 31 Dec 2019, 09:18 I have an issue since the apth of the image folder has changed.
The images are physicaly there, i've checked the path on filessystem:
URL: https://xxxx.de/ext/dmzx/imageupload/im ... 456ff5.jpg
Image: /var/www/xxxx/ext/dmzx/imageupload/img-files/3276/554e454/b76f4ed/5b47ff6e0641dc94643464864a456ff5.jpg
But i always get this error and no image is displayed when i try to call the image directly:
2019-12-31_09h15_28.png
And this is how it looks in the post:
2019-12-31_09h16_49.png
All newly uploaded images are affected.
-
RobJansen
- Users

- Posts: 6
- Joined: 12 Jan 2020, 14:05
Re: Image Upload
We are setting up a new site and were thinking about using the image uploader and have it on a test forum, we are debating of using the attachments or either this one.
It is possible to make a few changes to the code?
Currently once you upload you have 4 bbcode options, is it possible to include a configuration in the ACP to change which ones are displayed?
Once thing I am missing currently is you place the URL tags with the IMG tags included so that it displays the image while it is being an URL.
It could be a fifth option?
I can make the changes to the code to make it work, but it would be better to include these in the main options as everyone can benefit and it doesn't brake while doing an update.
It is possible to make a few changes to the code?
Currently once you upload you have 4 bbcode options, is it possible to include a configuration in the ACP to change which ones are displayed?
Once thing I am missing currently is you place the URL tags with the IMG tags included so that it displays the image while it is being an URL.
It could be a fifth option?
I can make the changes to the code to make it work, but it would be better to include these in the main options as everyone can benefit and it doesn't brake while doing an update.
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
Will think of this to add in ACPRobJansen wrote: 31 Jan 2020, 11:43 Currently once you upload you have 4 bbcode options, is it possible to include a configuration in the ACP to change which ones are displayed?
So like this you mean:RobJansen wrote: 31 Jan 2020, 11:43 Once thing I am missing currently is you place the URL tags with the IMG tags included so that it displays the image while it is being an URL.
It could be a fifth option?

-
RobJansen
- Users

- Posts: 6
- Joined: 12 Jan 2020, 14:05
Re: Image Upload
That is indeed what I meant :)
It comes in pretty handy as on the forum a thumbnail is displayed automatically but if you want to at details in the image you can then click the image.
It comes in pretty handy as on the forum a thumbnail is displayed automatically but if you want to at details in the image you can then click the image.
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: Image Upload
ok will add that to the next release.RobJansen wrote: 31 Jan 2020, 12:20 That is indeed what I meant :)
It comes in pretty handy as on the forum a thumbnail is displayed automatically but if you want to at details in the image you can then click the image.