The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ecDownloads 3.2 Legacy Details »» | |||||||||||||||||||||||||
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 |
#372
|
|||
|
|||
Thanks SupraT, that was a stupid question, indeed, but I did read the instruction and no mention of Usergroup changing. Peharps the authors should put that line for noobs like me.
thanks very much again. |
#373
|
||||
|
||||
Uninstall doesnt workl the page is blank
try to go to /admincp/downloadmin.php and it is blank |
#374
|
||||
|
||||
Question:
How to only allow users that have 5-10 posts before they can download? Is this possible? Thanks |
#375
|
||||
|
||||
Quote:
non-registered registered 10+ registered 20+ so on, you can name them anything you like, these are just examples. Also, you could allow only uploads to your most active users, using the same system. Hope that helps. |
#376
|
|||
|
|||
I uninstalled and reinstalled everything (phrases, templates, db changes) with the identical result. I still get a blank page when I try to browse into a category. I don't know how to verify what might be happening with that sidebar template, so if you can give me some PHP echo statements to insert I would be happy to try. I put a print statement in there and I could see it makes it down to where the header comes out and somewhere in the call to render DOWNLOADS is the problem.
Thanks for your support! Regards, Matt Quote:
|
#377
|
||||
|
||||
I dont see a downloads link in the navbar after install of this mod, how do I add one?
Thanks in advance. |
#378
|
|||
|
|||
Quote:
Regards, Matt |
#379
|
||||
|
||||
Thanks, I also had to add in a phrase to make it work.
|
#380
|
|||
|
|||
Quote:
|
#381
|
|||
|
|||
UPDATES:
BrentWilson: ordering works fine for me when I set it to `order` in the settings... im not sure exactly whats causing the problem. If anyone else has this problem please tell me. Juanito: worked fine for me, can you give me the exact url you tried to add? phreak420: still waiting for your reply to the previous post memobug: Add some subcats and files under one category, and then add the following edits. Code:
FIND: $result['subs'] = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "file_cats WHERE parent = '".$_GET['id']."' ORDER BY ".$INFO['order'].""); BELOW: echo "CONSTRUCTING SUB BITS<br>"; FIND: eval('$subbits .= "' . fetch_template('downloads_cat_subbit') . '";'); BELOW: echo "-- ADDING TO SUB BITS<br>"; FIND: eval('$subcats .= "' . fetch_template('downloads_cat_subs') . '";'); BELOW: echo "FINISHED SUB BITS<br>"; FIND: $result['files'] = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "file_files WHERE approved = '1' AND catid = '".$_GET['id']."' ORDER BY pin DESC, ".$sortbystr." DESC LIMIT ".$limit.",".$perpage); BELOW: echo "CONSTRUCTING FILE BITS<br>"; FIND: eval('$filebits .= "' . fetch_template('downloads_cat_filebit') . '";'); BELOW: echo "-- ADDING TO FILE BITS<br>"; FIND: $DB_site->free_result($result['files']); ABOVE: ECHO "FINISHED FILE BITS<br>"; Code:
FIND: eval('$dmain_jr = "' . fetch_template('downloads_cat') . '";'); eval('$dpanel = "' . fetch_template('downloads_panel_side') . '";'); eval('$dmain = "' . fetch_template('downloads_wrapper_side') . '";'); CHANGE TO: eval('$dmain = "' . fetch_template('downloads_cat') . '";'); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|