Sebastian

Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
Apr 23, 2021 at 6:35 am
#150986
Participant
Sebastian
OP

did you leave it blank?

Apr 23, 2021 at 6:21 am
#150984
Participant
Sebastian
OP

Hi,

you have to set the file types in your upload settings..

UPLOAD SETTINGS

  • This reply was modified 4 years, 11 months ago by Sebastian.
Jun 24, 2020 at 5:24 am
#131342
Participant
Sebastian
OP

Yeah.. i didn’t get a answer so far… it doesn’t work.. posted on 11.03.2020

Mar 11, 2020 at 12:28 pm
#121793
Participant
Sebastian
OP

Hi there..

i guess i didn’t understand it right..

– created a dir named download-manager in my child theme dir
– copied the link template in it
– added [link_label] instead of [download_link]

but it doesn’t work..

<!– WPDM Link Template: Default Template –>

<div class=”link-template-default card mb-2″>
<div class=”card-body”>
<div class=”media”>
<div class=”mr-3 img-48″>[icon]</div>
<div class=”media-body”>
<h3 class=”package-title”>[page_link]</h3>
<div class=”text-muted text-small”><i class=”fas fa-copy”></i> [file_count] [txt=file(s)] <i class=”fas fa-hdd ml-3″></i> [file_size]</div>
</div>
<div class=”ml-3″>
[link_label]
</div>
</div>
</div>
</div>

Mar 4, 2020 at 12:52 pm
#121374
Participant
Sebastian
OP

i use the pro version an the shortcode wpdm_all_packages

i set the view options in the settings but i want to view in a new tab or window. How?

Jan 31, 2020 at 7:31 am
#119308
Participant
Sebastian
OP

You will loose all changes you made… that’s what happens here every time..

Jan 31, 2020 at 7:23 am
#119307
Participant
Sebastian
OP

Hi,

after every single update the changes got lost..

is it possible to put the code in my child theme’s function.php instead of

/download-manager/tpls/wpdm-all-downloads.php

or

/download-manager/tpls3/wpdm-all-downloads.php?

Jan 15, 2020 at 1:19 pm
#118214
Participant
Sebastian
OP

Just unzip it and upload via ftp?

Jan 6, 2020 at 7:40 am
#117603
Participant
Sebastian
OP

/download-manager/tpls3/wpdm-all-downloads.php

was the key 🙂 now it’s working

Jan 6, 2020 at 7:35 am
#117602
Participant
Sebastian
OP

Hey.. after updating to 5.0.4 the problem appears again.

$dor = array(‘publish_date’ ► strtotime(get_the_date()), ‘create_date’ ► strtotime(get_the_date()), ‘update_date’ ► strtotime(get_the_modified_date(”, get_the_ID())));

and replace it with this code,

$dor = array(
‘publish_date’ ► strtotime( get_the_date(‘Y-m-d’) ),
‘create_date’ ► strtotime( get_the_date(‘Y-m-d’) ),
‘update_date’ ► strtotime( get_the_modified_date(‘Y-m-d’) )
);

doesn’t work. The Dropbox-File doesn’t work too. What to do now?

Dec 9, 2019 at 6:49 am
#116386
Participant
Sebastian
OP

Yeah! Thank you. What did you do? So i can check it by myself next time!

But the error “Warning: Attempt to assign property ‘recheck’ of non-object in /wp-content/plugins/download-manager/wpdm-core.php on line 344” still occures.

  • This reply was modified 6 years, 3 months ago by Sebastian.
Dec 8, 2019 at 11:34 am
#116355
Participant
Sebastian
OP

Bootstrap 3 was right! THANK YOU VERY MUCH! DL Page looks right!

But(!) the update_date list is not up to date.. i had this problem in the past and you could fix it somehow.. the last files are i uploaded are from 4th dec. They were shown on page 3 in the lists.. that is not how it should work 😀

i also updated the login info. Pls try again.

Love your support!

Dec 6, 2019 at 4:15 pm
#116287
Participant
Sebastian
OP
This reply has been marked as private.
Dec 6, 2019 at 9:16 am
#116288
Participant
Sebastian
OP

every time i post my login infos here as a private reply, it won’t shown…

Dec 5, 2019 at 5:08 pm
#116206
Participant
Sebastian
OP
This reply has been marked as private.
Dec 5, 2019 at 8:19 am
#116209
Participant
Sebastian
OP

Now i get this error too

Warning: in_array() expects parameter 2 to be array, bool given in /wp-content/plugins/download-manager/admin/tpls/settings/frontend.php on line 127

Nov 15, 2019 at 9:52 am
#114914
Participant
Sebastian
OP

Yeah you are welcome.. i’m sebastian 🙂 Michael is my boss .. hahah

changed the profile now

Nov 11, 2019 at 10:54 am
#114765
Participant
Sebastian
OP

i tried this:

<?php $__wpdm_social_login = ( isset($__wpdm_social_login) && is_array($__wpdm_social_login) ) ? $__wpdm_social_login : array(); ?>

before line 103..

maybe this worked for me..

Nov 4, 2019 at 7:25 am
#114341
Participant
Sebastian
OP

Hey.. i don’t know what you did, but the problem is solved on my page…

what was the problem? don’t use the new page which you have created..

Nov 1, 2019 at 6:24 am
#114228
Participant
Sebastian
OP
This reply has been marked as private.
Oct 30, 2019 at 6:36 am
#114079
Participant
Sebastian
OP
This reply has been marked as private.
Oct 29, 2019 at 12:35 pm
#114021
Oct 29, 2019 at 12:33 pm
#114020
Participant
Sebastian
OP

Hey! Same problem here! I guess it disappeared after update a few days ago.

Oct 1, 2019 at 10:37 am
#113104
Participant
Sebastian
OP

THANK YOU

Viewing 24 posts - 1 through 24 (of 24 total)