vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help - I need member list privacy (https://vborg.vbsupport.ru/showthread.php?t=208250)

dekaybrown 03-13-2009 10:42 PM

Help - I need member list privacy
 
How do I block unregistered guests from looking at my member list, and members albums??

Lynne 03-13-2009 11:13 PM

I think you can create a plugin using the memberlist_start hook location:

PHP Code:

if (!isset($vbulletin->userinfo['userid']) OR $vbulletin->userinfo['userid'] == 0)
{
        
print_no_permission(); 


That should not allow unregistered users to view it (I think).

Allnick 03-14-2009 01:31 AM

Isn't this inbuilt to vBulletin?

ACP > Usergroups > Usergroup Manager > Unregistered/not logged in > General Permissions > Can View Member Info > NO

Videx 03-14-2009 02:35 AM

And there are a few mods around that will stop guests from doing lots of things. But really, all the guests you see on your forum are likely just search bots. I mean, what good would it do for a competitor to search your member list? Not like they can gather email addresses or anything.

Lynne 03-14-2009 03:36 AM

Quote:

Originally Posted by Allnick (Post 1767571)
Isn't this inbuilt to vBulletin?

ACP > Usergroups > Usergroup Manager > Unregistered/not logged in > General Permissions > Can View Member Info > NO

That's different:
Quote:

Can View Member Info
This option refers to user profiles on your forums. If this option is disabled then members of this group will not be able to view user profiles on your forums.

Swampfox 03-14-2009 10:35 AM

Quote:

Originally Posted by Allnick (Post 1767571)
Isn't this inbuilt to vBulletin?

ACP > Usergroups > Usergroup Manager > Unregistered/not logged in > General Permissions > Can View Member Info > NO

Yes, that will block access to the Members list

dekaybrown 03-18-2009 11:26 PM

Quote:

Originally Posted by Videx (Post 1767588)
And there are a few mods around that will stop guests from doing lots of things. But really, all the guests you see on your forum are likely just search bots. I mean, what good would it do for a competitor to search your member list? Not like they can gather email addresses or anything.


I found the fix in the admin panel.

Lynne that avatar is adorable!


All times are GMT. The time now is 08:44 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.01196 seconds
  • Memory Usage 1,726KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete