vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

Vinyljunky 02-21-2007 01:14 PM

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 :confused:

Thanks for your patience :)

VinylJunky

AndrewD 02-21-2007 04:59 PM

Quote:

Originally Posted by Vinyljunky (Post 1187448)
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 :confused:

Thanks for your patience :)

VinylJunky

Quote:

Originally Posted by Vinyljunky (Post 1187448)
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 :confused:

Thanks for your patience :)

VinylJunky

Welcome!

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'

AndrewD 02-21-2007 07:06 PM

Quote:

Originally Posted by Mupetz (Post 1187329)
Your support is way to kind Andrew, thank you.

I don't have access to the apache configuration, i'm running on normal godaddy hosting plan.
I can assure You that the mod_rewrite is activated, vbseo and vblogetin seo are working good with .htaccess commands ; i don't see why LDM shouldn't.

Normally, the mod_rewrite commands you quoted should work with the .htaccess file, but it doesn't. When i'm clicking some LDM category shown as /local_links/jump/1/1 , i'm getting "No input file specified".

Inside the LDM admin settings there is an option :

I'm thinking this may be the problem if the error is "No input file specified"
I also made a text file with the mod_rewrite rules and added the path to this mod_rewrite setting, getting the same error.

I had this problem with 2.2.6 , update to 2.2.7 didn't do any good :)
The script is running well, i'm not complaining, but if i could make the seo links it would be better.
Thanks again.

Yes, I've just tested my mod_rewrite rules within an htaccess file, and something strange happens - I don't know why, and I believe those guys who describe mod_rewrite as voodoo. I'll try to find out what's going wrong and post a reply.

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.

Mupetz 02-22-2007 06:17 AM

Thank you so much Andrew

Vinyljunky 02-22-2007 09:40 AM

Quote:

Originally Posted by AndrewD (Post 1187630)
Welcome!

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.




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

AndrewD 02-23-2007 04:23 PM

Quote:

Originally Posted by Mupetz (Post 1188116)
Thank you so much Andrew

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]

Will welcome your experience.

TheWhite 02-24-2007 03:31 AM

I would like to thank Mr AndrewD for resolving my problems, he's a very kind person indeed, thanks a million!!!

Regards

Mupetz 02-24-2007 05:32 PM

Quote:

Originally Posted by AndrewD (Post 1189164)
Will welcome your experience.

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.

AndrewD 02-24-2007 06:31 PM

Quote:

Originally Posted by Mupetz (Post 1189839)
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.

I'll take a look.

SteveC 02-24-2007 06:52 PM

Quote:

Originally Posted by Dream (Post 1047137)
some of my members are saying they get disconnected from board when they enter the links manager for the first time

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.


All times are GMT. The time now is 10:22 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03305 seconds
  • Memory Usage 1,758KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete