vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBDownloads v2 (vB4) [AJAX] (https://vborg.vbsupport.ru/showthread.php?t=252497)

Cla75 07-30-2015 03:07 PM

I have this problem ...

Updating Version Number To: 1.0.0

Altered Table: user
Altered Table: usergroup
Updating Version Number To: 1.1.0

Altered Table: dbtech_downloads_categories
Updating Version Number To: 1.2.0

Altered Table: dbtech_downloads_categories
Altered Table: user
Altered Table: usergroup
Updating Version Number To: 1.2.2

Altered Table: dbtech_downloads_filegroup

NO WORK
TOTAL BLOCK


thanks for your support

ArcadeSyndicate 08-24-2015 02:24 PM

Quote:

Originally Posted by hunter1985 (Post 2537329)
Hello. I noticed the vBDownloads v2.4.4-p1 for my vB 4.2.2 gives me a weird appearance like the sidebar is shown in the vB Default Theme but supposed to be at OrangeVille (Provided by vBStyles).

I don't know why I am getting this Default Style for the vBDownloads Sidebar, and I tried to update or maybe fix the template manually. Could this be a bug? As this theme style supposed to match up with my current custom theme style.

you have got to edit dbtech_downloads.css below

/****
* Content/Sidebar CSS
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

had the problem with all darker styles.

DragonByte Tech 01-11-2016 07:42 PM

vBDownloads v2.4.8 Patch Level 1

Bug Fixes:
  • The file download link could return an error or a blank page in certain scenarios


Fillip

vze2yqtm 01-12-2016 06:51 AM

Hello Sir, will you be adding an upload to remote server option?

DragonByte Tech 01-18-2016 04:50 PM

At this time we have no plans to implement that functionality, sorry :(


Fillip

Duke49th 02-22-2016 03:44 PM

Im afraid to ask. (Afraid because I see myself translating the whole thing :D )

But is there a translation to German language? (at least for the frontend)

DragonByte Tech 02-22-2016 03:51 PM

Unfortunately we don't have any official translations, however some of our community have posted translations over @ our site: http://www.dragonbyte-tech.com/f91/


Fillip

Duke49th 02-22-2016 04:55 PM

Quote:

Originally Posted by DragonByte Tech (Post 2565439)
Unfortunately we don't have any official translations, however some of our community have posted translations over @ our site: http://www.dragonbyte-tech.com/f91/


Fillip

Hehe...I right now (just a minute ago) registered (same username) to your website as I thought "hey, they got a website...maybe they have translations there" :D

And there I've found it :) (saves my evening...its such a pain to use vB's backend to translate phrases :D )

But thank you anyway for such a quick reply...didn't expect it...great support :)

Duke49th 02-22-2016 05:30 PM

1 Attachment(s)
But I have an issue/bug.

It does not show me the extensions categories and file extensions in the backend.

It shows me just nothing. I have two categories (standard "files" and my own). But as you can see...there is nothing visible.

So now I have no idea which extensions are pre-defined and which I need to add.

Attachment 154233


Edit2: Lol....ok got it. One need to add at least one file extension. (I did add a category...but as it didn't shows up - I did not add an extension) After that - it shows everything.

Duke49th 02-22-2016 06:50 PM

I feel a bit stupid.

I imported downloads from DownloadsII.

It mixed the main and sub categories. Some former main categories are now sub categories.

I can't see any way to change that. The only way I see is delete all sub categories and make new ones.
But then I see no way to make new sub categories. I have only main categories (unless I manage to make sub categories.

As I guess this is a simple feature which every simple download addon should have - and the fact that it made some sub categories already - Im just blind...

Duke49th 02-24-2016 06:34 AM

Uninstalled it. Reverting back to DownloadsII

DragonByte Tech 02-26-2016 03:46 PM

Quote:

Originally Posted by Duke49th (Post 2565456)
I feel a bit stupid.

I imported downloads from DownloadsII.

It mixed the main and sub categories. Some former main categories are now sub categories.

I can't see any way to change that. The only way I see is delete all sub categories and make new ones.
But then I see no way to make new sub categories. I have only main categories (unless I manage to make sub categories.

As I guess this is a simple feature which every simple download addon should have - and the fact that it made some sub categories already - Im just blind...

You can edit each category and choose its Parent category I believe.


Fillip

Duke49th 03-15-2016 11:49 AM

Quote:

Originally Posted by DragonByte Tech (Post 2565653)
You can edit each category and choose its Parent category I believe.


Fillip

Nope. Its a Pro feature.

Categories
  • Allow private downloads
  • Allow password protected downloads
  • Category Parent
  • Choose forum to announce new downloads in



I did not check Pro features description before installing it as in my opinion this is an absolute basic feature.

But I cant tell the owner to pay almost 40€ for just being able to hotlinking files...we are a small group of people and non-commercial. Thats why I reverted back to Downloads II.

DragonByte Tech 03-28-2016 10:14 PM

vBDownloads v2.4.8 Patch Level 2

Bug Fixes:
  • Fixed an issue where deleting an extension group would not work as intended


Fillip

SoloistSL2H 04-21-2016 09:49 AM

Installed and files upload and worked fine for the first few uploads, the started getting this message,

Quote:

PHP Warning: Invalid argument supplied for foreach() in ..../dbtech/downloads/actions/download.php on line 947
Files still upload, but on the download page it says "Files 0".

DragonByte Tech 04-21-2016 12:06 PM

Can you show me what's on line 947 in that file? Each file is slightly different so I can't tell for myself.

Fillip

SoloistSL2H 04-21-2016 11:13 PM

Quote:

Originally Posted by DragonByte Tech (Post 2569352)
Can you show me what's on line 947 in that file? Each file is slightly different so I can't tell for myself.


Fillip

PHP Code:

foreach ($mirrorList as $file

That's line 947 of the download.php file in the dbtech/download/actions dir.

I also saw multiple errors today when I jogged on, but wasn't able to catch them to copy it. I'm using vB 4.2.3 btw.

DragonByte Tech 04-22-2016 12:24 PM

Quote:

Originally Posted by SoloistSL2H (Post 2569380)
PHP Code:

foreach ($mirrorList as $file

That's line 947 of the download.php file in the dbtech/download/actions dir.

Hmm, I can't replicate this issue, can you send me your site URL so I can see this in action @ your site?


Fillip

DragonByte Tech 04-25-2016 08:50 PM

Changed Features:
  • A fresh copy of the jQuery library is now only downloaded if one has not been downloaded previously. Requires updating of all other affected DBTech mods to take full effect.


Fillip

zacwhite.shark 05-11-2017 09:42 PM

1 Attachment(s)
Hi Fillip,

1) Can the Upload page be easily modified to look like the screenshots I've attached?
2) Where would the modifications be made, in a template editor, or to a PHP file, or somewhere else?
2a) If the PHP file has to be changed, will you do that for the customer?

The screenshots are of the Links and Download Manager plugin, which is no longer supported and problematic to get working on vB 4, but the upload area fits our needs perfectly.

Thanks,
Zac

m002.p 03-04-2018 08:36 PM

Quote:

Originally Posted by DragonByte Tech (Post 2569392)
Hmm, I can't replicate this issue, can you send me your site URL so I can see this in action @ your site?


Fillip

Old I know, but I have the same issue on vb3.8.9

StormBreaker 05-24-2023 11:49 AM

Is there a way to do Right to Left for the file details page and Report File button.


All times are GMT. The time now is 05:59 PM.

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.01621 seconds
  • Memory Usage 1,777KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete