Shahjada
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Adding a “View” + “Download” option?You can use any one, view or download.
Add following code at the end of your active theme’s functions.php:
function noindex_for_wpdm() { if ( is_singular( 'wpdmpro' ) ) { echo '<meta name="robots" content="noindex, nofollow">'; } } add_action('wp_head', 'noindex_for_wpdm');Forum: Plugins
In reply to: [Download Manager] Registration spam preventionYes, use short-code
[wpdm_reg_form autologin=false captcha=true verifyemail=true]Forum: Plugins
In reply to: [Download Manager] Is there an action for when a file is uploadedHi,
Sorry for delayed reply. Seems like WordPress forum showing support post randomly without proper order.
However, on next update we are adding a new hook (action “wpdm_before_upload_file” and filter “wpdm_after_upload_file”). I shall post you doc links soon.Forum: Plugins
In reply to: [Download Manager] Disable forced generatorSorry, no such option is available with plugin. But you can add following code at the end of your theme’s funcitons.php to remove generator tag:
remove_action('wp_head', 'wp_generator', 999);Forum: Plugins
In reply to: [Download Manager] Google Drive 403 error in Chrome browserYou need to make that file public from google drive.
http://prntscr.com/ehweqyForum: Plugins
In reply to: [Download Manager] Sorting files into foldersSorry, ( directory import & csv import ) options are only available with pro version.
Forum: Plugins
In reply to: [Download Manager] Sorting files into foldersYou can upload all files in
/uploads/download-manager-files/dir using FTP, then you can attach those using server file browser ( Admin Menu >> Downloads >> Add New ). But we have a pro version with CSV import option and have an advanced CSV import add-on.Forum: Plugins
In reply to: [Download Manager] Toolbar style changed after upgrading to 2.9.42Sorry no, but we have restored it for next update (v2.9.46)
Forum: Plugins
In reply to: [Download Manager] GitHub project for collaborationHi,
Sorry for delayed reply, please mail meshaon [at] w3eden.comif you like to discuss details.Forum: Plugins
In reply to: [Download Manager] Custom taxonomySorry, no such option available.
Forum: Plugins
In reply to: [Download Manager] Forcing downloads rather than previewExtremely sorry for the delay. somehow we missed your post. However, for now, please open
/plugins/wpdm-dropbox/wpdm-dropbox.phpand replacelinkType: "preview",withlinkType: "direct",. We shall add it as an plugin option with the next update.Forum: Plugins
In reply to: [Download Manager] [wpdm_tree] Tree functionality broken?The add-on menu will not work if curl is disabled on your server.
Forum: Plugins
In reply to: [Download Manager] TranslatingIssue fixed.
Forum: Plugins
In reply to: [Download Manager] Italian language translation problemPlease post here http://www.wpdownloadmanager.com/support/forum/download-manager-pro/ for pro support.