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)

PrivateFTA 11-20-2010 04:06 PM

helps power the product installs and configural

daveb47 11-22-2010 08:35 AM

Has developement stopped on this David??

DragonByte Tech 11-22-2010 02:18 PM

Quote:

Originally Posted by Myster Dude (Post 2124563)
Has developement stopped on this David??

Not at all :) I should have a new version released tonight hopefully :)

- David

daveb47 11-22-2010 02:24 PM

I am so pleased about that m8....

mikeo9043 11-23-2010 02:52 PM

I couldn't get this to work, I got a database error when adding a category and I couldn't set a valid downloads folder.

DragonByte Tech 11-23-2010 08:09 PM

** Updated to 1.2.0 **

This version introduces a number of exciting features into the mod that we hope you will enjoy.

Changes:
Post to Thread*** - Allows administrators to select which forums they would like new threads to go to on a per-category basis with configurable messages.

Delay Downloads*** - This will allow you to add a delay to downloads per usergroup. For example, if you put a 10 second delay on the Registered Users usergroup, when they click a file they will need to wait 10 seconds before it is available. There is also an optional advertisement option that is configurable in the vBulletin Options section of your administration panel.

Category Images - This will remove the default text based category names with an image of your choice allow for a much nicer looking downloads homepage.

Searchable Area - This is a central location where users can view all downloads based on a certain criteria. For example, they could view all files based on the amount of downloads they have.

Profile Tab - This will add a profile tab to user's profiles which will display all of their uploads.

Notification on comment *** - This feature will give users an alert when another user has commented on their upload.

Those marked with *** are pro only features.

This version also fixes an issue that was present with categories from the previous version. We hope you enjoy this update.

- David

Hippy 11-23-2010 08:28 PM

thanks David

DragonByte Tech 11-23-2010 08:30 PM

Quote:

Originally Posted by Hippy (Post 2125139)
thanks David

No problem! :) Let me know if you have any issues with the update.

- David

Hippy 11-23-2010 08:45 PM

sure
let say I am attaching a image .. jpg..

I add a tittle
I add a comment ..
I then load the image I want to upload..

I click upload..
I then get a while page with 0 in the uper left corner..
I back page .. browse for the image again click upload
then it uploads....

also I tested with jpg file ...
but I didn't get a thumb nail like previous versions..

DragonByte Tech 11-23-2010 10:35 PM

Quote:

Originally Posted by Hippy (Post 2125147)
sure
let say I am attaching a image .. jpg..

I add a tittle
I add a comment ..
I then load the image I want to upload..

I click upload..
I then get a while page with 0 in the uper left corner..
I back page .. browse for the image again click upload
then it uploads....

also I tested with jpg file ...
but I didn't get a thumb nail like previous versions..

Another user just reported this too. I should have a fix for it soon :)

- David

Hippy 11-23-2010 10:40 PM

thanks for your efforts pal

mikeo9043 11-24-2010 01:04 AM

I put the downloads folder outside my public_html folder and it still says invalid?

daveb47 11-24-2010 05:59 AM

Thanx david,much appreciated.

fixbug 11-24-2010 11:09 AM

Great soft !
Just buy the pro lifetime.
Is it possible to get a a hierarchical view since acp ?

Thanks for your support.

PrivateFTA 11-25-2010 12:39 PM

eror to create a category and please there is no guide in Spanish

Database error in vBulletin 4.0.8:

Invalid SQL:

INSERT INTO vb_dbtech_downloads_categories (catname, catdesc, extgroupids, private, password, moderation, permissions, parentid)
VALUES (
'Archivos',
'sdfsdf',
'2',
'0',
'0',
'',
'a:3:{s:4:"view";a:1:{i:0;i:6;}s:8:"download";a:1: {i:0;i:6;}s:6:"upload";a:1:{i:0;i:6;}}',
0
);

MySQL Error : Unknown column 'parentid' in 'field list'
Error Number : 1054
Request Date : Thursday, November 25th 2010 @ 08:37:04 AM
Error Date : Thursday, November 25th 2010 @ 08:37:05 AM
Script : http://www.privatefta.info/forum/adm...=doaddcategory
Referrer : http://www.privatefta.info/forum/adm...do=addcategory
IP Address : 24.139.249.171
Username : PrivateFta
Classname : vB_Database
MySQL Version : 5.0.91-community

