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
  #1072  
Old 09-09-2008, 02:04 AM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, this is the first time that I've looked at possibly adding this mod and it seems like there are a lot of adjustments and changes that have to be made to get it to work.

Is it easier than it seems because there seems to be a lot of detail to get through on these 72 pages

Any tips or pointers to a beginner with this mod? I'm off to read the Wiki again as I glanced at it the first time.
Reply With Quote
  #1073  
Old 09-09-2008, 04:36 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Neither of those are currently straightforward.

Quote:
Originally Posted by MissKalunji View Post
how can i make it the second entry play with the MP3 button?
Not possible in version 2.2.9. Will be there in 2.3.0

Quote:
Originally Posted by MissKalunji View Post
How can i move the top navbar (that is administer etc etc to go right over sort by etc)? i want it to be on top of the categories / or new entries on every pages? i've searched through the templates and only find the links_header and that was it
Ditto.

In four years, you are the first person to ask this . Currently, the LDM navbar is coded into the links_header template, so it is not trivial (but not impossible) to move. I will make it so in version 2.3.0. Essentially, you have to pull a major piece of that template into a new template, patch the code to assign that template to a new variable, and drop that variable into the links_main template.
Reply With Quote
  #1074  
Old 09-09-2008, 04:38 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ArnyVee View Post
Wow, this is the first time that I've looked at possibly adding this mod and it seems like there are a lot of adjustments and changes that have to be made to get it to work.

Is it easier than it seems because there seems to be a lot of detail to get through on these 72 pages

Any tips or pointers to a beginner with this mod? I'm off to read the Wiki again as I glanced at it the first time.
It should be very easy to get working if you just follow the installation instructions (upload code, install product installer). The complexities come because this has grown into rather a flexible beast which can do many things. But I hope you'll find that everything is logically organised and that the wiki is easy to follow.
Reply With Quote
  #1075  
Old 09-09-2008, 04:39 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
Neither of those are currently straightforward.



Not possible in version 2.2.9. Will be there in 2.3.0



Ditto.

In four years, you are the first person to ask this . Currently, the LDM navbar is coded into the links_header template, so it is not trivial (but not impossible) to move. I will make it so in version 2.3.0. Essentially, you have to pull a major piece of that template into a new template, patch the code to assign that template to a new variable, and drop that variable into the links_main template.
I had a feeling it was more complicated then that lol. I'll try myself (no for real think i might wait on 2.3.0) lol

Thanks!
Reply With Quote
  #1076  
Old 09-09-2008, 04:44 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sparklywater View Post
How can I make the links in "Who's Online" display go directly to the embedded media pages instead of opening intermediary pages in the 'links_main' template?
The code is in includes/local_links_profile.php. There are three lines

PHP Code:
    '<a href="'.LINKS_SCRIPT.'.php?catid='.$myrow['catid'].'&amp;linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'
Change these to

PHP Code:
    '<a href="'.LINKS_SCRIPT.'.php?action=play&amp;catid='.$myrow['catid'].'&amp;linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'
Reply With Quote
  #1077  
Old 09-09-2008, 09:45 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea about this?
Quote:
Originally Posted by Alfa1 View Post
Is there anything special that I need to do to get ldm_new_media.module working? ldm_new.module works fine.
Reply With Quote
  #1078  
Old 09-09-2008, 10:44 AM
jdunsworth jdunsworth is offline
 
Join Date: Jul 2006
Location: Oklahoma
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First off, excellent mod.. very deep and well written. I am having a similar problem to a few listed above but with no result.

Currently when trying to add an entry all of the filetypes show a size limit of 7.00 Mbytes. The admin panel states that these limits come from the attachment allowances, however, most of our attachments are different than this.

In addition, when uploading anything bigger than 7MB (guessing this is the line between nonsubmission and not) we get a security token error. This happens both in Firefox and Internet Explorer. I have tried the Firefox id fix as well as checking to ensure the vBulletin security tokens exist in the submission forms and the CMSF protection is true in these and everything should be fine.

I am just unsure as to why none of these are working and my very last ditch effort is to reinstall everything considering the amount of uploads we have. Any help is appreciated!
Reply With Quote
  #1079  
Old 09-09-2008, 11:47 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
Neither of those are currently straightforward.



Not possible in version 2.2.9. Will be there in 2.3.0



Ditto.

In four years, you are the first person to ask this . Currently, the LDM navbar is coded into the links_header template, so it is not trivial (but not impossible) to move. I will make it so in version 2.3.0. Essentially, you have to pull a major piece of that template into a new template, patch the code to assign that template to a new variable, and drop that variable into the links_main template.
I got it thanks!
Reply With Quote
  #1080  
Old 09-09-2008, 12:28 PM
sparklywater sparklywater is offline
 
Join Date: Jun 2008
Posts: 248
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
The code is in includes/local_links_profile.php. There are three lines

PHP Code:
    '<a href="'.LINKS_SCRIPT.'.php?catid='.$myrow['catid'].'&amp;linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'
Change these to

PHP Code:
    '<a href="'.LINKS_SCRIPT.'.php?action=play&amp;catid='.$myrow['catid'].'&amp;linkid='.$myrow['linkid'].'" title="'.$catname_clean.'" target="_blank">'
Thanks for taking your time to reply. I tried making that change but it didn't do what I had asked. To clarify, I am providing an image below of the "Who's Online" display. The entry that has been circled in red is the link that should go directly to the embedded player page when a person clicks on that link. But the user is taken to a non-embedded page instead:


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

Quote:
Originally Posted by jdunsworth View Post
First off, excellent mod.. very deep and well written. I am having a similar problem to a few listed above but with no result.

Currently when trying to add an entry all of the filetypes show a size limit of 7.00 Mbytes. The admin panel states that these limits come from the attachment allowances, however, most of our attachments are different than this.

In addition, when uploading anything bigger than 7MB (guessing this is the line between nonsubmission and not) we get a security token error. This happens both in Firefox and Internet Explorer. I have tried the Firefox id fix as well as checking to ensure the vBulletin security tokens exist in the submission forms and the CMSF protection is true in these and everything should be fine.

I am just unsure as to why none of these are working and my very last ditch effort is to reinstall everything considering the amount of uploads we have. Any help is appreciated!
Clearly there is a security token problem that I have not discovered yet. Perhaps it is related to the following:

If you are trying to process an upload as an admin, the size limits in the attachment table are ignored. However, you cannot over-ride the limits set by your php environment, which is determined by two settings in the php.ini file used by your web server. These settings upload_max_filesize and post_max_size. You can find these values tabulated on the LDM admin pages in the left side column or using vb/admincp/maintenance/phpinfo - I imagine you will find that 7Mb is the smaller of these values. To change these values, you need to contact your web site admin.

As explained in the online wiki, it is important that post_max_size has the same value, or a larger value, as upload_max_filesize.

Let me know if this does not help.
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 10:57 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.14280 seconds
  • Memory Usage 2,335KB
  • 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
  • (9)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