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
  #1342  
Old 10-05-2008, 09:22 PM
DJDrew DJDrew is offline
 
Join Date: Oct 2008
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

Also the "Uploadable filetypes and size limits" says 8mb, and can't seem to be able to change this.

Any idea how anyone?
Reply With Quote
  #1343  
Old 10-06-2008, 03:58 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
Does anyone have any idea why I have the "Downloads and links" title with nothing in the table, then I have the table underneath with all the catagories in. Please ask if you don't understand
You mean it looks like the attached? That's how it's designed to look.

The table at the top is used to contain the name of the current category. At the base level, this is considered to be the product itself, i.e. Links and Downloads Manager. After a search, it is the title Search Results. The table then contains the category's full description (which at the base level is empty), and possibly some accompanying information such as the current user's allowances, etc. It is possible to disable display of this table at the base level - it requires a small edit to the links_main template, which I think I have explained earlier in this thread.

The second table lists all the categories which have the current category as their parent.

If you are in a category with entries, there is then another table containing the category's entries.

and so on.
Reply With Quote
  #1344  
Old 10-06-2008, 04:01 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
Hello,

Also the "Uploadable filetypes and size limits" says 8mb, and can't seem to be able to change this.

Any idea how anyone?
The upper limit on uploads is defined by two settings - post_maxsize and upload_max_filesize - in the site configuration file (php.ini) on your web server. Within that limit, you can apply smaller limits for non-admins via the vb/admincp/attachments table. These are explained in the wiki, http://www.eirma.org/wikis/index.php/Site_Configuration
Reply With Quote
  #1345  
Old 10-06-2008, 04:02 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey did you consider my request about the favorite /playlist ?
Reply With Quote
  #1346  
Old 10-06-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
is it a bug please?
take a look at the ll_rate_and_comment phrase. It should read
Code:
{1} notes, {2} commentaires
I suspect you'll find it does not. Not sure if that was my fault or if you have edited it at some stage.
Reply With Quote
  #1347  
Old 10-06-2008, 04:13 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji View Post
hey did you consider my request about the favorite /playlist ?
I can't remember what that was, sorry?
Reply With Quote
  #1348  
Old 10-06-2008, 04:18 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 links_imgpage template. I tested Shadowbox with 6 image filetypes - no problems with jpg, png, & gif in IE7 & Firefox 2.

Image Bug: My current image processing library doesn't create thumbnails for bmp, tif, psd images. So I manually created jpg, png, gif thumbnails and added it to my bmp, tif, psd image entries. When I click on the magnifier, the Shadowbox appears but it shows the thumbnail, not the full-size bmp, tif, psd image. I know browsers can show bmp images, but can they show tif & psd images? If not, can you disable the magnifier link for them? If yes, can you enable Shadowbox for them?

links_imgpage Bug: There are some minor bugs with this template:
1. Image is not centered aligned for IE7, both horizontally & vertically.
2. No scrollbars in IE7 so larger images are cut off.
3. Template background/ "canvas" shows for smaller images.

Template Fix: Here's the template that I'm using:
1. Fixes horizontal alignment in IE7; still can't vertically align (even if I use tables).
2. Scrollbars in IE7 shows so larger images can be fully seen.
3. Template background/ "canvas" is minimized for smaller images.
HTML Code:
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title></title>
$headinclude
</head>
<body>
<div style="width: 100%; height: 100%; text-align: center; vertical-align: middle;">
    <img border="0" src="$pic_source" alt="" />
</div>
</body>
</html>
.
Image Tip: Currently, the plugin sets the image template width & height to the link_imagemagsize setting. This causes unnecessary scrollbars to appear for images equaling that size, probably because Shadowbox adds some margin or padding.
Solution: to show the full image without unnecessary scrollbars, add about 60 pixels to shadowbox_imgmag_width & shadowbox_imgmag_height in LDM settings. For example, my link_imagemagsize is set to 1024, so I used 1080.

Slow Image Loading: The images load slower than flash videos in Shadowbox. I have images about 1.5 Mb and flash about 15 Mb. Although the flash video is 10x larger, it loads up to 2x faster (~2 secs testing locally, whereas 1.5 Mb images can take up to ~4 secs - IE7 slower than Firefox 2, surprise.... surprise). Is it because the flash video is streamed but the image requires to be fully loaded? If that's the case, can you use the "lowsrc" attribute for <img> to load the thumbnail first?

Missed Click: Ok maybe I'm clumsy with my clicks , but can you make the 'X' button to close Shadowbox larger? When you implement the Next & Previous buttons for the gallery feature, please make them larger also.

Anticipating...: I'm looking forward to the gallery features & 'naked' players/ images that you'll be implementing in the next version of the Shadowbox plugin. I'll be glad to test it for you!
Thanks. The image loading problem is serious, and I have noticed this myself. It's actually server cpu load, doing work which I think is not required with Shadowbox. (It's generating a correctly sized large thumbnail on the fly.) I'm going to rework this before launch.

For the rest, thanks very much for the testing - I'll deal with these in the next release.
Reply With Quote
  #1349  
Old 10-06-2008, 04:26 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
I can't remember what that was, sorry?
it was a way to get your favorite (in my position the whole thin is just mp3) into a jukebox /playlist I don't know if you see whatno mean? Instead of having the table showing the same of the standard lmd you could have it be a flash player using your favorite as a playlist. I seen someone being able to do it with the same player you used. (well he used downloads II) but I'm sure it's the same principle
Reply With Quote
  #1350  
Old 10-06-2008, 04:52 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji View Post
it was a way to get your favorite (in my position the whole thin is just mp3) into a jukebox /playlist I don't know if you see whatno mean? Instead of having the table showing the same of the standard lmd you could have it be a flash player using your favorite as a playlist. I seen someone being able to do it with the same player you used. (well he used downloads II) but I'm sure it's the same principle
OK, I understand.
Reply With Quote
  #1351  
Old 10-06-2008, 03:09 PM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

do you think it would be possible as an addons? or something like that? i know it's not complicated but i tried lol and it didn't work out so hopefully the smarter one will be able to
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 12:17 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.05941 seconds
  • Memory Usage 2,332KB
  • 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
  • (1)bbcode_html
  • (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