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 |
#392
|
||||
|
||||
Quote:
Quote:
Quote:
Quote:
|
#393
|
||||
|
||||
Thanks!
Google is indexing local_links.php?action=sendtofriend. Is there a way to disable this function for guests? Is it possible to have the link validation(check for broken links) process to be executed by cron? If yes, could you please explain how? |
#394
|
|||
|
|||
Quote:
Do you mean as a system cron or a VB cron? I haven't explored the first, but will think about how it could be done. The second is not a good idea - validation is a very cpu intensive task and VB crons are executed in the margin of normal page visits. |
#395
|
|||
|
|||
Is now available at the start of this thread, all known bugs fixed and CSRF patch applied for VB 3.6.10/3.7.0RC4. Will appreciate reports.
|
#396
|
|||
|
|||
Im still on 3.6.9 (about to do the upgrade).
I verified that the delete hits per user works great now (RC1). On the allowances page I check delete and hit Go and it doesnt work, however if I go into the hits on that user, and select all, and hit delete, it works perfect. Thanks! Riki |
#397
|
|||
|
|||
Quote:
|
#398
|
|||
|
|||
Ive been messing around with it and I really love the feature, If someone is having problems with 1 file I can just delete all the tries for the 1 file and so on. I upgraded VB and all seems well, Thanks!
Riki |
#399
|
|||
|
|||
There has to be a simple explanation, but for some reason all of my flv and xml files will download like a normal file with IE7 (instead of playing in the media player). Works perfect with Firefox, but not in IE7. Its there an easy fix for this?
Riki |
#400
|
|||
|
|||
This isnt a big deal with me, but I also cannot get SEO to work no matter what I try. It could be a nice addition if I ever get it working.
What I tried was just enabling Yes (also tried extended). I added this the the .htaccess file in the root of my site (public_html) (My forum resides in /forum from public_html) Code:
Options All -Indexes Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php 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] Code:
Options All -Indexes Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d 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] Riki |
#401
|
|||
|
|||
Quote:
Try putting a forward slash in front of the second part of each of the rules, e.g.: Code:
RewriteRule (.*)local_links/links/c-[^/]+-([0-9]+)$ /$1local_links.php?catid=$2 [R,L] |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|