DragonByte Tech 11-25-2010 07:15 PM

Quote:

Originally Posted by PrivateFTA (Post 2125610)
eror to create a category and please there is no guide in Spanish

Database error in vBulletin 4.0.8:

Invalid SQL:

INSERT INTO vb_dbtech_downloads_categories (catname, catdesc, extgroupids, private, password, moderation, permissions, parentid)
VALUES (
'Archivos',
'sdfsdf',
'2',
'0',
'0',
'',
'a:3:{s:4:"view";a:1:{i:0;i:6;}s:8:"download";a:1: {i:0;i:6;}s:6:"upload";a:1:{i:0;i:6;}}',
0
);

MySQL Error : Unknown column 'parentid' in 'field list'
Error Number : 1054
Request Date : Thursday, November 25th 2010 @ 08:37:04 AM
Error Date : Thursday, November 25th 2010 @ 08:37:05 AM
Script : http://www.privatefta.info/forum/adm...=doaddcategory
Referrer : http://www.privatefta.info/forum/adm...do=addcategory
IP Address : 24.139.249.171
Username : PrivateFta
Classname : vB_Database
MySQL Version : 5.0.91-community

Run the following query and it should be fixed for you :)

[SQL]ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid unsigned NOT NULL DEFAULT '0'[/SQL]

- David

PrivateFTA 11-26-2010 06:09 PM

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unsigned NOT NULL DEFAULT '0'' at line 2

mikeo9043 11-27-2010 02:33 PM

I still need help figuring out how to make my downloads folder valid ..In the ACP it keeps saying I entered an invalid setting.

Hippy 11-27-2010 06:15 PM

1 Attachment(s)
I tested the latest .. said updated but I am not sure why beause I thought i test it
same results..

not making thumbnails for images ..
and every upload on the first try will be that white page withe the 0 in the uper left corner..

screeen shot attached

PrivateFTA 11-28-2010 03:24 PM

Quote:

Originally Posted by DragonByte Tech (Post 2125722)
Run the following query and it should be fixed for you :)

[SQL]ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid unsigned NOT NULL DEFAULT '0'[/SQL]

- David

An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unsigned NOT NULL DEFAULT '0'' at line 2

DragonByte Tech 11-28-2010 06:02 PM

Quote:

Originally Posted by mikeo9043 (Post 2126354)
I still need help figuring out how to make my downloads folder valid ..In the ACP it keeps saying I entered an invalid setting.

Upload the file attached to this post and run it. That will give you the correct value.

Quote:

Originally Posted by Hippy (Post 2126442)
I tested the latest .. said updated but I am not sure why beause I thought i test it
same results..

not making thumbnails for images ..
and every upload on the first try will be that white page withe the 0 in the uper left corner..

screeen shot attached

I am currenly investigating this problem and should have a fix provided soon.

Quote:

Originally Posted by PrivateFTA (Post 2126737)
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'unsigned NOT NULL DEFAULT '0'' at line 2

Sorry, that should be

[SQL]
ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'
[/SQL]

- David

Hippy 11-28-2010 06:19 PM

[sql]ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'[/sql]

should be

[sql]ALTER TABLE dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'[/sql]


no ?

Hippy 11-28-2010 06:26 PM

anyway
this is the error that comes up
Duplicate column name 'parentid'

PrivateFTA 11-29-2010 01:41 AM

Quote:

Originally Posted by Hippy (Post 2126796)
[sql]ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'[/sql]

should be

[sql]ALTER TABLE dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'[/sql]


no ?

Thanks and could climb and work perfect

Somesite 11-29-2010 03:05 AM

I seem to be having issues with the profile portion - The tab doesn't work correctly for me.

DragonByte Tech 11-29-2010 03:09 AM

Quote:

Originally Posted by Somesite (Post 2127005)
I seem to be having issues with the profile portion - The tab doesn't work correctly for me.

Are you running vb 4.0.8?

There is a known issue with some profile tabs and vB 4.0.8, however the fix would break the functionality in 4.0.7 and below - we're still trying to find a solution that will satisfy both.

Iain

Hippy 11-29-2010 06:16 PM

Quote:

Originally Posted by Somesite (Post 2127005)
I seem to be having issues with the profile portion - The tab doesn't work correctly for me.

