Shahjada
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Need absolute path of attached fileTo get file path, you need to use:
$files = get_package_data($package_id, "files"); $filepath = $files[0]; if(!file_exists($filepath)) $filepath = UPLOAD_DIR.$filepath;Now
$filepathvariable has the absolute path of attached file.Forum: Plugins
In reply to: [Download Manager] Add support for Onedrive?onedrive add-on will have 2 version ( basic and advanced ), basic version is coming very soon but it will not have any such protection.
Forum: Plugins
In reply to: [Download Manager] Hook after_download doesn't workYou can use
after_downloadaction hook for such purchase, the hook triggers after file download completed successfully and at the end it simply will terminate the execution. Any type of redirection or extra output may interrupt download process.Forum: Plugins
In reply to: [Download Manager] Enter Password boxin that case you need to change that in /languages/wpdmpro.po file
Forum: Reviews
In reply to: [Download Manager] Well done, but there are some things to work on.1. [wpdm-all-packages] doesn’t require that add-on, however the add-on featured explained here http://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/
3. If you have question you may post here http://www.wpdownloadmanager.com/support/forum/download-manager-free/ , it is open.
4. here it is https://www.evernote.com/l/AV3X1WBI4bZO8Z3jSNMcTEBMpWkMRrMl0JsB/image.png , we thought it is big enough to notice at first look 😉Forum: Reviews
In reply to: [Download Manager] Well done, but there are some things to work on.1. as well as [wpdm-all-packages] short-code, the extended short-code add-on include some other short-codes too, most of those short-codes requires additional js/css file to enqueue, so kept those additional features as separate add-on to keep the plugin clean.
2. Actually as you said, it will be possible to keep separate option for different theme conflict :), but we will add option for disable font-awesome with next update as most themes already has it included. Still if your theme is font awesome properly, there shouldn’t have any conflict.
Forum: Plugins
In reply to: [Download Manager] remove extra 'categories' after uninstall?if you already removed wpdm, then it is not related to wpdm actually.
Forum: Plugins
In reply to: [Download Manager] Add support for Onedrive?download manager doesn’t have any such limitation, but file size or php execution timeout limit is simply controllable from your server.
But when you are using cloud storage systems, full URL disclosure depends on the cloud system, such as, for Amazon s3, it generate a temporary ( with 30 mins expiration time ) download url.
you may try disabling bootstrap from download manager settings.
Forum: Plugins
In reply to: [Download Manager] Excel Icons don't show in All Packages Table ShortcodeFor now, please go to
plugins/download-manager/file-type-icons/dir and renamexlsx_win.pngtoxlsx.pngand make another copy of the file and name it toxls.png, however I’ve adjusted it for next update.Forum: Plugins
In reply to: [Download Manager] Attaching file not possible – faileds to open streamif
/wp-content/uploads/download-manager-files/is 755 mode, it should work fine, but sometimes depending on some hosting, it requires to be 777 .Forum: Plugins
In reply to: [Download Manager] Add support for Onedrive?1. Yes, we have plan to add one drive very soon.
2. Will be available within next month.Usually in theme description, developer mention it or from page source.
Yes, if your theme already using it you may need to disable at least bootstrap js to avoid javascript conflict.
Forum: Reviews
In reply to: [Download Manager] NEVER UPDATES – HAVE TO MANUALLY UPLOAD 100% of TIMESo, it looks like, you even don’t need the solution or support ( your posted in support forum after your wrote the review, anyhow, we replied within 1 hour with solution ), however thanks for your time.