Quote:
Originally Posted by Opus4
Just in case anyone else does this, I changed the templates a while back -- there were 4 to edit to completely remove all rating/grade references: - downloads_cat
- downloads_file
- downloads_my
- downloads_my_bit
One thing I noticed after modifying these templates is that the Admin CP always has a warning that these custom templates are out of date, saying that the default versions of them were updated in DownloadsII 5.04, but that I've last modified them in Downloads II 3.6.5.
|
Ah, I forgot those others (but they only display the rating)
I never had that AdminCP problem. Try reverting all DownloadsII templates and then redo the changes.
Quote:
Originally Posted by DarkWolf74
What is the point of this?
Code:
if ($dlremaining < 0)
{
eval(print_standard_redirect('ecdownloads_upload_amount_will_be_exceeded', true, true));
}
I can understand as a download limit, but during a file upload. WHY is the upload quota mixed with the download? It should be removed, or be a separate setting all together.
|
The quota aren't mixed, there are just two quota types: maximum upload size, maximum download size (usergroup permissions). So when someone adds a new file, this code checks if he won't exceed the maximum allowed upload size.
Quote:
Originally Posted by jarcher
I got the Allowed File Extensions ok. .
I created a category and attempted to upload
and it just loaded for about two min. and whent back to the add file page
and didnt load. .I have done this about four times. .and the file isnt there
and in the downloads>downloads there are ten entries
how do I get rid of thems?
edit:
an the images arent workig either. .whe I set up a category
|
Have you chmodded the downloads folder to 777 permissions?
Quote:
Originally Posted by jarcher
OK. .I just linked them
but whe I upload an img
in order for it to upload
I have to have the path to my download folder to
/home/me/public_html/downloads
but in order to view the img/s in needs to be
/downloads
but then I get a
The download directory does not exist!
above the header
any thoughts?
|
Change the downloads URL setting back to
./downloads/
You should enter a relative path, not an absolute.
Quote:
Originally Posted by ro_manuel
Hey,
I cant find where to add my categorys. I have no place to add categorys. Please help
|
AdminCP -> DownloadsII -> Categories
If you don't see the DownloadsII option in the AdminCP menu, try reuploading all files (you have missed the cpnav xml in includes/xml then).
Quote:
Originally Posted by trigon
im not sure why but i have the prob when i tried to DL a file it says: ERROR: File not found.
but i can see the file in the database. Also the CHMOD s are all ok. Any hint?
|
Have you changed something recently (or is it a new installation?)? For example changing the downloads folder url.
Quote:
Originally Posted by Scooterpig
Great hack and thank you, excellent work indeed..
Just wondering if future version could have the option to add an image in the initial Add page instead of after adding the file then getting the add image option please, unless I've missed sumpin and ya can already do that.. 
|
This is indeed not possible at the moment, maybe we will change this in the future. I'm not out it yet how we will do the uploading of files/images in the new version, I'm thinking about some possibilities at the moment, but I'm not sure which will make it.
Btw: at all people, I just finished the new AdminCP panel