Notes |
(0000034)
Guybrush (administrator)
2008-12-22 18:34
|
do you think this is a problem of jDownloads or the SEF plugin?
if its going to be fixed in the SEF plugin its in the wrong directory |
|
(0000035)
denisdulici (updater)
2008-12-22 18:40
|
I'm not using any SEF component, Joomla core sef. I test with live site but I forgot to give link. |
|
(0000050)
denisdulici (updater)
2009-01-09 21:51
|
Fixed and confirmed by Arno:
1. jdownloads.html.php line 760 add this:
$download_link_mirror = 'index.php?option='.$option.'&Itemid='.$Itemid.'&task=finish&cid='.$file->file_id.'&catid='.$file->cat_id;
2. Change $download_link in line 770 and 776 with $download_link_mirror |
|