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
  #372  
Old 04-24-2008, 12:51 AM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Interesting, that bug has been there for quite some time but has only just been hit. I think this version of local_links_search.php fixes the bug.


I'm now going to have to see how to deal with the 3.6.10/3.7.0RC4 changes.
Thank you very much. It works.
Reply With Quote
  #373  
Old 04-24-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 Alfa1 View Post
How can I:
- get rid of the 'my recent LDM hits' box on profile?
- get rid of the mentions of LDM in the 'About me'tab on profile?
- change the phrase of 'My recent LDM entries'?
I think I am going to have to rethink the profile integration with vb3.7. The underlying vbulletin code is quite different and this is creating the problems you are experiencing.

When you enable LDM profile integration, some new fields are added to the profile records in the database. If you turn it off again, these fields are retained, to give you the option of re-enabling profile integration at a later stage without destroying any customisations that users have already made. With vb3.6 this worked fine, but with 3.7 it is leaving the residual blank profile blocks visible.

** Edited ** You can turn off profile intergation in LDM admin/settings, then go to the vb/admin/user profile and kill the two LDM user profile fields. This will get rid of the blank displays. But I'd prefer a better solution.

Quote:
Originally Posted by Alfa1 View Post
- add a section on the 'statistics' tab on profile to display: 'total documents', 'total video's' and 'total audio'? Note that video, documents and audio are separate categories in my LDM.
Will think about this.

Quote:
Originally Posted by Alfa1 View Post
Does the swf uploader use a different url, than local_links.php?action=addlink ? I was just wondering, because I don't get it to work from local_links.php?action=addlink
If you have installed the extra and enabled it on ldm/admin/settings, then the normal add link page will simply have a swfupload-enabled upload box in exactly the same place as the standard upload box. The add multi link page will not work with swfupload at present.
Reply With Quote
  #374  
Old 04-24-2008, 08:56 AM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

oh forgot to mention.
i have this conf as a .htaccess file in my public_html

Code:
RewriteEngine On

#RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$ 
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA] 

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA] 


#RewriteRule (.*)local_links/links/([^0-9]+)$            /$1$2 [L]
#RewriteRule (.*)local_links/links/([0-9]+)/([0-9]+)$    /$1local_links.php?catid=$2&linkid=$3 [L]
#RewriteRule (.*)local_links/links/([0-9]+)$             /$1local_links.php?catid=$2 [L]
#RewriteRule (.*)local_links/jump/([0-9]+)/([0-9]+)$     /$1local_links.php?action=jump&id=$2&catid=$3 [L]
#RewriteRule (.*)local_links/jump/([0-9]+)$             /$1local_links.php?action=jump&id=$2 [L]
#RewriteRule (.*)local_stream/([0-9]+)$           /$1local_stream.php?action=stream&id=$2 [L]


RewriteRule (.*)local_links/links/c-[^/]+-([0-9]+)$	$1local_links.php?catid=$2	[R,L]
RewriteRule (.*)local_links/links/c-[^/]+-([0-9]+)/([0-9]+)$	$1local_links.php?catid=$2&linkid=$3	[R,L]
RewriteRule (.*)local_links/jump/c-[^/]+-([0-9]+)/([0-9]+)$	$1local_links.php?action=jump&catid=$2&id=$3	[R,L]
RewriteRule (.*)local_links/play/c-[^/]+-([0-9]+)/([0-9]+)$	$1local_links.php?action=play&catid=$2&linkid=$3	[R,L]
RewriteRule (.*)local_links/links/c-[^/]+-([0-9]+)(\?page=[0-9]+)$	$1local_links.php?catid=$2&page=$3	[R,L]
RewriteRule (.*)local_links/play/c-[^/]+-([0-9]+)/([0-9]+)(\?page=[0-9]+)$	$1local_links.php?action=play&catid=$2&linkid=$3&page=$4	[R,L]
Reply With Quote
  #375  
Old 04-24-2008, 03:30 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

Quote:
Originally Posted by GrendelKhan{TSU View Post
1)
-- cat_icon_new
-- cat_icon_new
-- subcat_icon
still not showing up. its not reading the "forums/" folder and gets an error (doubles up the forums directory) if you put it in manually eg:

- ldm no cat icons
I think you are entering these incorrectly. They should be *relative* to the forum, not relative to the forum's parent,

i.e. you should specify /linksdownloads/icons/ not /forums/linksdownloads/icons/

Quote:
Originally Posted by GrendelKhan{TSU View Post
2) template_linkbit (short: title+thumb): TITLE is not appearing.
bug (at least for me): ldm no title
my bug. If you edit the links_linkbit_short template and replace $linkurlshortlink by $linkurllink, you should be ok

