Login link not working (member downloads)

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Dec 8, 2014 at 3:00 pm
#23372
Member
xyzuser
OP

Hi

1. I have entered a custom login link in the settings box (custom login message) – for member only downloads. When the page is displayed, link is broken link:

Please login to access downloadables

2. How do I access the download link directly? I want to create my own download box, but I cannot find how to generate the correct link without hardcoding it. So I want to do this in PHP so is there a function or some way to get hold of that link?

Tyanis

Dec 8, 2014 at 3:05 pm
#23373
Member
xyzuser
OP

I just noticed another thing. When you set package to “member downloads”, then if you click the download link without login it downloads a file called “permission-denied.txt”. This has a message saying “permission denied”.

Is this really the correct behavior or is it bugs?? It seems crazy!!

Dec 9, 2014 at 11:59 am
#23403
Member
xyzuser
OP

Where is the download counter held now? I have 3 different counts in the database:

ahm_files show download 78
admin interface shows download 3424
wp_ahm_files show download 3422

Which database field is storing this. Also I have 2 tables called ahm_files (one with prefix one without prefix). Can you please explain.

Dec 10, 2014 at 4:45 pm
#23470
Keymaster
Shahjada
Staff

1. please update to v2.7.7, login link issue fixed there
2. Direct download link http://your-doamin/?wpdmdl=ID

permission-denied.txt is correct, guests can’t access to direct download link when it is members only. You need to use short-code to show proper message there instead of download link.

If you are already using v2.7, use of those table already dropped, otherwise, it is ahm_files, but wp_ahm_files is used in v3

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

The topic "Login link not working (member downloads)" is closed to new replies.