Page 2 of 9

Re: [3.1][3.2][DEV] Image Upload

Posted: Thu Feb 16, 2017 9:00 pm
by canonknipser

Re: [3.1][3.2][DEV] Image Upload

Posted: Fri Feb 17, 2017 10:29 pm
by null2
There is a name conflit between these 2 extensions:

https://www.phpbb.com/customise/db/extension/postimage/
and
viewtopic.php?f=456&t=2407621

Re: [3.1][3.2][DEV] Image Upload

Posted: Fri Feb 17, 2017 11:45 pm
by dmzx
null2 wrote: Fri Feb 17, 2017 10:29 pm There is a name conflit between these 2 extensions:

https://www.phpbb.com/customise/db/extension/postimage/
and
viewtopic.php?f=456&t=2407621
Extension name is the same, what is the conflict?

Re: [3.1][3.2][DEV] Image Upload

Posted: Sat Feb 18, 2017 12:51 am
by null2
Name conflit! Its not obvious to know what is what.

Re: [3.1][3.2][DEV] Image Upload

Posted: Sun Feb 19, 2017 11:30 pm
by german-german
I'm a fan of your work, I apreciate It

Thanks

Re: [3.1][3.2][DEV] Image Upload

Posted: Mon Feb 20, 2017 9:29 am
by spinecki
canonknipser wrote: Thu Feb 16, 2017 9:00 pm Learn about chmod file permissions
I understand which number is what.
My problem is that after uploading an image, it does not have 0644, 0755 or whatever.
File permissions are being reset to 0600... and it is not my hosting fault.

Re: [3.1][3.2][DEV] Image Upload

Posted: Mon Feb 20, 2017 11:25 am
by canonknipser
Depending on your server setup, you don't need the "group" and "other" part of the permissions. So a "00" in those parts is not wrong in that case.

If your images are actually showing up, don't bother.

If it is a problem also with "regular" attachments, maybe it's worth to investigate it further.

If it is a problem with files uploaded by this extension, you need to contact the extensions author; maybe the extension handles file permissions different from the regular phpBB-attachment system.

Re: [3.1][3.2][DEV] Image Upload

Posted: Sat Mar 04, 2017 4:57 pm
by MagicalFire
dmzx after uploading the file I Error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/imageupload.php on line 223: getimagesize(./ext/dmzx/imageupload/files//ef8de9a2c474100e4ac2e40d346d80b8.jpg): failed to open stream: Permission denied
besides how to remove a link from the menu
and in ACP I have an error

Code: Select all

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 196: getimagesize(./../ext/dmzx/imageupload/files/ef8de9a2c474100e4ac2e40d346d80b8.jpg): failed to open stream: Permission denied
[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/imageupload/controller/admin_controller.php on line 196: getimagesize(./../ext/dmzx/imageupload/files/45719198abb5a854eb6355776bff40ea.jpg): failed to open stream: Permission denied

Re: [3.1][3.2][DEV] Image Upload

Posted: Sat Apr 01, 2017 4:25 am
by pappy1961
Subscribed

Re: [3.1][3.2][DEV] Image Upload

Posted: Fri Apr 07, 2017 2:31 pm
by Aros010
Fantastic extension, working excellent!

Re: [3.1][3.2][DEV] Image Upload

Posted: Mon Apr 10, 2017 8:58 am
by leschek
darren.cb wrote: Thu Feb 09, 2017 10:43 pm Amazing! Will there be a feature for users to manage their own images? This was a mod a while back on a board I had seen... Every user was displayed a dropdown of all his/her previously uploaded images to pick from in the event they needed to re-post the images (or lost the link between the time they uploaded and went to post). Just a thought.

Also, what about the possibility of adding an "add image to post" link under the quick-reply (or PM or full editor) text area that opened the image upload page in a smaller pop-up window for quickly adding images to posts?
exactly what I thought when I installed it on my test board.
Plus one more thing. When I upload image, it is displayed in full size. Would be nice to have there some smaller preview (maybe with size setting in ACP) and displaying full size image after click on it.

Re: [3.1][3.2][DEV] Image Upload

Posted: Mon Apr 10, 2017 4:55 pm
by pappy1961
Yes, and the ability to have the options for users to upload images into a folder they have to choose, for boards that would like to keep some uploads apart from the misc uploads.... or a special folder or 2 for certain images.....

Re: [3.1][3.2][DEV] Image Upload

Posted: Mon Apr 10, 2017 7:27 pm
by supanet
pappy1961 wrote: Mon Apr 10, 2017 4:55 pm Yes, and the ability to have the options for users to upload images into a folder they have to choose, for boards that would like to keep some uploads apart from the misc uploads.... or a special folder or 2 for certain images.....
+1 for this. :D

Re: [3.1][3.2][DEV] Image Upload

Posted: Sun Apr 23, 2017 8:26 am
by dmzx
First post updated.

Host has some problems so images will appear later ;)

Re: [3.1][3.2][DEV] Image Upload

Posted: Sun Apr 23, 2017 2:10 pm
by pappy1961
pappy1961 wrote: Mon Apr 10, 2017 4:55 pm Yes, and the ability to have the options for users to upload images into a folder they have to choose, for boards that would like to keep some uploads apart from the misc uploads.... or a special folder or 2 for certain images.....
Ideally for our uses and as such I can imagine others as well. If admin could assign different storage folders for images posted of different types... say, MAP images could be stored in a MAP folder, with the member having no permissions to overwrite or delete anything in that folder, just add and view only permissions. While other general BS images could be posted into a full access folder for general images.... Maybe even a third category folder with adjustable permissions.... This bit or organizational ability and accessibility would be spectacular.