vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=166094)

MissKalunji 08-25-2010 10:39 PM

omg i'm so sorry....R.I.P andrew..

stuartn 09-06-2010 06:16 AM

Anyone have an issue with taptalk on it....constantly getting this error...

Quote:

Invalid SQL:

SELECT downloads.linkid AS linkid, downloads.userid AS userid, downloads.usertime AS usertime,
links.linkname AS linkname, ltoc.catid AS catid, lcat.catname AS catname
FROM local_linksdownloads AS downloads
LEFT JOIN local_linkslink AS links
ON downloads.linkid = links.linkid
LEFT JOIN local_linksltoc AS ltoc
ON links.linkid = ltoc.linkid
LEFT JOIN local_linkscat AS lcat
ON lcat.catid = ltoc.catid
WHERE userid=
ORDER BY usertime DESC
LIMIT 10;

MySQL Error : 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 'ORDER BY usertime DESC
LIMIT 10' at line 11

moon_spell 02-11-2011 05:31 AM

nice is there ayn for 4.1 ?

Alfa1 02-11-2011 08:58 PM

Here: https://vborg.vbsupport.ru/showthread.php?t=231407

moon_spell 02-12-2011 08:39 PM

Quote:

Originally Posted by Alfa1 (Post 2161516)

does not works on 4.1.1 after upgrade i am no more able to use this on my page !

Nam 05-12-2011 07:23 AM

OMG, still have lots of PMs between me and him. The best guy I ever met with online, offered me help with customization at no charge. I can't believe I just realized it now that he passed away.

R.I.P

DNN 10-17-2011 04:07 AM

does this mod also resize video automatically?

chickndipp 06-26-2016 07:11 PM

I migrated my data to Downloads II by running the following MySQL query against my vBulletin database:

Code:

INSERT INTO dl2_files(title,description,author,_author,uploader,uploaderid,url,totaldownloads,dateadded,size)
SELECT linkname, linkdesc, linkusername, linkusername, linkuserid, linkurl, linkhits, linkdate, linksize
FROM local_linkslink WHERE ORDER BY linkid ASC

UPDATE `dl2_files` SET `category` = '1' WHERE `category` = '0';

UPDATE `dl2_files` SET `url` = REPLACE(`url`, "/user_uploads", "");

This will assign all files to the default category which DownloadsII created following a fresh installation.

Then in AdminCP -> DownloadsII -> Settings, change the 'Downloads Folder Path' setting to:

Code:

./user_uploads
Finally go to /downloads.php?do=manfiles and click "Update Counters".

Now all you have to do is create your categories and edit your files to assign them appropriately. Definitely a time-saver vs. adding everything manually to a new script.

Hope that helps!


All times are GMT. The time now is 05:56 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.02681 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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