13
FIXED!
Quote:
<link>".XOOPS_URL."/modules/mydownloads/index.php?lid=".$myts->makeTboxData4Show($myrow['did'])."</link>\n";
to
Quote:
<link>".XOOPS_URL."/modules/mydownloads/index.php?lid=".$myts->makeTboxData4Show($myrow['lid'])."</link>\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.