download plugin - what is correct url to get file? #5389
Unanswered
Jimmi08
asked this question in
Q&A Plugins
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed this:
URL for download:
sc_download_list_link():
sc_download_view_name_linked()
see? no mirror test
$url = $tp->parseTemplate("{DOWNLOAD_REQUEST_URL}", true, $this);
sc_download_view_link()
see? with href parameter no mirror test, different mirror test than above
sc_download_list_name()
And
Why is parseTemplate() used to get URL?
How using mirrors should be managed?
What is correct download link?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions