13
FIXED!
Quote:
".XOOPS_URL."/modules/mydownloads/index.php?lid=".$myts->makeTboxData4Show($myrow['did'])."\n";
to
Quote:
".XOOPS_URL."/modules/mydownloads/index.php?lid=".$myts->makeTboxData4Show($myrow['lid'])."\n";
yes the 'did' to 'lid' in the downloads.rss.php file fixed the problem. Also I just changed it from index.php to singlefile.php so it will load the page with the file instead of just being a direct download link.