I have a download module that was made by someone else but only about 90% finished, I'd like to be able to hide the actual location of the file, as it is now when you hover over "click Here to download" you can see the actual location of the file... I would like to remove that if possible....
I believe this is the line that controls it, however there may be more, I'm not sure:
$msg = "Your download of <b>$title</b> should begin shortly.<br /><br /> If it doesn't, you can " . sprintf($lang['DL_Click_Download'], '<a href="' . append_sid("$url") . '">', '</a>');
Question
Briandl79
I have a download module that was made by someone else but only about 90% finished, I'd like to be able to hide the actual location of the file, as it is now when you hover over "click Here to download" you can see the actual location of the file... I would like to remove that if possible....
I believe this is the line that controls it, however there may be more, I'm not sure:
$msg = "Your download of <b>$title</b> should begin shortly.<br /><br /> If it doesn't, you can " . sprintf($lang['DL_Click_Download'], '<a href="' . append_sid("$url") . '">', '</a>');
Link to comment
Share on other sites
4 answers to this question
Recommended Posts