The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
ecDownloads 3.2 Legacy (vBDownloads) is available for vBulletin 3.0.x
Talk about 3.2 here: https://vborg.vbsupport.ru/showthread.php?p=751766 What is ecDownloads? It is a download database that integrates into vBulletin. It allows you to upload files, create folders, link to external files - and more. It is very flexible and has many options. Sorry, no screenshots. Maybe if someone is nice they will provide a link to the latest version of ecDownloads for everyone to view it. Changes in 3.2 - Too many to list... its a whole new world ![]() Known Bugs: - Missing phrase in add file (on nav bar) - No file protection, add it here if you want: https://vborg.vbsupport.ru/showpost....&postcount=174 - Missing phrases (ecdownloads_can_edit_all and ecdownloads_can_view_disabled) in admincp Install Make the file edits in ecDownloads.txt Upload the contents of 'upload' to your forum directory Run the downloadinstaller.php file in the admincp (install/rebuild styles and phrases) Create a directory called 'downloads' (or whatever you put in your settings) and make it writeable and executable Time: 5-6 Min Addons vBAdvanced Module: https://vborg.vbsupport.ru/showthread.php?t=93771 Want another addon? Request it. Giving Back Have you installed this mod? Click install. Do you like this mod? Rate me 5/5. Do you want to donate? Go to www.unicef.org and be generous! To the community Thanks for all your support, I hope you enjoy this. It will have 1-2 minor bugs, but nothing major. Have fun, and make suggestions. IMPORTANT NOTICES - Upgraders should remove the CRON that they originally set up - Look at the fix list to the right -> see if it has been updated since you downloaded Show Your Support
|
Comments |
#382
|
|||
|
|||
![]()
<i>Deleted some long debug sequence that ultimately led to the discovery of a space after the final ?> in dl_category.php that had been causing blank page problems.</i>
|
#383
|
|||
|
|||
![]() Quote:
2) do you have msn or AIM? i could talk with you and sort this out much faster fi we spoke on a message service 3) I still have no clue what the cause could be, but i will continue to think about it. |
#384
|
||||
|
||||
![]()
Although purely cosmetic, I noticed that when you add a new link (and/or file) and you get the redirect page, at the top you see EXT: followed by the extension uploaded. It seems that it might have beem used as a troubleshooting line. If anyone wants to get rid of that, I believe the line to comment out or remove is in dl_add.php at about line 50. The line to remove is:
Code:
echo "EXT: ".$ext; |
#385
|
|||
|
|||
![]() Quote:
2. Sorry no, I got rid of AIM when they started spybotting with that Wild Tangent junk. 3. Thanks I would like to get this to work! Regards, Matt |
#386
|
|||
|
|||
![]() Quote:
in dl_category.php!! :banana: |
#387
|
|||
|
|||
![]() Quote:
So it should come out of the download. It is line 50. Regards, Matt |
#388
|
|||
|
|||
![]()
Did someone already point out a problem with the date formatting? on the Stats page I get Date showing up as
987654321 Regards, Matt |
#389
|
||||
|
||||
![]() Quote:
Quote:
Quote:
Quote:
|
#390
|
||||
|
||||
![]() Quote:
Quote:
|
#391
|
|||
|
|||
![]() Quote:
A. HTML issues: However, there seems to be a problem in the table layout of the stats panel. There are several issues where the column counts don't line up. If you turn border="1" on in the template called downloads_util_stats, you'll see it quite obviously. That is why I thought this username was a date problem.. There are also some headings missing. in the template called downloads_util_stats 1. The table heading "Stats" doesn't cover all the columns beneath it. It covers 3 columns in a span with the word Stats <td class="thead" width="100%" colspan="3">Stats</td></tr> 2. Then it has headings for "Date" and "Downloads" at one column each <tr><td class="alt2" align="center">Date</td><td class="alt2" align="center">Downloads</td> So there is a mismatch there However next it sends out the template downloads_utils_statsbit, which has 6 columns! <tr> <td class="alt2">$name</td> <td class="alt2">$date</td> <td class="alt2">$author</td> <td class="alt2">$downloads</td> <td class="alt2">$grade</td> <td class="alt2">$status</td> </tr> So 1 needs a span of 6 2 needs to have the missing headings put in or have the spans adjusted. I was able to sort this all out if you want me to send you the templates let me know, but my hack is probably not as good as what you could do. I think the gist of the problem is that this downloads_utils_statsbit template is used for tables of different column counts; ($_GET['act'] == 'my') where the column count is six, ($_GET['act'] == 'stats') where it appears it should have two columns, and ($_GET['act'] == 'my') where the column count look like it will be three. That means that either separate templates, blank columns or a dynamic downloads_utils_statsbit template are needed. Just a couple more things I noticed: C.The stats thing has a little bug where it will report top downloaders as people who have never downloaded anything, so the query should probably be adjusted to not report people who haven't downloaded anything. D. Similarly it will report top downloaders as people who don't have any downloads. E. It will report some blank lines in Most Popular. Maybe for the same reason. Quote:
Anyway examples like this are all over the web: http://www.xoops.org/modules/newbb/v...&post_id=51514 Therefore, there are numerous bits of instructions in PHP coding and installation instructions exhorting people to be sure not to include extraneous lines or spaces following the closing tag. Many thanks for this excellent hack, Matt |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|