1
This fix for wfdownloads (2.04 +) was a little difficult to find, so I thought I would post it.
Open:
modules/wfdownloads/include/downloadinfo.php
Look For:
XOOPS_URL . '/modules/wfdownloads/singlefile.php?cid=' . $down_arr['cid'] . '&lid=' . $down_arr['lid']);
Replace To:
XOOPS_URL . '/modules/wfdownloads/singlefile.php?lid=' . $down_arr['lid']);
This should work!