Quote:
Ok, I followed the instructions very carefully but why can't I see the contents of Categories under Admin CP? Also I have a problem on the download page.
|
Thats because your supposed to be accessing downloadadmin.php?do=category, not catagory. If you search in index.php and change catagory to category, it will work fine.
Quote:
IS anyone getting 0k files?????
|
The majority of the people are, but it seems a lot of people are having trouble setting it up. Once it has been set up, they seem to have no problems with it.
Quote:
No way to chance it?
There is no limit for User too.
|
You can change whether users can upload files via the following:
search in dl_add.php for CANDOWNLOADFILES, and change every instance of CANDOWNLOADFILES to CANUPLOADFILES. Then go to dl_panel.php and search for do=add. There will be two instances, because there are two different times that the navigation bar is constructed. You want to remove it from the one that deals with users, and keep it in the one that deals with managers.