this is one thing thats holding me up from upgrading my live site..
vb.com and there css change to the profile tabs..

they screwed up the tabs in my option..

in return has all the tabs for the mods looking bad..

so I am stuck till I figure something out

don't get me wrong I did upgrade the test board .. but everyday I find something i don't like..

I know there are trying to eliminate the over load of css but they should of left them alone..

mikeo9043 12-02-2010 03:41 PM

Quote:

Originally Posted by DragonByte Tech (Post 2126792)
Upload the file attached to this post and run it. That will give you the correct value.


I am currenly investigating this problem and should have a fix provided soon.


Sorry, that should be

[SQL]
ALTER TABLE vb_dbtech_downloads_categories
ADD COLUMN parentid INT(15) unsigned NOT NULL DEFAULT '0'
[/SQL]

- David

There was no file attached to the reply you sent me.

DragonByte Tech 12-04-2010 12:39 AM

1 Attachment(s)
Quote:

Originally Posted by mikeo9043 (Post 2128418)
There was no file attached to the reply you sent me.

Sorry!

Here you go! :P

- David

maidos 12-04-2010 06:55 PM

this is certainly the successor of rsjelle downloadsII, thanks
Got tired of rjelle lack of support and new feature implementation, despite his great efforts before

thebigherm 01-06-2011 05:39 PM

Excellent mod! This has enabled me to switch from DownloadsII seamlessly!

One question, though....I have attempted to alter the .htaccess file to increase the size of downloads allowed. Is this the proper way to go about this, or is there another way I should go?

TeknoSounds 01-07-2011 04:10 AM

if you have access to your php.ini file, def change it there vs trying to do the htaccess way. But either is acceptable.

OMAN_LOVER 01-07-2011 07:38 PM

it has many problems with me

DragonByte Tech 01-10-2011 07:38 AM

Quote:

Originally Posted by OMAN_LOVER (Post 2145603)
it has many problems with me

Could you perhaps give us any examples? It's not really possible for us to fix problems without knowing what they are =(

Iain

OMAN_LOVER 01-11-2011 04:32 PM

The Thumbnail doesn't appear
also some times when I add link with the file it doesn't work and the file not upload and it show this characters ( < ) only I couldn't find where is the problem.

I tried to add ( docx) extension from the admin but it show already it's there and in fact only doc there ,, so when I try to upload file it say ( Invalid file type found. Please go back. )

Thanks for your support
Best Regards

tlwwolfseye 01-11-2011 06:26 PM

That script sounds interesting. A question though. Is it possible to manually add downloads where the source is not an uploaded file but a file that is linked from some other webspace ?

Cheers

Wolf

DragonByte Tech 01-19-2011 02:22 PM

Quote:

Originally Posted by tlwwolfseye (Post 2147657)
That script sounds interesting. A question though. Is it possible to manually add downloads where the source is not an uploaded file but a file that is linked from some other webspace ?

Cheers

Wolf

The mirrors feature allows you to add links to files :)

- David

Laurent42 02-24-2011 06:24 PM

Hello,

First thanks for your plugin!

I have a few questions! :)
Is vbSEO compatible with vbDownloads?

On your demo Web site, the categories are in two rows?
Is it possible to have one category by line?

Are the listing look/theme easily customizable?
For example, is it possible to have a listing more compact such as http://www.minatica.be/downloads/cat/2-Audiovisueel ?

Neptun 02-27-2011 02:57 PM

looks nice - has somebody custom url rewrites for seo for this product ?

DragonByte Tech 02-27-2011 10:36 PM

Quote:

Originally Posted by Laurent42 (Post 2166424)
Hello,

First thanks for your plugin!

I have a few questions! :)
Is vbSEO compatible with vbDownloads?

On your demo Web site, the categories are in two rows?
Is it possible to have one category by line?

Are the listing look/theme easily customizable?
For example, is it possible to have a listing more compact such as http://www.minatica.be/downloads/cat/2-Audiovisueel ?

We haven't had any users complain about incompatibilities with vBSEO :)

With edits to a template I believe it is possible to have categories show on by one.

The dbtech_downloads.css file contains all the css used within vBDownloads. Editing that should allow you to achieve the desired results.

- David


All times are GMT. The time now is 02:13 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.02240 seconds
  • Memory Usage 1,840KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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