Noomia SPRL

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 49 total)
in reply to: Fatal Error : use WPDM\Package #188720

Noomia SPRL
Member

Thank you!
But don’t you have a “migration” doc from “older” version to the newest one? Thats’s a little bit weird to have changed you code without telling us some major updates in the code was made πŸ™‚

in reply to: Fatal Error : use WPDM\Package #188718

Noomia SPRL
Member

Hi Nayeem,

Unfortunately, this is not really hat I want. In these 3 docs, you don’t talk about WPDM\Packages …

Could you ask a dev to answer me?

Kind regards,
Cedric

in reply to: Fatal Error after updating WPDM 5.3.3 to 6.3.3 #186418

Noomia SPRL
Member

Hello Nayeem πŸ™‚

Thank you! Where is the documentation for this API?

Is this correct:

$data['download_link'] = WPDM()->package->downloadLink($data['ID'], 0, array(
			'template_type' β–Ί 'url'
		));

And this ?
$data['files'] = WPDM()->package->getFiles(get_the_ID());

Kind regards,
Cedric

in reply to: Fatal Error after updating WPDM 5.3.3 to 6.3.3 #186416

Noomia SPRL
Member

Hello Nayeem,

Thank you, but I’m a developer and I don’t need a shortcode that will echo some formatted values. I need to use functions, methods, … to get the values and format them like I want.

Thank you in advance,
Cedric

in reply to: Fatal Error after updating WPDM 5.3.3 to 6.3.3 #186394

Noomia SPRL
Member

Hello Nayeem πŸ™‚

No problem. I have backups yes, but I don’t want to use the default template file. In fact, I only need to know by which function you have replace \WPDM\Package::downloadLink(), as it seems it’s not available anymore πŸ™‚
I’m a developer, so you can be techy πŸ˜‰

Kind regards,
Cedric

in reply to: “Network error” while downloading #185312

Noomia SPRL
Member

Thank you for your answer!
Unfortunately, I can’t give you an access to the admin :s

in reply to: Network error #185308

Noomia SPRL
Member

Hello there πŸ™‚

Have you been able to fix this? I have the same “Network error” problem…

in reply to: Download Issue: Failed – Network error #185307

Noomia SPRL
Member

Hello there,

I have the exact same error here… Also since mid-march :s

Kind regards,
Cedric


Noomia SPRL
Member

Thank you Shahjada :)!

in reply to: 2 factor authentication #137379

Noomia SPRL
Member

Hi there,

I think this feature is useful for all your users, not just me… I think when it comes to user authentication, 2FA is a must in 2020…

in reply to: Slow admin due to Download Manager calls #122838

Noomia SPRL
Member

Hi Nayeem,

Thank you for your answer.
You hope this will be fixed :p ? If this is a bug you were aware of, you should know if this will be fixed with the updates :p !
I’ve checked the changelogs (https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/) and you don’t mention anything related to this bug so this will not be fixed πŸ˜€

Thank you,
Cedric


Noomia SPRL
Member

Hi Shahriar,

Thank you,
Cedric

in reply to: WPDM Login and Polylang #112506

Noomia SPRL
Member

Thank you Shariar,
Cedric


Noomia SPRL
Member

Hi,

Please, could you please answer something ? Even just saying “Hello”, or that you’ll never fix this, but you can’t let your customer with no informations…

Thank you,
Kind regards,
Cedric


Noomia SPRL
Member

????????????
Hi there!

Could you please answer me…?
????????????

in reply to: WPDM Login and Polylang #110610

Noomia SPRL
Member

Shahriar,

How can I modify this function? Or how can I filter it?

in reply to: WPDM Login and Polylang #110609

Noomia SPRL
Member

Hi Shahriar!

In fact, that would be as simple as that:

function wpdm_login_url($redirect = ''){
	    $id = get_option('__wpdm_login_url', 0);
	    if($id > 0) {
		    if(function_exists('pll_get_post')) {
		    	$url = get_permalink(pll_get_post($id));
		    } else {
		    	$url = get_permalink($id);
		    }
	        if ($redirect != '')
	            $url .= (strstr($url, '?') ? '&' : '?') . 'redirect_to=' . $redirect;
	
	    }
	    else $url = wp_login_url($redirect);
	    return $url;
	}

Noomia SPRL
Member

Hi Shahriar,

Where are you with this bug?

Thank you,
Cedric


Noomia SPRL
Member

Hi Shariar,

Would you be kind enough to answer my many unanswered messages …?
It’s been 3 months and a half now that this bug has been reported and 2 months and a half without answer from your side…

Thank you in advance,
Cedric

in reply to: Issue with Microsoft Edge #95230

Noomia SPRL
Member

Hi Steve,

Yes, it’s only on Edge on my side.


Noomia SPRL
Member

Hi Shariar,

Could you please answer me?
It’s been 3 months since I reported this bug and almost 2 months without answer… I think that since the time, this bug should have been solved…

Thank you,
Cedric

in reply to: Download link url #94540

Noomia SPRL
Member

Perfect thank you ! This is resolved !

in reply to: Download link url #94080

Noomia SPRL
Member

Hi Shahriar,

Thank you !
Before receiving your answer, I ended up using this code :
$data['url'] = wpdm_download_url($data['ID']);

Is this better or not than the code you gave me ? Which one is the best in term of performance ?

Thank you !
Cedric


Noomia SPRL
Member

Ok I’ve just check that… It’s still not resolved…


Noomia SPRL
Member

Hello Shariar,

Is this resolved or still not ?

Viewing 25 posts - 1 through 25 (of 49 total)