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

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

Category: Major Additions - Version: 3.6.x Rating:
Released: 06-18-2006 Last Update: 02-03-2008 Installs: 661
DB Changes Uses Plugins
Additional Files Translations  
No support by the author.

Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here

Version 2.2.8 remains available here, with limited support.

04.02.08: patch-cat.xml 'extra' uploaded - see first post for information

27.10.07: Version 2.2.8-post1 uploaded
French translation of product installer uploaded (other language translations are in the main release zip)

Remember to back up your current database tables before upgrading.

What this is and does

LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs.

This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced.

Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager

Thank you to everyone who has tested, given suggestions, helped with the translations, etc.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
VIP Hawaii

Comments
  #1222  
Old 02-19-2007, 11:37 PM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Here's another attempt at the local_link_search code. I haven't got a server running php 4 any longer, so can't test - grateful for assistance.
That seems to have worked .. thanks

Although I have noticed another problem .. whenever I click on a link that is using the "Short (Title + Thumb)" linkbit which then goes to the "Modern" linkbit it comes up with the following error ..

Code:
Fatal error: Call to undefined function: vbphrase() in /home/virtual/site101/fst/var/www/html/local_links.php on line 526
This is an override of the normal linkbit as it's the bit that I'm using as a contact directory.
Reply With Quote
  #1223  
Old 02-20-2007, 02:03 AM
berayiwu5 berayiwu5 is offline
 
Join Date: Feb 2006
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Send me a PM with more exact details of what you want/how you want things to function - if it's easy, I'll do it.
Quote:
Originally Posted by obmob View Post
Oh i guess he means something similar to the hack made for vbgallery, you can put a line that counts the user entries, it displays a number and a link to the user's uploads or links.

A pic, this shows the link to gallery items for this user inside postbit template.
Andrew, I hope I'm not missing something here. When I click on the user name link in "Submitted by XYZ" for any given entry, it only leads to the vB stock "View Profile" page. I was hoping to see all the images or files (or at least a thumbnail of all the images or files) that XYZ has submitted. Now instead, I have to do a search to get a list of all the files XYZ has uploaded.

I guess what I want is that by clicking the username link in "Submitted by XYZ," I want to go to the local_links page of XYZ to see what images and files he/she has uploaded. If you could also implement what obmob has suggested, that'd be great too.

Oh. One more thing. Please correct me if I am wrong. I suppose I can't do multiple file or image upload at one time with LDM, correct? Many users, especially webmasters like myself, would like to upload multiple images or files all at once. If you have photos taken on a trip for instance, you don't want to upload them one by one. It would come in as very handy if users are allowed to upload multiple files all at once.

Thanks again Andrew for considering to incorporate these features into LDM.
Reply With Quote
  #1224  
Old 02-20-2007, 04:23 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Slave View Post
That seems to have worked .. thanks

Although I have noticed another problem .. whenever I click on a link that is using the "Short (Title + Thumb)" linkbit which then goes to the "Modern" linkbit it comes up with the following error ..

Code:
Fatal error: Call to undefined function: vbphrase() in /home/virtual/site101/fst/var/www/html/local_links.php on line 526
This is an override of the normal linkbit as it's the bit that I'm using as a contact directory.
Sorry about that. Edit local_links.php, go to line 526 and put a dollar sign in front of vbphrase and change the parentheses
Code:
		$hit = record_hit($vbulletin->GPC['linkid'], construct_phrase(vbphrase('ll_null_link', $viewlinkname)), $LINK_OK);
should be

Code:
		$hit = record_hit($vbulletin->GPC['linkid'], construct_phrase($vbphrase['ll_null_link'], $viewlinkname), $LINK_OK);

If only I had such Slaves in the office
Reply With Quote
  #1225  
Old 02-20-2007, 04:37 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by berayiwu5 View Post
Andrew, I hope I'm not missing something here. When I click on the user name link in "Submitted by XYZ" for any given entry, it only leads to the vB stock "View Profile" page. I was hoping to see all the images or files (or at least a thumbnail of all the images or files) that XYZ has submitted. Now instead, I have to do a search to get a list of all the files XYZ has uploaded.

I guess what I want is that by clicking the username link in "Submitted by XYZ," I want to go to the local_links page of XYZ to see what images and files he/she has uploaded. If you could also implement what obmob has suggested, that'd be great too.

In the 2.2.7 releases, there is a little magnifying glass just to the right of the username link in the main linkbits (see image). Clicking this takes you directly to a full list of all the entries submitted by that user.

Clicking on the username link itself in the linkbit does (as you say) go to the profile. However, if you enable *profile_ldmactivity* in the LDM settings, then the user's profile will include a list of recent hits and uploads (see second image).

So I guess all that's missing is to add another item as ObMob suggests in the postbits, and this would be a simple icon + url. The required url is "local_links_search.php?action=show&userid=N&sort= desc"


Quote:
Originally Posted by berayiwu5 View Post
Oh. One more thing. Please correct me if I am wrong. I suppose I can't do multiple file or image upload at one time with LDM, correct? Many users, especially webmasters like myself, would like to upload multiple images or files all at once. If you have photos taken on a trip for instance, you don't want to upload them one by one. It would come in as very handy if users are allowed to upload multiple files all at once.

Thanks again Andrew for considering to incorporate these features into LDM.

The standard add entry form only allows one upload at a time. I haven't added the possibility to upload multiple entries, partly because it's not clear what that should do - create one entry associated with several files (which some people have asked for) or create multiple entries that have the same description and other information.

By far the easiest way to handle regular multiple uploads is as follows:
- use an FTP client to upload the files into a subdirectory on your server
- set up an LDM category to autosynchronise with that directory
- turn on synchronisation on the LDM admin settings page

You can, by the way, set things up to synchronise a whole directory tree with categories and subcategories.
Reply With Quote
  #1226  
Old 02-20-2007, 10:15 AM
TheWhite TheWhite is offline
 
Join Date: Nov 2006
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards
Reply With Quote
  #1227  
Old 02-20-2007, 11:37 AM
mauro1947 mauro1947 is offline
 
Join Date: Nov 2006
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi!
We are working with limits and have no problem.
Do you tick the checkboxes near the limits?
Thanks
Bye!
Reply With Quote
  #1228  
Old 02-20-2007, 02:51 PM
TheWhite TheWhite is offline
 
Join Date: Nov 2006
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes sir, i wrote it above.
Reply With Quote
  #1229  
Old 02-20-2007, 02:56 PM
TheWhite TheWhite is offline
 
Join Date: Nov 2006
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards



Reply With Quote
  #1230  
Old 02-20-2007, 03:25 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheWhite View Post
Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards




Am happy to take a look at your site if you wish - send me a PM with details - I will need an admin account that has permission to add new plugins, so that if necessary I can install a debugger.
Reply With Quote
  #1231  
Old 02-20-2007, 03:32 PM
Mupetz Mupetz is offline
 
Join Date: Sep 2005
Location: Strasbourg
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anybody make a short tutorial on HOW TO set the mod_rewrite to the script ?
The steps you made to make it work.
Please

Following the wiki instructions doesn't give me any positive results.
Yes, again, i'm using vbseo but the vbseo has nothing to do with this.

Andrew, the Bold quote didn't helped me at all.
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 01:09 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.05507 seconds
  • Memory Usage 2,334KB
  • 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_code
  • (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
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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