Razvan Aldea
Razvan Aldea
Created a new issue here : https://github.com/WPChill/download-monitor/issues/1538
This one would go with the user account area, the remaining downloads and on which downloads you have access ( issues from DLM AAM ). Maybe it would be better...
This sounds more like a "Filters" extension rather than taxonomies. But we can go with the "Filter Group and Filter" type of conditioning in order to achieve more complex filter...
@giucu91 could you please take a look at this when you have time?
Going to remove this from the Milestone, going to do this when Gutenberg evolves a little so we can change the subtype and icon.
The creation of No Access page has already been implemented. The pages for the shop will also be created automatically once we re-make the shop functionality.
@cristianraiber @giucu91 is this still a thing?
For adding files to a Download a new Version is needed to be created ( new DLM_Download_Version() - https://github.com/WPChill/download-monitor/blob/master/src/Version/Version.php ) and afterwards it needs to be added to the DB...
An example would be: ```php function () { $download = new DLM_Download(); $download->set_author( 0 ); $download->set_title( 'Programmatically Created Download' ); download_monitor()->service( 'download_repository' )->persist( $download ); $version = new DLM_Download_Version(); $version->set_download_id(...
@cristianraiber sigur ca putem :D