vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Super Moderator Viewing IP Address (https://vborg.vbsupport.ru/showthread.php?t=322057)

Wisc 03-08-2016 04:32 PM

Super Moderator Viewing IP Address
 
I tried searching the manual without much luck.

I do notwant supermoderator to view ip addresses.

I do have it checked in the user group manager to can't view but still seems can see.

Anyone know what I might be missing?

Thank you in advance

final kaoss 03-08-2016 04:54 PM

What's wrong with them seeing an IP address?

Wisc 03-08-2016 04:57 PM

Don't want them spending time looking people up or cause trouble later if person becomes issue. Most of the time people are good, but sometimes they go sideways on you.

final kaoss 03-08-2016 05:00 PM

If that gets you paranoid, move them down to just moderators?

Stratis 03-08-2016 06:53 PM

Quote:

Originally Posted by Wisc (Post 2566791)
I tried searching the manual without much luck.

I do notwant supermoderator to view ip addresses.

In forumjump template, find
HTML Code:

<a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a>
And change all with this
Code:

<vb:if condition="$bbuserinfo['userid'] == 1">
<a href="online.php{vb:raw session.sessionurl_q}">{vb:rawphrase whos_online}</a>
</vb:if>

Admins user ID suppose it is 1, if it is not change the number.

Don't now what vb version you have, just in case see if there is in navbar template to
and add vb:if condition same as above

Paul M 03-08-2016 09:47 PM

If you dont trust them with IP Addresses, which dont mean that much, then they probably shouldnt be super moderators.

Stratis 03-09-2016 03:33 AM

Off topic.
Maybe some times you have not other options and you are forced to have users as smod (not trusted). That i think @Wisc situation is.
Something i had when i begin my first steps creating a forum. Actually personal did not have problem, but in life all thinks are not going as we want.

P.S. Trust is a big word to say in our days. :)

Max Taxable 03-09-2016 04:39 AM

Quote:

Originally Posted by Wisc (Post 2566791)

I do have it checked in the user group manager to can't view but still seems can see.

"Seems" means what exactly? That it appears to you they are viewing IP addresses when you look in WoL? Just because they are visiting a link does not mean that page actually loads what it's supposed to be. If the perms are set correctly, they cannot view the IPs.

MarkFL 03-09-2016 04:51 AM

If you wish to prevent anyone from seeing IP addresses in postbits except for admins, then create the following plugin:

Product: vBulletin

Hook Location: postbit_display_complete

Title: Hide Post IP Addresses From All Except Admins

Execution Order: 5

Plugin PHP Code:

PHP Code:

if (!is_member_of($vbulletin->userinfo6))
{
    
$post['iplogged'] = '';


Plugin is Active: Yes

Click "Save".

Dave 03-09-2016 06:58 AM

Quote:

Originally Posted by Paul M (Post 2566814)
If you dont trust them with IP Addresses, which dont mean that much, then they probably shouldnt be super moderators.

IP addresses mean a lot on gaming communities though, especially if it's a competitive game. People love to DDoS other players when they lose in a game.


All times are GMT. The time now is 06:01 AM.

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.01508 seconds
  • Memory Usage 1,737KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (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