The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
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
|
Comments |
#362
|
|||
|
|||
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 |
#363
|
|||
|
|||
Quote:
Quote:
|
#364
|
|||
|
|||
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 |
#365
|
|||
|
|||
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. |
#366
|
||||
|
||||
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:
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. |
#367
|
|||
|
|||
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:
|
#368
|
|||
|
|||
Quote:
i have also tested it on my test board with only mod_rewrite + ldm internal function none of them worked |
#369
|
|||
|
|||
Quote:
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] |
#370
|
|||
|
|||
Quote:
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> |
#371
|
||||
|
||||
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 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|