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
  #132  
Old 02-24-2008, 03:31 AM
stwilson stwilson is offline
 
Join Date: Dec 2006
Location: USA
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm not sure why, but I cannot get thumbnails to ever create/show. I have them enabled on my forum and enabled in the LDM config panel. I view a list of links, click on them, edit them and still not one thumbnail shows. What am I missing?
Reply With Quote
  #133  
Old 02-24-2008, 04:36 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stwilson View Post
I'm not sure why, but I cannot get thumbnails to ever create/show. I have them enabled on my forum and enabled in the LDM config panel. I view a list of links, click on them, edit them and still not one thumbnail shows. What am I missing?
Not sure - there are several possible reasons - strangely I had someone else with this problem yesterday.

Things to check

- Have you got the GD graphics library available on your server (go to LDM/admin and take a look at the message about GD2 on the left margin)

- Are the thumbs being displayed as broken images (try IE as Firefox doesn't show them)

- Have you set a non-zero size for thumbs (LDM/admin/settings)

- Do they work non-cached (clear the thumbs directory on LDM/admin/settings, clear any existing thumbs (ldm/admin/statistics)). If so, the problem may be with the cache directory.

If this doesn't help, get back to me and we can investigate further.
Reply With Quote
  #134  
Old 02-24-2008, 04:44 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,
i tried to upgrade to ldm-2.2.9-a3 on my test forum. there where 2 Points:
1 - i saw a red phrase about PHP BASE DIR but it was to fast for me to read the complete line.... is this normal?
2 - i can't vire LDM anymore on user-end. error msg: Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72718 bytes) in /home/xxxxx/public_html/local_links.php(272) : eval()'d code on line 39
the second one appeared when i installed explorer-view plugin

thanks
Reply With Quote
  #135  
Old 02-24-2008, 05:00 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one more request or better to say addition to JW Player
take a look at here please: http://www.jeroenwijering.com/?item=JW_WMV_Player
if possible, i want this play the WMV files instead of wmp

thanks in advace
Reply With Quote
  #136  
Old 02-24-2008, 05:11 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rouzbeh1 View Post
hi,
i tried to upgrade to ldm-2.2.9-a3 on my test forum. there where 2 Points:
1 - i saw a red phrase about PHP BASE DIR but it was to fast for me to read the complete line.... is this normal?
2 - i can't vire LDM anymore on user-end. error msg: Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 72718 bytes) in /home/xxxxx/public_html/local_links.php(272) : eval()'d code on line 39
the second one appeared when i installed explorer-view plugin

thanks
LDM gives a warning if open_basedir is set. There's no problem provided you organise things properly. open_basedir is a security restriction on where you can read/write files on your server.

The second point is dealt with by increasing memory_limit in your php.ini.

On your second post, yes I'd noticed that also.
Reply With Quote
  #137  
Old 02-24-2008, 05:37 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still the same problem with another error:
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 30720 bytes) in /home/xxxxx/public_html/includes/local_links_include.php(2594) : eval()'d code on line 14

isn't 50M really too much for an application?

thanks for the fast answer


ADD: got the point.... i have more than 1500 categories and this kills php it worked hardly with 70M memory_limit!
just wanted to test how it looks like. it's a perfect feature for databases with less categories and looks very nice
Reply With Quote
  #138  
Old 02-24-2008, 06:37 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rouzbeh1 View Post
still the same problem with another error:
Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 30720 bytes) in /home/xxxxx/public_html/includes/local_links_include.php(2594) : eval()'d code on line 14

isn't 50M really too much for an application?

thanks for the fast answer


ADD: got the point.... i have more than 1500 categories and this kills php it worked hardly with 70M memory_limit!
just wanted to test how it looks like. it's a perfect feature for databases with less categories and looks very nice
The javascript for the explorer view is capable of handling an ajax-like 'expand on demand', which should reduce the memory requirement considerably (assuming that you haven't got a weird category structure). I am thinking about how to make that available. Currentyly, the whole tree is loaded.
Reply With Quote
  #139  
Old 02-24-2008, 10:08 PM
Omranic's Avatar
Omranic Omranic is offline
 
Join Date: Jan 2005
Location: Egypt
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
How are you sir, i hope you are fine.
Quote:
Originally Posted by AndrewD View Post
Quote:
Originally Posted by SolidSnake@GTI View Post
Hello,
Thanks for this fantastic mod, it's a great mod really.

I have a question:
I need to: Create a main category called "Backup" & create sub-categories inside it for each customer, each sub-cat for one customer & is synchronized with a directory on the server, each sub-cat also is specified to a specific customer & so he can't (see/access) any (sub-cats/cat's content) except the one specified for him (Customers can't see others sub-cats / Like: users can't see others threads).

Is there any way doing this using LDM or extras supplied with it?
If no, so how can I do it as a custom work, if you can help with some code snippets or as least the coding principal, I would appreciate your effort.

Thanks
The synchronising is straightforward and already built in.

The other part, visibility/access to given user only, is not currently available (I don't think - this is getting a bit complex), but not hard to add. I will include it in the next release, which should be available (at least in beta form) quite soon, depending on how much food I eat this week.
Is there any news regarding this?
Also: Is there a way to do the same procedure for items in some categories? i mean "User can't see others items, is it possible?
Reply With Quote
  #140  
Old 02-25-2008, 05:15 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SolidSnake@GTI View Post
Hello,
How are you sir, i hope you are fine.


Is there any news regarding this?
Also: Is there a way to do the same procedure for items in some categories? i mean "User can't see others items, is it possible?
Most of it is done in the 2.2.9 alpha. There's a couple of bits I need to finish off regarding teh synchronisation. The basic feature is the *can_view_category* permission, which is new in 2.2.9. Since users can always see their own entries/categories, by removing this permission you can deny users the right to see anything else. This can be applied on a per-category basis.
Reply With Quote
  #141  
Old 02-25-2008, 09:01 PM
macc's Avatar
macc macc is offline
 
Join Date: Feb 2008
Posts: 647
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello!

have installed last version alpha3 and get error - blank page when click on rate/coments .. http://www.belaplay.com/vb/libar/loc...atid=2&lpage=1 but another works fine ... some solution or help?

have vbulletin 3. 7. 0. beta 5

regards
macc

http://www.belaplay.com/vb/libar/loc...ks.php?catid=2
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 08:06 AM.


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.05978 seconds
  • Memory Usage 2,322KB
  • 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
  • (6)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
  • (4)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