Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Links and Downloads Manager Details »»
Links and Downloads Manager
Version: 2.3.0, by AndrewD AndrewD is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.7.0 Rating:
Released: 12-24-2007 Last Update: 06-13-2009 Installs: 576
DB Changes Uses Plugins
Re-useable Code Additional Files Translations  
No support by the author.

What this is and does

LDM is a general-purpose tool for managing libraries of links and files, and handling uploads and downloads in a flexible way, while tracking and control user access. It has a range of integrated media players and a large library of 'plugin' extras.

Installation and Usage Explained in the on-line Wiki, with a brief explanation in the file instructions.txt in the release zip. The recent revision history is given in the first post of this thread.

Please use carefully and always backup your database before upgrading. Post reports of problems and suggestions for enhancements in this thread.

14.06.09 Version 2.3.0 is now the the officially-supported version. Works with 3.7 and vb 3.8. Please post comments in this thread

22.06.08 Version 2.2.9-post1 - This is the previous supported version. Works fine with all versions of vb 3.6 and vb 3.7. All standard features except profile integration and forum prefix selection work fine with vb 3.8.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1502  
Old 10-22-2008, 06:41 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Simon Lloyd View Post
As another side question to your valuable time could you explain how to change which style the system uses?, i have uploaded a style with no parent or merge and find when i use that style and a user clicks the links to the download/uploads the "Force Accept" page is in the old style so is the categories page and Admin, Mods cp, any ideas?
Simon, I don't spend much time with the style system - we just use the one style on our site, and I haven't changed the LDM code for this for ages. What exactly are you doing? What do you have the LDM admin setting/default_style set to, and have you re-configured it in any categories?
Reply With Quote
  #1503  
Old 10-22-2008, 06:42 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbboarder View Post
Thanks for checking Andrew. For the LDM profile integration, are you talking about the 2 LDM plugins hooked to member_customfields for "latest LDM entries" and "what's viewed list"? I justed added '3.8' to the '3.7' case statement. Anything other version checks or plugin edits I should do?
That's it.
Reply With Quote
  #1504  
Old 10-22-2008, 09:25 PM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
.....What do you have the LDM admin setting/default_style set to, and have you re-configured it in any categories?
This was what i needed, i just couldnt see the wood for the trees! lol, thanks for that, i cant wait until for this next version of yours to be stable, it will be good when the hits and entries will show in the users profile!
Reply With Quote
  #1505  
Old 10-23-2008, 08:49 AM
skokarl skokarl is offline
 
Join Date: Apr 2005
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hallo AndrewD,

I have a error with the IE ....

excuse my bad english .....

on the start page from your addon IE has a error symbol on the left side/bottom:

after klick ...

the windows says :
problems

Code:
zeile : 12 ( line )
zeichen : 1604
fehler : unerwarteter Aufruf oder Zugriff
code : 0
http://xxx.xxx.xxx.xxx/forum/local_links.php
it is a xampp installation,... I think there is something with the path ...?

thanks ..
Reply With Quote
  #1506  
Old 10-23-2008, 11:01 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Little bug:
$message isnt escaped in ldm_insert_rate() for edited comments which leads to MySQL error for some odd inputs

includes/local_links_actions.php (54):
Find:
PHP Code:
                lcomment '".$message."'
Replace with:
PHP Code:
                lcomment '".$vbulletin->db->escape_string($message)."'
Reply With Quote
  #1507  
Old 10-23-2008, 12:39 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Suggestion:

septare allow_html directive for entry desc and comments in admin settings to avoid HTML Allowed comments when descriptions needs to be
Reply With Quote
  #1508  
Old 10-23-2008, 02:34 PM
DJDrew DJDrew is offline
 
Join Date: Oct 2008
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I am trying to have a podcast thumbnail for several podcasts. I'm using the same image for all the podcasts but its on the server as several different image files. Is there any way I can link all the images to one of them and not create its own unique filename?

Drew
Reply With Quote
  #1509  
Old 10-23-2008, 03:55 PM
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have an error when I want to modif a comment. Can you see what is it please:

Quote:
Database error in vBulletin 3.7.3:

Invalid SQL:

UPDATE local_linksrate
SET
lcomment = '*****',
linkuserid='310',
linkusername='****'
WHERE lrate = 22;

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 3
Error Number : 1064
Request Date : Thursday, October 23rd 2008 @ 06:51:02 PM
Error Date : Thursday, October 23rd 2008 @ 06:51:02 PM
Script : /local_links_actions.php
Referrer : /local_links.php?action=ratelink&rateid=22&linkid=1 25&catid=104&lpage=1&ratesort=d
If a member add a coment, there is noted '1 comment' but if I add a comment, there is noted '0 comment'.
Reply With Quote
  #1510  
Old 10-23-2008, 09:14 PM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abdelghani68 View Post
I have an error when I want to modif a comment. Can you see what is it please:



If a member add a coment, there is noted '1 comment' but if I add a comment, there is noted '0 comment'.
Check my 2nd post above.

https://vborg.vbsupport.ru/showpost....postcount=1505
Reply With Quote
  #1511  
Old 10-24-2008, 04:12 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by abdelghani68 View Post
I have an error when I want to modif a comment. Can you see what is it please.
As IrPr says, it was a missing check within the database access. Use the attached file for includes/local_links_actions.php

NB: other - this is for ldm 2.3.0 only - not 2.2.9


Quote:
Originally Posted by abdelghani68 View Post
If a member add a coment, there is noted '1 comment' but if I add a comment, there is noted '0 comment'.
does the comment actually contain some text? blank comments are not counted.
Reply With Quote
Reply


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 05:00 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.26812 seconds
  • Memory Usage 2,325KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (7)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
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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