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
  #362  
Old 04-22-2008, 07:46 PM
webgeek247 webgeek247 is offline
 
Join Date: Mar 2006
Location: United Kingdom
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another thing I just seen that vbseo also have http://www.vbseo.com/wiki/vBSEO_Comp...k:Downloads_II

Not exactly sure what it does, will have to look into it more. Though I wonder if that rewrite rule format is something to go by to get ldm to work with vbseo
Reply With Quote
  #363  
Old 04-22-2008, 09:16 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Sorry, I'd missed the capitals and spaces. Here's a modified version of includes/local_links_include.php
this solved the caps and spaces problem. thanks
Quote:
Originally Posted by AndrewD View Post
If you set seo_friendly to 2, you need a different set of mod_rewrite rules. These are the ones I am using as test. If you also set seo_title, then you need to replace local_links in the first part of each rule by your seo_title:

Code:
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]
i tried it in many different ways but it didn't work
Reply With Quote
  #364  
Old 04-22-2008, 09:53 PM
webgeek247 webgeek247 is offline
 
Join Date: Mar 2006
Location: United Kingdom
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Andrew,

I tried to get help on vbseo to get the ldm alphanumeric urls to work with vbseo, but it turns out that even with vbseo turned off they still dont work. You check out that vbseo thread if you like. Im totaly baffled by it now heh

Aye at least the ldm numeric urls works with vbseo. Would be great to get the alphanumeric urls to work properly though
Reply With Quote
  #365  
Old 04-23-2008, 03:29 AM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rouzbeh1 View Post
i tried it in many different ways but it didn't work
Are you using the mod_rewrite approach? I had to debug things by turning on logging (log level 2) and then watching what was happening.

I have an English board working fine with the rules I posted.
Reply With Quote
  #366  
Old 04-23-2008, 04:40 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

great job as usual andrew

found some bugs (at least on mine)
- 2.2.9 RC
- vb3.7.0 RC1

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:
Quote:
The following settings are invalid:
cat_icon (/forums/linksdownloads/icons/xxxxxxxxx .jpg) Cannot find icon 'htt p://www. xxxxx. com/forums/forums/linksdownloads/icons/music-to-frag-to-Clan-TSU.jpg' - specify relative to forum directory or use full url
- ldm no cat icons

2) template_linkbit (short: title+thumb): TITLE is not appearing.
bug (at least for me): ldm no title

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)


still awesome stuff.
Reply With Quote
  #367  
Old 04-23-2008, 05:19 AM
itsblack itsblack is offline
 
Join Date: Dec 2005
Location: Augsburg
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Andrew, I have installed 2.2.9 RC. Thank you.

I got mysql error when I search the multiple words such as "Cambridge Companions" with the option "all words" or "exact phrase". There's no problem with the option "any word".

PHP Code:
Invalid SQL:

        
SELECT
            link
.linkid AS linkidlink.linkname AS linknamelink.linkdoi AS linkdoi,
            
link.linkuserid AS linkuseridlink.linkusername AS linkusername,
            
link.linkurl AS linkurllink.linkimg AS linkimg,
            
link.linkimgthumb AS linkimgthumblink.linkimgthumbsize AS linkimgthumbsizelink.linkforum AS linkforum,
            
link.linkdesc AS linkdesclink.numrate AS numratelink.totrate AS totrate,
            
link.linkhits AS linkhitslink.linksize AS linksizelink.linkstatus AS linkstatus,
            
link.linkdate AS linkdatelink.linkmoderate AS linkmoderatelink.linkmoddate AS linkmoddate,
            
link.linkreviewfreq AS linkreviewfreq,
            
ltoc.catid AS linkcatidltoc.displayorder AS linkdorder
            
            
ltoc2.catid AS linkcatid2
            
            
lkeys.keyword AS linkkey
            FROM local_linkslink 
AS link
            LEFT JOIN local_linksltoc 
AS ltoc ON link.linkid ltoc.linkid
            
            
            
    
            LEFT JOIN local_linksltoc 
AS ltoc2
            ON link
.linkid ltoc2.linkid
        
            LEFT JOIN local_linksltok 
