Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ecDownloads 3.2 Legacy Details »»
ecDownloads 3.2 Legacy
Version: 3.2 Legacy, by Ron1n Ron1n is offline
Developer Last Online: Jun 2008 Show Printable Version Email this Page

Version: 3.0.8 Rating:
Released: 01-26-2005 Last Update: 08-09-2005 Installs: 195
DB Changes Template Edits
Code Changes Additional Files  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #772  
Old 08-11-2005, 08:44 PM
xtreme-mobile xtreme-mobile is offline
 
Join Date: Jul 2004
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive done something seriously wrong here :disappointed:

when i upload a file i dont think its actually saving to anywhere hence the errors when trying to sownload the file

see screen shot
Reply With Quote
  #773  
Old 08-12-2005, 01:17 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xtreme-mobile
i went into smart ftp

and when itto forums and the right clicked and selected create new folder and called it downloads?

is that not right?

regards

dean
What are the permissions on the folder?
Reply With Quote
  #774  
Old 08-12-2005, 01:18 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JMH11788
the settings link doesnt work in Admic CP...it seems its not even in the php file, while category is.

Any reason, or way to fix?
You need to apply the fixes listed at the top of this thread: https://vborg.vbsupport.ru/attachmen...chmentid=33210
Reply With Quote
  #775  
Old 08-12-2005, 01:45 AM
Drago912 Drago912 is offline
 
Join Date: Apr 2004
Location: Canada
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Full of bugs.....support sux.....has since been uninstalled........when something stable and working comes out I might consider another try, till then......notta
Reply With Quote
  #776  
Old 08-12-2005, 06:06 AM
xtreme-mobile xtreme-mobile is offline
 
Join Date: Jul 2004
Posts: 366
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by westpointer
What are the permissions on the folder?

777

regards

dean
Reply With Quote
  #777  
Old 08-12-2005, 12:45 PM
org's Avatar
org org is offline
 
Join Date: Jan 2005
Location: Sweden
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod is too buggy to be reliable. Updates and bugfixes should be incorporated immediately in the download package. Instructions should be much clearer and easy to follow..

There are other solutions to this (non vbulletin) that can be implemented, at least thats what I will do. So... *uninstalled*

Im not trying to hack down on the time and effort gone into this by the creator, just sharing my opinion to rest of the vbulletin users. Maybe it can get better, the idea is good.
Reply With Quote
  #778  
Old 08-12-2005, 06:05 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by westpointer
I do have one small problem. When I edit the usergroup settings, the last two lines don't display any text. See attached:
Fixed this myself. In admincp/usergroup.php, around line 205, there was a mis-spelled phrase.

Change:
PHP Code:
    print_yes_no_row($vbphrase['ecdownloads_can_eidt_all_files'], 'usergroup[caneditallfiles]'$ug_bitfield['caneditallfiles']); 
To:
PHP Code:
    print_yes_no_row($vbphrase['ecdownloads_can_edit_all_files'], 'usergroup[caneditallfiles]'$ug_bitfield['caneditallfiles']); 
That will fix the text for "Can Edit All Files".

The last line is supposed to read "Can View Disabled Download Section." The vbphrase it is looking for is "ecdownloads_can_view_disabled". However, the vbphrase (under type Permissions) is actually "ecdownloads_view_disabled". You need to either modify the existing vbphrase or add a new phrase named "ecdownloads_can_view_disabled".
Reply With Quote
  #779  
Old 08-12-2005, 06:16 PM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by xtreme-mobile
777

regards

dean
:ermm: I don't know then. My install is working fairly good. I don't consider it that buggy for the value that is added.

BTW - the author is focusing on the 3.5 version ... so give him a break!
Reply With Quote
  #780  
Old 08-12-2005, 10:43 PM
ZombieAndy's Avatar
ZombieAndy ZombieAndy is offline
 
Join Date: Oct 2004
Location: UK
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by westpointer
:ermm: I don't know then. My install is working fairly good. I don't consider it that buggy for the value that is added.

BTW - the author is focusing on the 3.5 version ... so give him a break!
ok i got my first problem fixed but whever i try to edit a usergroups permissions to allow them to use this feature i get this error:

Database error in vBulletin 3.0.5:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Administrators',
description = '',
usertitle = 'Administrator',
opentag = '<B><I>',
closetag = '</B></I>',
passwordexpires = '0',
passwordhistory = '0',
canmanagepurgatory = '1',
shoutmaxdaily = '0',
shouthierarchy = '1',
attachlimit = '0',
avatarmaxwidth = '100',
avatarmaxheight = '100',
avatarmaxsize = '102400',
profilepicmaxwidth = '250',
profilepicmaxheight = '250',
profilepicmaxsize = '102400',
pmquota = '5000',
pmsendmax = '20',
forumpermissions = '393215',
pmpermissions = '3',
calendarpermissions = '31',
wolpermissions = '31',
adminpermissions = '3',
genericpermissions = '4194239',
genericoptions = '23',
shoutboxpermissions = '1023',
arcadepermissions = '31',
downloadpermissions = '1023'
WHERE usergroupid=6
mysql error: Unknown column 'canmanagepurgatory' in 'field list'

mysql error number: 1054

Date: Friday 12th of August 2005 07:42:21 PM
Script: http://www.alienfishtank2.com/forums.../usergroup.php
Referer: http://www.alienfishtank2.com/forums...&usergroupid=6


oh yeah and the settings link dosn't work. it just brings up a blank page.
Reply With Quote
  #781  
Old 08-13-2005, 01:21 AM
CyberRanger's Avatar
CyberRanger CyberRanger is offline
 
Join Date: Mar 2004
Posts: 1,319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by YodaTheCoda
oh yeah and the settings link dosn't work. it just brings up a blank page.
Make sure you do the fixes from that are at the top of the page: https://vborg.vbsupport.ru/attachmen...chmentid=33210. That will fix the blank settings link. Check your settings then try the user groups again.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:49 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05592 seconds
  • Memory Usage 2,321KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete