Shahjada
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Sorting files into foldersFor now, you can see from which IP user downloading an item. Soon, we shall add username / email instead of IP when logged in users download.
Forum: Plugins
In reply to: [Download Manager] Download Short-code – Change from ID to Download TitleSorry, that is not possible. BTW, you can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
Forum: Plugins
In reply to: [Download Manager] Attached file is missing/deletedMay you please post here http://www.wpdownloadmanager.com/support/forum/download-manager-free/ , I need to check the issue in your installation.
Forum: Plugins
In reply to: [Download Manager] “Enable Password Lock” not functioning after last updateIssue fixed and plugin updated 🙂
Forum: Plugins
In reply to: [Download Manager] Customize login form?Yes, here is how:
https://codex.wordpress.org/Plugin_API/Action_Reference/login_form
Or you can copy create a dir nameddownload-managerinside your active theme dir, copy/plugins/download-manager/tpls/wpdm-login-form.phpto[ative-theme]/download-managerand modify it as per your need.Forum: Plugins
In reply to: [Download Manager] auto store files with file name to spec. foldersWordPress Download Manager Premium Version Has a similar feature. You can point a dir to a package ( download manager post ), You can add any file with dir or remove any file from there, it will be automatically included / excluded from that package.
Front-end view: https://www.youtube.com/watch?v=UWIOIbN8IOo1.
That is the base function of this plugin, so, not possible to disable2.
Not yet3.
In same session, if user click on same download link even 1000s times, it actually will be counted as 14.
Possible by querying from download history, But, not implemented yet.Forum: Plugins
In reply to: [Download Manager] can not see template optionI meant, you may read the installed add-ons usage/docs in following urls:
http://www.wpdownloadmanager.com/download/wpdm-button-templates/
http://www.wpdownloadmanager.com/download/wpdm-page-templates/Forum: Plugins
In reply to: [Download Manager] Disable paginationto show all packages ( remove pagination ), you may use parameter
items_per_page=-1oritems_per_page=99999999with short-code.
Docs:
http://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/Forum: Plugins
In reply to: [Download Manager] FontYou may add following css at the end of your themes style.css:
.w3eden * { color: #ffffff !important; } .w3eden .thumbnail { background: transparent !important; border:0; }Forum: Plugins
In reply to: [Download Manager] After migration (broken link, disable to update)Please give me your URL to check.
Forum: Plugins
In reply to: [Download Manager] can not see template optionPlease check their usage here:
http://www.wpdownloadmanager.com/download/wpdm-button-templates/
http://www.wpdownloadmanager.com/download/wpdm-page-templates/Forum: Plugins
In reply to: [Download Manager] Disable paginationwhich short-code you are using there? please give me your URL to check.
Forum: Plugins
In reply to: [Download Manager] FontPlease give me your URL to check and suggest required css change.
Sorry, that is not possible with that short-code