Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.2.8, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 06-18-2006 Last Update: 02-03-2008 Installs: 661
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here

Version 2.2.8 remains available here, with limited support.

04.02.08: patch-cat.xml 'extra' uploaded - see first post for information

27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)

Remember to back up your current database tables before upgrading.

What this is and does

LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.

This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.

Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager

Thank you to everyone who has tested, given suggestions, helped with the translations, etc.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #1202  
Old 02-17-2007, 03:02 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by civil78 View Post
I was searching the extras and I see that.

If i put this on the URL of my browser.

Code:
http://www.yoursite.com/local_links.php?action=addlink&url=URLINK&name=NAMETEXT&description=DESCRIPTIONTEXT
It will fill all the fields. I am wondering if you have a guide or a list of all the supported URL actions somewhere.

And finaly if I can create and submit a new link from URL (not from button in the form)

Thank's
I'll try to document these in the wiki - I haven't given much time to that.

Currently, it isn't possible to process full submissions/edits/etc from the url - I think this would be a security risk?
Reply With Quote
  #1203  
Old 02-17-2007, 03:30 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I've uploaded the release candidate of 2.2.7 in the first post in this thread.

Reports please.

I'd very much appeciate it if the translators can now start work - there are some new phrases that need attention. Thanks.
Downloaded

I''l take a look at phrases a little later.
Reply With Quote
  #1204  
Old 02-18-2007, 07:46 AM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew

I've just updated my install to 2.2.7 RC and I get the following error when I click on the "Suggest other entries" link ..

Code:
Warning: Wrong parameter count for array_slice() in /local_links_search.php on line 303

Warning: array_keys(): The first argument should be an array in /local_links_search.php on line 306

Warning: implode(): Bad arguments. in /local_links_search.php on line 306
	Database error
The Yaxley Village database has encountered a problem.
Please try the following:
Load the page again by clicking the Refresh button in your web browser.
Open the www.yaxleyvillage.com home page, then try to open another page.
Click the Back button to try another link.
The www.yaxleyvillage.com forum technical staff have been notified of the error, though you may contact them if the problem persists.
 
We apologise for any inconvenience.

Database error in vBulletin 3.6.0:

Invalid SQL:

		SELECT
			link.linkid AS linkid, link.linkname AS linkname, link.linkdoi AS linkdoi,
			link.linkuserid AS linkuserid, link.linkusername AS linkusername,
			link.linkurl AS linkurl, link.linkimg AS linkimg,
			link.linkimgthumb AS linkimgthumb, link.linkimgthumbsize AS linkimgthumbsize, link.linkforum AS linkforum,
			link.linkdesc AS linkdesc, link.numrate AS numrate, link.totrate AS totrate,
			link.linkhits AS linkhits, link.linksize AS linksize, link.linkstatus AS linkstatus,
			link.linkdate AS linkdate, link.linkmoderate AS linkmoderate, link.linkmoddate AS linkmoddate,
			link.linkreviewfreq AS linkreviewfreq,
			ltoc.catid AS linkcatid, ltoc.displayorder AS linkdorder
			
			, ltoc2.catid AS linkcatid2
			
			
			FROM local_linkslink AS link
			LEFT JOIN local_linksltoc AS ltoc ON link.linkid = ltoc.linkid
			
			
			
	
			LEFT JOIN local_linksltoc AS ltoc2
			ON link.linkid = ltoc2.linkid
		 WHERE link.linkid IN ();

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 ')' at line 23
Error Number : 1064
Date         : Sunday, February 18th 2007 @ 09:41:04 AM
Script       : http://www.yaxleyvillage.com/local_links_search.php?action=like&linkid=167&catid=10
Referrer     : http://www.yaxleyvillage.com/local_links.php?catid=10
Classname    : vb_database

Any ideas?
Reply With Quote
  #1205  
Old 02-18-2007, 09:19 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Slave View Post
Hi Andrew

I've just updated my install to 2.2.7 RC and I get the following error when I click on the "Suggest other entries" link ..

Code:
Warning: Wrong parameter count for array_slice() in /local_links_search.php on line 303
Warning: array_keys(): The first argument should be an array in /local_links_search.php on line 306
Warning: implode(): Bad arguments. in /local_links_search.php on line 306
Any ideas?

I can see where this happens - it is a bug which is easy to fix - but I'm surprised - it seems to suggest an unexpected mixture of access permissions (basically, LDM seems to be discovering that all its suggested entries are blocked from the current user). Is this happening with all the 'suggest similar' buttons?
Reply With Quote
  #1206  
Old 02-18-2007, 10:23 AM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems to be .. yes.

I only get the big mysql error as admin, with my test users I just get the standard vb "A database error" page.
Reply With Quote
  #1207  
Old 02-18-2007, 02:24 PM
NiteRidah NiteRidah is offline
 
Join Date: Jul 2005
Location: Turku, Finland
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey,

LDM always creates a directory named 2 into specified upload directory and stores all files there. Is this the way it's supposed to be, or am I missing something here?
Reply With Quote
  #1208  
Old 02-18-2007, 02:57 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by NiteRidah View Post
Hey,

LDM always creates a directory named 2 into specified upload directory and stores all files there. Is this the way it's supposed to be, or am I missing something here?
Yes, this is correct.

It creates subdirectories in the upload directory, of the form /each/digit/of/your/user/id, and then places the uploaded files there

This is the same behaviour as vbulletin, and is done to try to avoid having directories with vast numbers of files in them.
Reply With Quote
  #1209  
Old 02-18-2007, 03:03 PM
NiteRidah NiteRidah is offline
 
Join Date: Jul 2005
Location: Turku, Finland
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah, ofcourse. Thank you for the quick reply
Reply With Quote
  #1210  
Old 02-18-2007, 10:07 PM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Can you try the attached file in your main forums directory.
Sorry for the delay Andrew .. been out for the day ..

Just tried the new file and got the following error ..

Code:
Warning: Wrong parameter count for array_slice() in /local_links_search.php on line 311

Warning: array_keys(): The first argument should be an array in /local_links_search.php on line 314

Warning: implode(): Bad arguments. in /local_links_search.php on line 314
Reply With Quote
  #1211  
Old 02-18-2007, 10:48 PM
obmob obmob is offline
 
Join Date: Nov 2001
Posts: 580
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm... i must remake all my templates and test the new features... here, 2.2.7 spanish translations...
Reply With Quote
Reply

Thread Tools

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 06:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10136 seconds
  • Memory Usage 2,319KB
  • Queries Executed 25 (?)
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
  • (4)bbcode_code
  • (5)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
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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_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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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