Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
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
  #1272  
Old 09-27-2008, 09:24 PM
7lanet's Avatar
7lanet 7lanet is offline
 
Join Date: Aug 2007
Location: YeMeN
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

from where i can upload the files??
Reply With Quote
  #1273  
Old 09-28-2008, 04:24 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 7lanet View Post
from where i can upload the files??
Hello,

I've visited your site and made a few tests, including uploading a file into the category you had created. It's working fine. The answer to your question 'Where do I upload the files' is - you go into the category where you want to place the file; then you select 'Add Entry'; then you are given a form for creating the entry which has a field 'Upload File'.

You had turned on a lot of the LDM options, and some of these were causing problems:

- The SEO friendly options will only work if you also configure vbSEO to work with LDM, and you had not done this. I have turned this option off for the time being. (I do not provide support for setting up vbSEO and do not have a licence for it.)

- You enabled the 'Enable automatic thread creation to announce new entries' option, but you had told it to post messages in a forum which is not open for posts. I can't check that without having access to your main vb admincp, so I turned it off. (I also can't read Arabic )

- You enabled all the home page statistics options, which is probably not a good idea - just choose one or two of them.

The way your board is currently set up, you can only upload bmp, doc, gif, jpe, jpeg, jpg, pdf, png, psd, rar, txt, xml and zip files. If you want to add others, then install the 'add-newmimetypes' LDM extra - it's in the extras directory of the release - or send me a PM with information on how to log in to your admincp.

Hope this helps.
Reply With Quote
  #1274  
Old 09-28-2008, 07:21 AM
7lanet's Avatar
7lanet 7lanet is offline
 
Join Date: Aug 2007
Location: YeMeN
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

тhank you тhank you тhank you тhank you
:up::up:
Reply With Quote
  #1275  
Old 09-28-2008, 06:12 PM
Sandgrinder's Avatar
Sandgrinder Sandgrinder is offline
 
Join Date: Aug 2008
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I make each upload a link instead of showing everything at the same time? It's really annoying to scroll through everything.

All I'd like to see is the title and a bit of the text, then you have to click the title or maybe some "Read full upload" or something equal.

Example:
http://crinale.com/forums/local_links.php?catid=14

It's just too big and takes to much space, I just want to show a bit of the entry, not the whole one.
Many thanks!
Reply With Quote
  #1276  
Old 09-28-2008, 07:36 PM
maroceve maroceve is offline
 
Join Date: Oct 2005
Location: Casablanca, Morocco
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew please check your pm for login info : i can't seem to fix the style issue
Reply With Quote
  #1277  
Old 09-29-2008, 12:39 AM
IrPr IrPr is offline
 
Join Date: Mar 2005
Posts: 351
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Entry Reporting is buggy even in 2.3.0 Alpha cause of wrong var name in "doreport" action

local_links_action.php(2868)

Find:
PHP Code:
    $mods ldm_fetch_moderators($catid$report_usersldm_lookup_setting($thiscatidreport_email)); 
Replace with:
PHP Code:
    $mods ldm_fetch_moderators($catid$report_usersldm_lookup_setting($catidreport_email)); 
Reply With Quote
  #1278  
Old 09-29-2008, 12:42 AM
Saint_I_Am Saint_I_Am is offline
 
Join Date: Aug 2008
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem with vbadvanced integration. I have all the files integrated and have done what it says in the manual

Quote:
The main LDM script, local_links.php integrate successfully in most respects with vbAdvanced, i.e. can be set up to appear as the central column on a vbAdvanced page. There is only one serious exception: setting up the LDM Jukebox to launch "within page" creates an unpleasant mess on the screen. Use the "launch Jukebox in new window" option instead.
The only problem is that the new window cuts off half way. It would be good if the new window had vertical scroll bars so you could scroll down and see the rest of the page including the left and right sidebars of vbadvanced.
Reply With Quote
  #1279  
Old 09-29-2008, 02:12 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Sandgrinder View Post
How do I make each upload a link instead of showing everything at the same time? It's really annoying to scroll through everything.

All I'd like to see is the title and a bit of the text, then you have to click the title or maybe some "Read full upload" or something equal.

Example:
http://crinale.com/forums/local_links.php?catid=14

It's just too big and takes to much space, I just want to show a bit of the entry, not the whole one.
Many thanks!
Select a different linkbit, either on the LDM admin settings or per category (edit category/control settings). The Modern (short) linkbit should do what you want, in combination with the length_shortdesc setting
Reply With Quote
  #1280  
Old 09-29-2008, 10:43 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by IrPr View Post
Entry Reporting is buggy even in 2.3.0 Alpha cause of wrong var name in "doreport" action

local_links_action.php(2868)

Find:
PHP Code:
    $mods ldm_fetch_moderators($catid$report_usersldm_lookup_setting($thiscatidreport_email)); 
Replace with:
PHP Code:
    $mods ldm_fetch_moderators($catid$report_usersldm_lookup_setting($catidreport_email)); 
Noted, thanks
Reply With Quote
  #1281  
Old 09-29-2008, 11:32 AM
maroceve maroceve is offline
 
Join Date: Oct 2005
Location: Casablanca, Morocco
Posts: 232
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey andrew ...nevermind, i fixed the problem, thank you.
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 12:38 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.06402 seconds
  • Memory Usage 2,324KB
  • 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_php
  • (4)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