-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image owner is not set at upload #121
Comments
I have also experienced that. But it does not matter for me. |
Hi, the image owner is only set when uploading in the frontend, as it was thought that only the admin uploads in the backend anyway. If necessary, you can quickly change the owner via batch editing in the backend. Regards |
I have multiple users that use the editor button in the frontend to upload images. I do not always know who has uploaded the image. I can see if i can make a pull request to add the user to the plugin but joomgallery is a bit more complex then the plugins and modules that i make. :) |
Never realized that the JoomPlu upload is using the Backend uploader... |
Sorry I found out that I'm talking nonsense. At which joomgallery php files should i look to add also a username from the backend? |
Take a look here: JoomGallery/administrator/components/com_joomgallery/helpers/upload.php Lines 2384 to 2392 in d8d1fb9
|
@MrMusic thanks for the direct link. This is all what needed to always set the user.
Is there a change it gets in the official release or do I need to apply it as my own mod? |
I don't think this will come in JoomGallery 3. For backward compatibility a new configuration option would have to be created, etc. |
Thats also fine, I will edit the file at my own installation. It`s not a big deal if I forget the mod for a few days after an update. |
Behavior
When uploaden an image from the backend or the editor button the owner is not set. So i cannot see who had uploaded the picture.
Only when using the menu item user panel for upload the owner gets set.
Expected
Evertime and way an image is uploaded the owner is set.
Do i overlook some reason why it is not set?
info:
Joomgallery 3.6.0
Joomla 3.10.11
The text was updated successfully, but these errors were encountered: