Quote:
Originally Posted by wolf32
Agggg!!!! didn't work. Do I need to change something in the PHP file? I checked it and didn't see anything.
Edit: Is there a way to just center justify the image? or just make that column thinner? I know it seems like your answering a questionaire, but one last one. How do I replace the download button? The one that looks like vB's default expand and collapse button. Also, can you check out 'Tools & Utilities' under Programming, something is definitely wrong.
Appreciate it.
|
- Sorry, I thought you were pointing at the white space on the file page. For the white space on the right of the category icon, you have to modify the width of the category td, which is currently 20%. You can find this in the downloads_main template and don't forget to change the other procent values to keep the 100% total.
Also reupload the original downloads.php as you don't need the custom one I pointed you to.
- The small download icon is controlled by the ecdownloads_download_pic phrase. You can change it using the Languages & Phrases AdminCP part.
- That's because you changed the templates

You made a mistake in the downloads_cat_subbit template:
HTML Code:
<span class="smallfont"><a <span style="font-size:12pt>
As you see the HTML highlighter isn't highlighting it correct as your HTML syntax is wrong. There's that strange <a and you missed a double quotation mark after the 12pt value to close the style attribute. This is messing up the layout.
Quote:
Originally Posted by exportforce
Hello,
I have problems with windows.
I can't upload files larger than 2MB.
php.ini upload and post-max-size is set to 1000M
Help ?
|
What do you mean by "problems with Windows"? Is your site running on a Windows server? If it's a problem of your personal (Windows) computer only, it's not the fault of DownloadsII ...
Remember that you need to restart your webserver (Apache mostly for Linux servers, IIS mostly for Windows servers) to make that php.ini effective.
You can also
use a .htaccess file for changing these PHP settings.
Quote:
Originally Posted by hydrodyn
Hi,
i wanna delete the boxes "newest files", "files-stats", and "upper".
I can deactivate it, but the downloadbox isn?t larger then. I will use the full site for showing my downloads.
Can you help me?
|
Try the Display " "Tops" on all pages? " DownloadsII setting
Quote:
Originally Posted by rowlandc
I was just wondering about the Stats page. Does the data prune itself our does it stay up for ever?
I've set my download data to keep it up for 30days but the Stats page has data since 2months.
|
It isn't pruned at this moment. But it's not taking that much table space as it's only three values per day (date, # downloads, # bandwidth). You can prune this yourself using for example phpMyAdmin if you really want.
Quote:
Originally Posted by Cyricx
It appears to not work well with secondary usergroups.
If a secondary usergroup is set to restrict categories and another secondary usergroup is set to allow access to all categories.
The restricted categories are not viewable.
|
Hmm, I will look into this. But personally I also have a lot of problems with secundary user groups. Even for default vBulletin permissions they aren't all working if you set them using the secundary permissions (primary are overriding them)
Quote:
Originally Posted by Andyrew
I am having problems with downloading .pdf files, it was fine untill i went to vb 3.6.8
When a user downloads a .pdf it downloads in a split second then, when you try to view the file adobe gives an error saying the file is corrupt.
The downloads don't seem to be complete, only a small amount of data is downloaded hence the error from adobe.
Anyone know why this happens.
Update:
I have set .pdf files to open in the users browser using adobe rather than just download.
Once loaded into adobe the user just needs to click save a copy. :up:
|
That's strange: vBulletin 3.6.8 normally doesn't change anything about this as we are using our own download procedure
Quote:
Originally Posted by adc-arab
|
Hmm, you don't want to see the v6 permissions list at this moment ...

There are a lot of new permissions (can edit own comments, can edit own files, can delete own comments, ...), so I already splitted them into two categories. Adding even more permissions would turn it into a real mess and you can already accomplish this in the way rowlandc mentioned.