Shahriar

Forum Replies Created

Viewing 25 posts - 8,776 through 8,800 (of 12,513 total)
in reply to: Is there a tutorial #55622

Shahriar
Moderator

Yes, had to add parameter flaturl=0 with short-code. ok now.

in reply to: Search field not working #55621

Shahriar
Moderator

I updated language files in your server, now showing fine: http://www.boliviasites.com/stpwp/search/

in reply to: WPDM exposing all files on multisite #55620

Shahriar
Moderator

Sorry for the delayed reply, somehow I missed your post. wpdm actually works in that way, no way to hide it from subsite, however, we shall add a network admin settings page for download manager soon, then your will be able to control file browser access in subsite.

in reply to: Direct download link shortcode #55600

Shahriar
Moderator

You can do it manually in this way:

<a href="//your-site-url/?wpdmdl=[ADD_FILE_ID]">[your custom button image or text]</a>

Or, use short-code:

[wpdm_package id="[ID]" template="link-template-button.php"]

And use the following add-on to add your custom button image:

WPDM Image Button

in reply to: Get Download Manager links to appear in Custom Fields #55599

Shahriar
Moderator

Please add:

echo do_shortcode(get_post_meta($post->ID,'pdf_download_button', true));
in reply to: Conflict With Optinmonster Plugin #55598

Shahriar
Moderator

WPDM doesn’t manage tags, it just added tag support for the post type, however, if you want to remove tag support, please add following code at the end of your active theme’s functions.php

function wpdm_unregister_tags() {
unregister_taxonomy_for_object_type('post_tag', 'post');
}
add_action('init', 'wpdm_unregister_tags');
in reply to: License expired #55592

Shahriar
Moderator

Please download v4.6.3 and update your copy. That will fix the issue.

in reply to: Sanitize filenames #55591

Shahriar
Moderator

No, it doesn’t, as they are not illegal chars, try to find a way to allow me a temporary access, so that I can give a good try to find a solution. In my side, it is working fine with all platforms and languages.

in reply to: Licence key issue & user approval plugin #55590

Shahriar
Moderator

You may subscribe to our blog https://www.wpdownloadmanager.com/category/blog/

in reply to: Conflict With Optinmonster Plugin #55589

Shahriar
Moderator

I’m not sure exactly which plugin is responsible, but we don’t have any specific support for 3rd part plugins. BTW, you may try deactivating bootstrap css and js from wpdm settings, but in that case, you will lose all styling from wpdm front-end if your theme doesn’t have bootstrap already.

in reply to: Document Category Editing From Front End #55588

Shahriar
Moderator

File Hosting & Sharing Add-on handles it automatically, it creates a top-level category for each user, and users can create/edit/delete categories ( folders ) under that level. But File Hosting & Sharing Add-on doesn’t have extensive options while creating a package. It made in that way for ease of use. But with File Hosting & Sharing Add-on if need additional options like selecting package access while creating a new package, it will require customization. BTW, if you need, we have custom upgrade support for that.

in reply to: Credit Card Charged for Pro, but no license #55587

Shahriar
Moderator

Sorry for your trouble, your order is now linked with your account, please go to premium download area ( https://www.wpdownloadmanager.com/user-dashboard/purchases/ ) to download.

in reply to: One file is suddenly "empty" #55583

Shahriar
Moderator

It is working fine now after I enabled output buffering and resumable download from wpdm settings.

in reply to: One file is suddenly "empty" #55581

Shahriar
Moderator

Please give me ftp or cpanel access in a private reply to check. It seems like file access permission issue with server.

in reply to: Document Category Editing From Front End #55575

Shahriar
Moderator

If you allow front-end users to create/edit categories at the global level that will mess up the system at some point. But using File Hosting & Sharing Add-on, users can manage categories in a sublevel, but the add-on doesn’t have the option to select package access roles. However, it can be achieved through few hours of customization.

in reply to: Adding Documents in WPDM To Emails #55574

Shahriar
Moderator

Sorry, not clear, but it seems like wpdm email lock option ( Docs: https://www.wpdownloadmanager.com/doc/add-new-package/lock-options/ ) will work fine in your case. However, may you please explain little more. Also if you want to use quick insert feature to insert files easily in a post or page, you may use the following add-on with wpdm pro:

Advanced TinyMCE button

 

in reply to: Licence key issue & user approval plugin #55573

Shahriar
Moderator

#1. The license key is active and open, it should work fine now with your production server.

Yes, when you need to move it to live server, please post a reply here, we shall unlock it for you.

#2. I just checked signup form, it is working fine. But not sure how the New User Approve plugin works, you may contact with their support.

FYI: we shall add the signup approval feature soon, it may come as a separate add-on including custom profile/signup field feature and some other features. We are taking feature requests from our users to add with our to do list :).

in reply to: Parse error – PHP too old #55572

Shahriar
Moderator

Please update to latest version ( 4.6.3 )

in reply to: Clone a package? #55571

Shahriar
Moderator

You need to install wpdm-archive-page.zip


Shahriar
Moderator

Your license key is unlocked now, It was linked with edco.localhost.

Please update your constant contact add-on, we have fixed the issue in the latest version.

in reply to: Additional Field Not showing at frontend #55568

Shahriar
Moderator

That feature is not activated for front-end, however, we shall enable it with the next update of the plugin ๐Ÿ™‚

in reply to: Problem with License Key #55564

Shahriar
Moderator

You are using an old version. Please update your WPDM Pro to resolve the issue.

in reply to: Is there a tutorial #55563

Shahriar
Moderator

Ok, I configured the pages:

Author Dashboard:ย  http://clics.online/store/author-dashboard/

User Dashboard: http://clics.online/store/user-dashboard/

Signup: http://clics.online/store/sign-up/

 

in reply to: Document Category Editing From Front End #55562

Shahriar
Moderator

That is only possible with this add-on:

WordPress File Hosting & Sharing Plugin

Users can manage their own categories.

in reply to: Adding Documents in WPDM To Emails #55561

Shahriar
Moderator

WPDM doesn’t attach file directly with email, as the file attachment could larger, so, it just sends the download through email.

 

Viewing 25 posts - 8,776 through 8,800 (of 12,513 total)