Sebastian

Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
in reply to: Invalid File Type after Update to 5.3.7. #150986

Sebastian
Participant

did you leave it blank?

in reply to: Invalid File Type after Update to 5.3.7. #150984

Sebastian
Participant

Hi,

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

UPLOAD SETTINGS

  • This reply was modified 3 years ago by Sebastian.
in reply to: Open in a new tab/window #131342

Sebastian
Participant

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

in reply to: Open in a new tab/window #121793

Sebastian
Participant

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>

in reply to: Open in a new tab/window #121374

Sebastian
Participant

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?

in reply to: Can’t update to version 5.0.5 #119308

Sebastian
Participant

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

in reply to: Sorting desc by date format d-m-Y not working #119307

Sebastian
Participant

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?

in reply to: Update WPDM 5.0.5 #118214

Sebastian
Participant

Just unzip it and upload via ftp?

in reply to: Sorting desc by date format d-m-Y not working #117603

Sebastian
Participant

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

was the key ๐Ÿ™‚ now it’s working

in reply to: Sorting desc by date format d-m-Y not working #117602

Sebastian
Participant

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?


Sebastian
Participant

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 4 years, 4 months ago by Sebastian.

Sebastian
Participant

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!


Sebastian
Participant
This reply has been marked as private.

Sebastian
Participant

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


Sebastian
Participant
This reply has been marked as private.

Sebastian
Participant

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

in reply to: Warning: count(): Parameter #114914

Sebastian
Participant

Yeah you are welcome.. i’m sebastian ๐Ÿ™‚ Michael is my boss .. hahah

changed the profile now

in reply to: Warning: count(): Parameter #114765

Sebastian
Participant

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..

in reply to: wpdm_all_packages order doesn't work correct #114341

Sebastian
Participant

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..

in reply to: wpdm_all_packages order doesn't work correct #114228

Sebastian
Participant
This reply has been marked as private.
in reply to: wpdm_all_packages order doesn't work correct #114079

Sebastian
Participant
This reply has been marked as private.
in reply to: Category not showing in "Add new" menu #114020

Sebastian
Participant

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

in reply to: Changing default view of data table archive of files #113104

Sebastian
Participant

THANK YOU

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