Shop
Browse premium products and latest releases.
Showing 2 results
Download Page
Downpage - module for attachments to DLE with a timer to make a separate page for download. That is, when you click on the file link, another page opens, where there is already a direct link to the file on which you can place ads or something else.Fixed bug DLE 15 And above
Price
Free
MyDownloads
WHEN DEVELOPING A DATALIFE ENGINE SITE I REALIZED THERE WAS NOT A SHORTCODE FOR DISPLAYING THE LOGGED IN USERS AVAILABLE DOWNLOADS OUTSIDE OF THE MY ACCOUNT PAGE. SO I DEVELOPED THIS SIMPLE PLUGIN WHICH ADDS THE SHORT CODE. IT IS SIMPLE AND EFFECTIVE. IT DISPLAYS THE NEWS AND THE FILE NAME IN AN UNORDERED LIST. <script src=\"https://cdn.jsdelivr.net/npm/sweetalert2@10\"></script> <script> $(document).ready(function () { $(\"#savefile\").submit(function (event) { event.preventDefault(); $.ajax({ type: $(this).attr(\'method\'), url: $(this).attr(\'action\'), dаta: new FormData(this), contentType: false, cache: false, processdаta: false, success: function (result) { //alert(result); json = jQuery.parseJSON(result); if (json.url) setTimeout(redirect, 2000, json.url); Swal.fire({ title: json.header, text: json.message, icon: json.status, showConfirmButton: false, footer: \'<a href=\"/mydownloads.html\">Browse downloaded files</a>\', }); } }); }); }); function redirect(url) { window.location.href = url; } </script>
Price
Free