Quote:
Originally Posted by Black Tiger
Discovered a little bug.
When using the "Manage files" option. Then select a file and do someting like "delete file", then after the action is taken (which works fine) you won't be put back in the filelist of the "Manage files" section.
You just get the head with the subhead (ping, category, approval) but no list of files anymore. However you should be put back in the "Manage Files" section with the list of the remaining file.
Furthermore if I select 2 files, then select 1 action next to 1 of the files, only that file is effected, so I don't quite understand the benefit of the selection squares.
|
I'm going to look into this

I'm not using this feature myself, so I just hotfixed it for the previous bug, but most likely not that good
Quote:
Originally Posted by PeteBlume
Is there any possibility to use the permission of the groups while seeing downloadinformation in the profile?
|
We are going to address this "bug" in a next release, as there are no permissions for this set at the moment.
Quote:
Originally Posted by hornstar1337
What is the table name that the files are stored in?
|
A better way is to get the 'files' variable from the dl_main table, that's faster (there are some other statistics stored in that table)
Quote:
Originally Posted by WarLion
someone knows which is the template ffor the category look i have thub for each category but look so bad have the name and the imagen in the same place
i try to edit downloads_cat_subbit but not look i put the zelse> condicion to show only one but i guess this is not the template that im looking for
i like to see something like this

|
There's downloads_main and downloads_main_catbit you need to edit for the downloads.php main page. There's also downloads_cat_subs and downloads_cat_subbit for the sub categories displayed on category pages.
Quote:
Originally Posted by skooby
For a while DownloadsII was working for me and then all of a sudden my site got a 500 internal server error.
When i comment out these 2 lines, the site works again. If I leave them commented, I can upload files (but only small ones). Any ideas? Also there is a file stuck in the etc_tmp folder that I can't delete, like something is locking it. Not sure if that has anything to do with it. I'm on VB 3.6.5 running 4.0.5. below is the errorl
Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@nokturnalist.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
|
You get an internal error 500 if there's something wrong with the .htaccess file or its syntax. Are there any more rules than those two mentioned by CyberRanger in it?
Then check the chmod (file permissions) of the .htaccess file. It should have full read permissions for the three possible read levels.