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
  #1522  
Old 10-24-2008, 08:03 PM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like the new admin interface in LDM 2.3.0 - particularly then new layout for linkbits/catbits and the new page for LDM Plugins.
Suggestion: on the LDM Plugins page, can you provide a function to delete selected extra LDM mods - some of them have 10+ plugins so it would save time, especially when testing. Instead of deleting each plugin individually, I'm currently using Mysql directly to delete them at once with one statement.

Note: You'll probably have to update the LDM Plugins page to support the LDM Extras Plugins product/script (to allow updating LDM without requiring reinstalling LMD extra plugins) that I sent you.
Reply With Quote
  #1523  
Old 10-25-2008, 04:50 AM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have 2 bugs to report for LDM 2.3.0-beta1 used in VB 3.8.0-beta1:

1. Shadowbox shows the thumbnail and not the original image for entries with thumbnails that are different from the original image.

2. Clicking on a category name pops up its description instead of linking the user to the category entries listing page. I believe in LDM 2.2.9-post1, the description pops up only when clicking on the arrow. Since the category name doesn't link to the category entries listing page, the user if forced to use the category jump menu (if enabled) or go to LDM's home page.
Reply With Quote
  #1524  
Old 10-25-2008, 04:54 AM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Features Request for next LDM version:

1. Auto tagging using entry’s title
2. Domain Blacklist for link entries
3. Multiple Links Domain Whitelist – enable whitelist for domains that can have multiple link entries
4. allow animated gif’s to be used as thumbnails

Just wanted to submit some ideas, but I know you're busy Andrew with fixing/ updating LDM 2.3.0 to release a stable version. Thanks for all your contributions
Reply With Quote
  #1525  
Old 10-25-2008, 05:16 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by vbboarder View Post
I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.

1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?

2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?
I remain bemused. I have installed the 2.3.0 beta on a clean version of vb 3.8 and both the shadowbox and inline players are working fine for me with ie7, ff2, ff3, google chrome and opera 9.6. Ditto with vb 3.7. Any more hints you can give me?

Differences between 2.2.9 and 2.3.0 versions of includes/local_links_player.php are minor.

- master_settings is renamed ldm_master_settings
- protocol_schemes is renamed ldm_protocol_schemes
- call to ldm_get_mimetype replaced by called to ldm_known_filetype
- calls to vb function iif(x,y,z) replaced by ternary (x ? y : z)
- default howtostream in function get_ldm_playerbit() includes code to handle optional security tag and vbulletin session id

Differences between ldm_get_entrybits() are major, and transplanting the code will certainly break a number of other features.
Reply With Quote
  #1526  
Old 10-25-2008, 05:33 AM
vbboarder's Avatar
vbboarder vbboarder is offline
 
Join Date: Jun 2008
Location: Silicon Valley, CA
Posts: 417
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the update Andrew. Hopefully, we can figure out the exact code that's causing the problems for those 2 plugins.

Were you testing JWPlayer with Flash 10? Someone earlier mentioned that may be an issue.... probably not, but don't know (BTW, I'm using Flash 10).
Reply With Quote
  #1527  
Old 10-25-2008, 06:14 AM
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 the update Andrew. Hopefully, we can figure out the exact code that's causing the problems for those 2 plugins.

Were you testing JWPlayer with Flash 10? Someone earlier mentioned that may be an issue.... probably not, but don't know (BTW, I'm using Flash 10).
Both 9 and 10 seem ok for me.

The cat_desc_popup bug requires a small template edit (links_catbit) - change:

Code:
	<td align="$stylevar[left]" valign="middle" id="catfull$catid">
	<span class="smallfont">
<if condition="$catnew">
	<strong><a href="$catseo">$catname</a></strong>
<else />
	<a href="$catseo">$catname</a>
</if>
</span>
<if condition="$links_defaults[cat_desc_popup] and $cattext">
	&nbsp;<script type="text/javascript"> vbmenu_register("catfull$catid"); </script>
</if>
	</td>
to

Code:
	<td align="$stylevar[left]" valign="middle">
<if condition="$links_defaults[cat_desc_popup] and $cattext">
	<div id="catfull$catid" style="float:$stylevar[left]"><script type="text/javascript"> vbmenu_register("catfull$catid"); </script></div>
</if>
	<span class="smallfont">
<if condition="$catnew">
	<strong><a href="$catseo">$catname</a></strong>
<else />
	<a href="$catseo">$catname</a>
</if>
</span>
	</td>
Reply With Quote
  #1528  
Old 10-25-2008, 09:12 AM
abdelghani68 abdelghani68 is offline
 
Join Date: Oct 2007
Location: France
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
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




does the comment actually contain some text? blank comments are not counted.
I can't add an categorie with this file. When I add a categorie, I have a page empty and the categorie is not added.
Reply With Quote
  #1529  
Old 10-25-2008, 09:24 AM
DJDrew DJDrew is offline
 
Join Date: Oct 2008
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help me with my thumbnails issue stated on the previous page?
Reply With Quote
  #1530  
Old 10-25-2008, 09:59 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DJDrew View Post
Can anyone help me with my thumbnails issue stated on the previous page?
When you create the entry using the add/edit entry form, fill in the image field with the (local) url of the image file you want to use. It will still create independent thumbnail files for each entry, but these files are usually small by comparison with the master image.
Reply With Quote
  #1531  
Old 10-25-2008, 10:05 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 can't add an categorie with this file. When I add a categorie, I have a page empty and the categorie is not added.
I cannot reproduce this error.

Which options are you selecting on the add category form. Also, try turning off 'GZIP HTML Output' option on vb/admincp/options/cookies and http headers
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 06:47 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.05234 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)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
  • (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