Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-08-2016, 04:32 PM
Wisc Wisc is offline
 
Join Date: Aug 2009
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default 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
Reply With Quote
  #2  
Old 03-08-2016, 04:54 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What's wrong with them seeing an IP address?
Reply With Quote
  #3  
Old 03-08-2016, 04:57 PM
Wisc Wisc is offline
 
Join Date: Aug 2009
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #4  
Old 03-08-2016, 05:00 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If that gets you paranoid, move them down to just moderators?
Reply With Quote
  #5  
Old 03-08-2016, 06:53 PM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wisc View Post
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
Reply With Quote
  #6  
Old 03-08-2016, 09:47 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you dont trust them with IP Addresses, which dont mean that much, then they probably shouldnt be super moderators.
Reply With Quote
2 благодарности(ей) от:
setishock, Stratis
  #7  
Old 03-09-2016, 03:33 AM
Stratis's Avatar
Stratis Stratis is offline
 
Join Date: Jan 2010
Posts: 738
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #8  
Old 03-09-2016, 04:39 AM
Max Taxable's Avatar
Max Taxable Max Taxable is offline
 
Join Date: Feb 2011
Posts: 3,134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wisc View Post

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.
Reply With Quote
  #9  
Old 03-09-2016, 04:51 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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".
Reply With Quote
Благодарность от:
puertoblack2003
  #10  
Old 03-09-2016, 06:58 AM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:50 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.06810 seconds
  • Memory Usage 2,266KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (3)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete