Please Log in or Create an account to join the conversation.
I've no idea what you mean here. That trigger is fired when a new media entry is created. This will always be the case.I also noticed that the trigger gallery_onAfterCreateItem acts once the document is uploaded and not once it's terminated. Is it possible to act when the user clicks on terminate instead ? so that if it does not follow the process we wouldn't have lost items
Please Log in or Create an account to join the conversation.
Sorry I forgot that the Cancel button is not the one that confirms the loading but only reverts to the profile page...I've no idea what you mean here. That trigger is fired when a new media entry is created. This will always be the case.
Please Log in or Create an account to join the conversation.
Yes, the create trigger is fired when new media is created and the update trigger is fired when media is edited.Are the triggers gallery_OnAfterCreateitem and gallery_OnAfterUpdateItem enough to deal with all the cases where the users edit the item and its privacy ?
Files are protected by htaccess permissions. They cannot be accessed directly. They must be output by PHP, which is done with the output function as follows.Also if I want to send the file, is $document = $variables->path(); to access it and post it ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.