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)

DragonByte Tech 11-05-2010 11:55 AM

Quote:

Originally Posted by Myster Dude (Post 2118202)
Managed to sort import on localhost.

Is there any way to mass delete the files from database etc so i can start again with fresh import.

Run the following queries.

[SQL]
DELETE FROM {YOUR TABLE PREFIX}dbtech_downloads_filegroup
[/SQL]

[SQL]
DELETE FROM {YOUR TABLE PREFIX}dbtech_downloads_fileinfo
[/SQL]

Then delete the files in your downloads folder.

- David

drsmash 11-05-2010 04:52 PM

Quote:

Originally Posted by drsmash (Post 2117164)
any Idea?!

i want to know how to make it work on Vb 4.0.5 and UTF-8 Charset

DragonByte Tech 11-05-2010 05:11 PM

Quote:

Originally Posted by drsmash (Post 2118349)
i want to know how to make it work on Vb 4.0.5 and UTF-8 Charset

I can't think of anything in the mod that would cause this to break. Let me install a new language and test it for myself.

- David

Smiler2009 11-06-2010 10:40 AM

Can this mod or the pro version work with secondary usergroups?

We like to keep everybody as registered users and then add additional access to forums through additional usergroups but DownloadsII doesn't work with this and it's causing major headaches for us.

Regards, Jeff.

Athena1984 11-07-2010 09:31 PM

Although this mod looks very tempting, it doesn't seem to have thumbnails for the download threads. If this could be added, I would definitely buy the pro version.

DragonByte Tech 11-07-2010 10:14 PM

Quote:

Originally Posted by Athena1984 (Post 2119228)
Although this mod looks very tempting, it doesn't seem to have thumbnails for the download threads. If this could be added, I would definitely buy the pro version.

This is actually very easy to add yourself. I will have this included by default in the next release.

Open template dbtech_downloads_listings
FIND:
HTML Code:

<div class="td" style="vertical-align: top; width: 5%;">
REPLACE WITH:
HTML Code:

<div class="td" style="vertical-align: top; width: 115px;">
Open template dbtech_downloads_listings_bits
FIND:
HTML Code:

<img src="{vb:stylevar imgdir_statusicon}/forum_link-48.png" alt="{vb:rawphrase dbtech_downloads_download}" />
REPLACE WITH:
HTML Code:

<img src="{vb:var vboptions.dbtech_downloads_link}.php?do=file&amp;fileid={vb:var listings.image}&amp;image=1&amp;thumb=1" alt="{vb:raw listings.groupname}" style="width: 100px; height: 100px; border: 1px solid black;" />
- David

Athena1984 11-08-2010 01:08 AM

And this template edit will allow you to post different thumbnails for each thread started?

DragonByte Tech 11-08-2010 10:52 AM

Quote:

Originally Posted by Athena1984 (Post 2119302)
And this template edit will allow you to post different thumbnails for each thread started?

Thread started? Do you mean for every download?

- David

Athena1984 11-08-2010 09:27 PM

Yes, that's what I mean.

DragonByte Tech 11-09-2010 09:41 PM

Quote:

Originally Posted by Athena1984 (Post 2119655)
Yes, that's what I mean.

Yea, you'll get a thumbnail for each with that edit :)

- David


All times are GMT. The time now is 03:50 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.02113 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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