Quote:
Originally Posted by GrendelKhan{TSU View Post
3) also, would be nice to see a bullet or something next to the items in the statistics. (or as an options).

too hard to read individual items otherwise. (don't know where one starts and another ends).

- LDM (right side stats)
will do
Reply With Quote
  #376  
Old 04-24-2008, 04:45 PM
RikiB RikiB is offline
 
Join Date: Dec 2007
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Andrew, I know you are getting slammed with tons of feedback but I just wanted to see if you had a moment to look into updating the reset hit count on the limitaccess-byhits-plugin.
No rush, the workaround Im using now is just increase the global hit count.
Riki
Reply With Quote
  #377  
Old 04-24-2008, 05:06 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by RikiB View Post
Hey Andrew, I know you are getting slammed with tons of feedback but I just wanted to see if you had a moment to look into updating the reset hit count on the limitaccess-byhits-plugin.
No rush, the workaround Im using now is just increase the global hit count.
Riki
Working on it right now.

What I am doing is making it possible to selectively clear hits from the download table and to re-order how these hits are presented on the admin hits pages to make it easier to find a particular access. This is the simplest way to achieve what you want.
Reply With Quote
  #378  
Old 04-24-2008, 06:22 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
If you have installed the extra and enabled it on ldm/admin/settings, then the normal add link page will simply have a swfupload-enabled upload box in exactly the same place as the standard upload box. The add multi link page will not work with swfupload at present.
I see now. This looks nice! Thank you.
Please consider adding a flash based file browser / uploader similar to the one putfile has. Image preview for pictures and video's would be nice.

I have the JW player in linkbit which look really nice. Is there any way to let JW player handle the flash sites or alternatively to have the flashsites play in linkbit?

Regarding the similar threads addon: The title of the block is 'Similar Entries in Threads'. This does not seem logical. Since the title of the vbulletin function is 'similar threads', it seems more logical to name the LDM title 'similar files'.
Is there any way to make the linkbit used look like the similar threads linkbit?

I have the same question about LDM categories: is there any way to make them look like forum categories, forums and subforums?
I noticed the add new linkbit extra. Can I use this somehow to create linkbits to resemble forum categories, forums and subforums?
Reply With Quote
  #379  
Old 04-25-2008, 08:10 AM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Thanks
I think you are entering these incorrectly. They should be *relative* to the forum, not relative to the forum's parent,

i.e. you should specify /linksdownloads/icons/ not /forums/linksdownloads/icons/

I tried both ways.

1) when I do as relative to forums it shows up as
http://www.unrealaddicts.com/linksdownloads/icons/Clan-TSU-logo-icon-80x80.gif

(note: MISSING the /forums/ folder)

2) when I add /forums/
it ends with an error (cause of TWO /forums/ folders) ie:

Code:
cat_icon (/forums/linksdownloads/icons/music-to-frag-to-Clan-TSU.jpg) Cannot find icon 'http://www.unrealaddicts.com/forums/forums/linksdownloads/icons/music-to-frag-to-Clan-TSU.jpg'
:/
Reply With Quote
  #380  
Old 04-25-2008, 10:22 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GrendelKhan{TSU View Post
I tried both ways.

1) when I do as relative to forums it shows up as
http://www.unrealaddicts.com/linksdownloads/icons/Clan-TSU-logo-icon-80x80.gif

(note: MISSING the /forums/ folder)

2) when I add /forums/
it ends with an error (cause of TWO /forums/ folders) ie:

Code:
cat_icon (/forums/linksdownloads/icons/music-to-frag-to-Clan-TSU.jpg) Cannot find icon 'http://www.unrealaddicts.com/forums/forums/linksdownloads/icons/music-to-frag-to-Clan-TSU.jpg'
:/
How exactly are entering the 'relative to forum' string?

Can you also check and let me know the setting of 'forum url' on your vb/admincp
Reply With Quote
  #381  
Old 04-25-2008, 05:42 PM
WebmasterSimds WebmasterSimds is offline
 
Join Date: Sep 2006
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew,

Hello, I installed the latest greatest version of vb and your mod. my question is this. what switches do i need to change to fix this that i get up at the top of the LDM section?

Quote:
Warning: Cannot use a scalar value as an array in [path]/includes/local_links_vbafunc.php on line 436

Warning: Invalid argument supplied for foreach() in [path]/includes/local_links_vbafunc.php on line 436
it only happens when i am directly in the LDM section itself.

Thanks In Advance
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 11:05 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.12130 seconds
  • Memory Usage 2,338KB
  • 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
  • (3)bbcode_code
  • (12)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