TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: Bikken on February 18, 2009, 03:53:20 PM
Hi,
I can't seem to reorder the download categories. It does work in cpanel using the download manager but not on the actual downloads page itself.
Can you try another browser ? Just tried it on my testsite with 4 files and it seem to work there
Ok, just tried in IE, Safari, Opera as well but with no luck.
Its not browser dependant..but the download categories, are they subcategories or main ones?
It's the main ones. The subcategories are ok.
- DL manager root categories did not follow custom sorting order. Fixed for v1.0 beta4.
Open DLmanager.php and find:
GROUP BY a.id", __FILE__, __LINE__);
change to:
GROUP BY a.id
ORDER BY a.downloads ASC", __FILE__, __LINE__);