AS ltok
            ON link
.linkid ltok.linkid
            LEFT JOIN local_linkskeys 
AS lkeys
            ON ltok
.keyid lkeys.keyid
         WHERE link
.linkforum NOT IN (0)  AND (link.linkid IN () OR link.linkid IN (-1,355,425,427,428,429,430,431,436,439,483,673,723,801,1051,1063,1079,1118,1129,1159,1161,1160,1179,1180,1321,1371,1410,1578,1579,1580,1584,1593,1594,1595,1646,1687,1771) OR link.linkid IN (-1)) 
            
ORDER BY   linkdate DESClinkname ASClinkcatid ASC;

MySQL Error  You have an error in your SQL syntaxcheck the manual that corresponds to your MySQL server version for the right syntax to use near ') OR link.linkid IN (-1,355,425,427,428,429,430,431,436,439,483,673,723,801,1051' at line 28
ERROR       
1064 
My mysql version is 5.0.45. Now what can I do?
Reply With Quote
  #368  
Old 04-23-2008, 02:48 PM
Rouzbeh1 Rouzbeh1 is offline
 
Join Date: Sep 2006
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AndrewD View Post
Are you using the mod_rewrite approach? I had to debug things by turning on logging (log level 2) and then watching what was happening.

I have an English board working fine with the rules I posted.
i used both vbseo AND also mod_rewrite
i have also tested it on my test board with only mod_rewrite + ldm internal function
none of them worked
Reply With Quote
  #369  
Old 04-23-2008, 06:34 PM
AndrewD AndrewD is offline
 
Join Date: Jul 2002
Location: Scotland
Posts: 3,486
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by itsblack View Post
Hi Andrew, I have installed 2.2.9 RC. Thank you.

I got mysql error when I search the multiple words such as "Cambridge Companions" with the option "all words" or "exact phrase". There's no problem with the option "any word".

My mysql version is 5.0.45. Now what can I do?
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.

[edited: attachment removed - now in the release code]
Reply With Quote
  #370  
Old 04-23-2008, 07:09 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
i used both vbseo AND also mod_rewrite
i have also tested it on my test board with only mod_rewrite + ldm internal function
none of them worked
This is the relevant section of my http-vhosts file

Code:
<VirtualHost *:80>
	ServerName vb37
	DocumentRoot "r:/websites/vb37"

#	RewriteLog "C:/Program Files/Apache Software Foundation/Apache2.2-ssl/logs/rewrite.log"
#	RewriteLogLevel 2

	RewriteEngine on
#	RewriteEngine off

# - normal mode

#	RewriteRule (.*)local_links/links/([^0-9].+)$						$1$2 													[R,L]
#	RewriteRule (.*)local_links/links/([0-9]+)$							$1local_links.php?catid=$2 								[R,L]
#	RewriteRule (.*)local_links/links/([0-9]+)/([0-9]+)$				$1local_links.php?catid=$2&linkid=$3 					[R,L]
#	RewriteRule (.*)local_links/jump/([0-9]+)/([0-9]+)$					$1local_links.php?action=jump&id=$2&catid=$3 			[R,L]
#	RewriteRule (.*)local_links/play/([0-9]+)/([0-9]+)$					$1local_links.php?action=play&catid=$2&linkid=$3 		[R,L]
#	RewriteRule (.*)local_links/links/([0-9]+)(\?page=[0-9]+)$			$1local_links.php?catid=$2&page=$3	 					[R,L]
#	RewriteRule (.*)local_links/play/([0-9]+)/([0-9]+)(\?page=[0-9]+)$	$1local_links.php?action=play&catid=$2&linkid=$3&page=$4	[R,L]

# -- extended mode

	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]
	Options +ExecCGI
</VirtualHost>
Maybe you can post what you have tried?
Reply With Quote
  #371  
Old 04-24-2008, 12:49 AM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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'?
- 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.

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
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:37 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.06722 seconds
  • Memory Usage 2,365KB
  • 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
  • (2)bbcode_code
  • (1)bbcode_php
  • (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
  • (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