After updating the download manager the filenames changed. after downloading a file the wpdml changes the original filename and adds the url in front of it. how can i change this
Here is the code for after login redirection. It goes to your theme function file.
add_action( 'template_redirect', 'wpdm_login_redirect' );
function wpdm_login_redirect(){
if( is_user_logged_in() && get_the_ID() == get_option('__wpdm_login_url') ):
wp_redirect( home_url('/') );
exit();
endif;
}
Or for login in the download page, use the settings option “Show Only login form”. Then the user will be redirected to the same page after login. But for registration the functionality is different. You can use the custom action for that.
Thanks
This reply has been marked as private.
Hi there,
When the user is already registered they need to log in to download the package file. So after login, they will be redirected to the same page.
For registering they are redirecting to the registration page. Where after successful registration, they will be redirected to dashboard. This is default settings.
for changing the redirect URL change this in settings login required message field message.
http://example.com/login-page/?redirect=[this_url]
If you want to add a custom action to login redirect method check this post. https://wordpress.org/support/topic/how-to-redirect-already-logged-in-users/
Thanks
This reply has been marked as private.
How do I upload download manager records from css using the CSV Import Add-on when. the records point to a url not a specific file. I could not find a field to map the url to. I tried mapping it to the wpm:files field but this did not work.
Thank you Mr.Shahriar.
I got it Cancel and Success URL, am asking is there any predefined URL is required or just user dashboard URL?
If you don’t mint please fix following issues which I faced.
1. I Created a package and I can see it fine when I do a preview and publish. However, when someone views as a subscriber/visitor, the table of packages isn’t listed and the subscriber sees the error “you are not allowed”. I assign Allow access “All visitors”.
2. Is there any plugin/add-on support for user registration approve?
Thanks in advance!
Cancel and success URLs are used to redirect to your site from PayPal. And as the names suggest two URLs are used in two different cases. Successful and Failed transaction.
I am checking the expire date issue and will add the fix in your site as soon as the solution.
Sorry for the delayed reply. Somehow missed your reply.
You can attach pdf directly if instead of adding URL. Attached files are secure, a customer can download files only if they purchased it.
You can use Default Values add-on to apply email lock by default for all new packages. To add lock in old packages you have to go one by one.
The user can view their download history from dashboard history tab. Dashboard shortcode is [wpdm_user_dashboard flaturl=0]
1 ) Create a custom link template from Downloads Template page. You can clone an existing template from that page and edit on top of it. Remove all data that is not important for you ( i.e. version, date, download count etc ). Also remove [page_url]
and [page_link]
template tags those exists there. That will remove all link to the details page.
When inserting the category shortcode select this custom template as your link template. Install TinyMCE add-on to insert shortcode easily.
2 ) You can also modify the details page ( http://rodribv.com/download/test-bestand/ ) by using a custom page template.
This reply has been marked as private.
The suggestion above was for the Extended Shortcodes add-on, not the core Download Manager plugin. You can add custom icons by adding the URL instead if selecting an existing one.
Indexing depends on your package. Search engines don’t index files directly from WPDM storage location because WPDM doesn’t serve downloads using actual file path. If you check the download URL you will get the idea, it uses post id to serve downloads. So, file indexing is not an issue actually when you delete a package.
You don’t have to use outside tool like FTP client. I suggested it as just another option. You can use File Manager add-on which is an extension of WPDM. Using this add-on you can manage your files from Dashboard Downloads File Manager page.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
You can do this using Advanced Custom Fields add-on and a custom link/page template.
Here are the steps to link Developer name with URL,
1 ) Create 1 text custom fields and another URL custom field. Set name and URL in respective fields when creating the package.
2 ) In your custom template use this format to add link to the text <a href="[acf_ACF_url]">[acf_ACF_Text]</a>
I use WPDM to share free software and games for users (and planning to sell any). What I and many people need is a new space to fill the Developer Name and URL. Can this be done? I’ve tried to use advance costum Field add-ons, but it does not work as I expected.
See the Example from attachment. Please, help me and other user facing the same problem :’)
I just heard from Stripe, and they said the LogoURL error is coming from the Stripe plugin:
“I have taken a look at your account and I can confirm that there is no problem on our side, however, looking at your error message it does sound like that there is an error with your third-party integration. I hate to redirect you but I believe the best course of action would be if you got in touch with your developers as it is not a typical error message that Stripe would send to the users.”
So now there are 2 issues, the blank page in Safari, and the LogoURL error in the Stripe Add-on plugin.
We cannot allow FTP access, however we would be able to package the site and send it to a secure address for you to work on it and then return the code. We also were able to pull the following error log. Please advise on the next steps to resolve this issue
Error log:
PHP Notice: get_theme_data is deprecated since version 3.4! Use wp_get_theme() instead. in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/functions.php on line 3384, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Constant SCRIPT_DEBUG already defined in /amimono/wwwroot/overture.informaticsinc.com/wp-config.php on line 83, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Constant WP_DEBUG_LOG already defined in /amimono/wwwroot/overture.informaticsinc.com/wp-config.php on line 85, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Undefined index: contact-form-7 in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/class.wp-scripts.php on line 201, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Trying to get property of non-object in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/class.wp-scripts.php on line 201, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: get_bloginfo was called with an argument that is deprecated since version 2.2! The home
option is deprecated for the family of bloginfo()
functions. Use the url
option instead. in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/functions.php on line 3501, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Undefined index: contact-form-7 in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/class.wp-scripts.php on line 201, referer: http://overture.informaticsinc.com/download/test-package/
PHP Notice: Trying to get property of non-object in /amimono/wwwroot/overture.informaticsinc.com/wp-includes/class.wp-scripts.php on line 201, referer: http://overture.informaticsinc.com/download/test-package/
You can add custom css to change the color. Please send me the URL. I will suggest you required css.
Was this issue resolved? I am having the same issues as described by Scott. Anytime I add a new package after the initial bulk upload, it does not display in alphabetical order. I created a dummy package with just a title and added it to a category. I am running WPDM 4.7.1. You can see how the issues described by Scott are still occurring at the below URL.
PROMOTIONAL DOCUMENTS