The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Links and Downloads Manager Details »» | |||||||||||||||||||||||||
Version 2.3.0 of LDM is now the official release. This works with both VB3.7 and VB3.8. You can obtain it here
Version 2.2.8 remains available here, with limited support. 04.02.08: patch-cat.xml 'extra' uploaded - see first post for information 27.10.07: Version 2.2.8-post1 uploaded French translation of product installer uploaded (other language translations are in the main release zip) Remember to back up your current database tables before upgrading. What this is and does LDM is a general-purpose link and file manager, which handles user uploads and downloads in a flexible way. A range of media players is integrated into LDM and others are included as plugin extras. LDM is described below in the first post of this thread, which also contains a brief list of the currently-known bugs. This release of LDM works correctly with all VB versions 3.6.x and recent versions of vbadvanced. Documentation, screen shots, etc, are provided as a Wiki at http://www.eirma.org/wikis/index.php...nloads_Manager Thank you to everyone who has tested, given suggestions, helped with the translations, etc. Show Your Support
|
Благодарность от: | ||
VIP Hawaii |
Comments |
#1242
|
||||
|
||||
Hello All,
Firstly I'll introduce myself by saying that Im new to VBulletin, I installed it 5 days ago. Im in the process of learning so that I can migrate from PHPBB. I have installed LDM and have it working in a basic fashion here http://www.siliconhell.com/forum/index.php I have configured it so that anybody can see the QUIZZES I have configured the ANSWERS so that only registered users have access. My question is: Can it be configured so that anybody can see the ANSWERS section and read the descriptions, but only registered users can download the files? This way the user are enticed into joining, and the spiders crawl and list the answer page. I have done a quick RTFM but I have to admit that I got a little lost Thanks for your patience VinylJunky |
#1243
|
|||
|
|||
Quote:
Quote:
Two possible solutions, with an option on the first. 1) Go to the LDM admin/permissions page. Give "Can Access Entry" permission to the usergroups that you want to be able to download the files. Take the permission away from the other groups. By default, this will produce pages without clickable urls for the usergroups who don't have access. Option: go to LDM/admin/settings page and find the protected_link setting. If you set it to 1, people will see a url but be given a 'no permission' message if they try to access. If you set it to 2, it will take them to a 'register me' page. 2) Alternatively (in my view not as good) go to LDM admin/bandwidth settings (wording depends on the version you're running), and give the groups who you don't want accessing the files a zero allowance of files per day. That way, they'll see the url but when they click it they'll be told 'no' |
#1244
|
|||
|
|||
Quote:
In the meantime, I suggest you switch off the LDM seo_friendly. Also, you *must* turn off LDM's mod_rewrite (i.e. have a blank file) - this has nothing at all to do with seo. Sorry for the problems. We'll get there. |
#1245
|
|||
|
|||
Thank you so much Andrew
|
#1246
|
||||
|
||||
Quote:
That is just what I needed to know and it does exactly what I need. Thank You for a great MOD and brilliant support VinylJunky |
#1247
|
|||
|
|||
I've played around with mod_rewrite in an .htaccess file, and this seems to work correctly:
Code:
RewriteEngine on 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] |
#1248
|
|||
|
|||
I would like to thank Mr AndrewD for resolving my problems, he's a very kind person indeed, thanks a million!!!
Regards |
#1249
|
|||
|
|||
I'm sorry, it doesn't work. Same "No input file specified" error.
Do i need to add something to the mod_rewrite settings field too ? Read your PM please, i attached my .htaccess file. |
#1250
|
|||
|
|||
I'll take a look.
|
#1251
|
|||
|
|||
something like this is happening to me too. For most users it works fine but for at least one, he can view the files but when he clicks on one, he gets sent to a login screen for vbulletin or gets an error that he doesn't have persmission to access the files. But his settings are the same as all my other vb members.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|