Welcome, Guest. Please Login or Register.
May 09, 2025, 12:12:53 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  remove or hide ips on 1.5.0 « previous next »
Pages: [1] 2 Reply Ignore Print
Author Topic: remove or hide ips on 1.5.0  (Read 509 times)
TuSlic
Noobie
*
Posts: 38


WWW
remove or hide ips on 1.5.0
« on: December 29, 2002, 05:47:25 AM »
Reply with quote

anyone no how to do that or is there a mod for this?
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:remove or hide ips on 1.5.0
« Reply #1 on: December 29, 2002, 08:15:09 AM »
Reply with quote

Only admins can view them.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:remove or hide ips on 1.5.0
« Reply #2 on: December 29, 2002, 08:17:03 AM »
Reply with quote

Being able to see IPs is in every way a benefit for admins.... why would you remove them?

-[Unknown]
Logged
TuSlic
Noobie
*
Posts: 38


WWW
Re:remove or hide ips on 1.5.0
« Reply #3 on: December 29, 2002, 09:00:02 AM »
Reply with quote

cuz I have like 4 admins for my board
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:remove or hide ips on 1.5.0
« Reply #4 on: December 29, 2002, 09:01:50 AM »
Reply with quote

Quote from: TuSlic on December 29, 2002, 09:00:02 AMcuz I have like 4 admins for my board
Ok, if you really want to remove it.

Search for
$mip = $settings[7] == 'Administrator' ? $mip : $txt[511];
Replace with
$mip = $txt[511];
Then it will just display "Logged" in every post.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:remove or hide ips on 1.5.0
« Reply #5 on: December 29, 2002, 09:15:17 AM »
Reply with quote

If you can't trust your fellow admins, who can you trust?

Getting the IP really helps when you want to ban that peasky bum littering up your forum with porn. (personal experience.)

-[Unknown]
Logged
tdodnz
Sr. Member
****
Posts: 275


Asleep zzzzz (Snore Snore)

ICQ - 166370583cnd_nz@go.com WWW
Re:remove or hide ips on 1.5.0
« Reply #6 on: December 29, 2002, 11:21:40 AM »
Reply with quote

yes very true you could just ban it for certain admins as specified (I love creating new columns to do my mods lol) I don't seem to know another way without using more script lol (More time  :'( I don't like more time)
Logged
TuSlic
Noobie
*
Posts: 38


WWW
Re:remove or hide ips on 1.5.0
« Reply #7 on: December 29, 2002, 09:27:36 PM »
Reply with quote

Quote from: tdodnz on December 29, 2002, 11:21:40 AMyes very true you could just ban it for certain admins as specified (I love creating new columns to do my mods lol) I don't seem to know another way without using more script lol (More time  :'( I don't like more time)

does that mod exisit?
Logged
TuSlic
Noobie
*
Posts: 38


WWW
Re:remove or hide ips on 1.5.0
« Reply #8 on: December 29, 2002, 09:30:00 PM »
Reply with quote

Quote from: David on December 29, 2002, 09:01:50 AM
Quote from: TuSlic on December 29, 2002, 09:00:02 AMcuz I have like 4 admins for my board
Ok, if you really want to remove it.

Search for
$mip = $settings[7] == 'Administrator' ? $mip : $txt[511];
Replace with
$mip = $txt[511];
Then it will just display "Logged" in every post.

in which pl file?
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:remove or hide ips on 1.5.0
« Reply #9 on: December 29, 2002, 09:34:29 PM »
Reply with quote

Quote from: TuSlic on December 29, 2002, 09:30:00 PMin which pl file?
Are you running YaBBSE, php, or YaBB SP1, pl?  If you are running the Perl version then you need to be at www.yabbforum.com
Logged

TuSlic
Noobie
*
Posts: 38


WWW
Re:remove or hide ips on 1.5.0
« Reply #10 on: December 29, 2002, 09:39:36 PM »
Reply with quote

I mean not pl file, i mean what php file
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:remove or hide ips on 1.5.0
« Reply #11 on: December 29, 2002, 11:46:32 PM »
Reply with quote

Display.php
Logged

TuSlic
Noobie
*
Posts: 38


WWW
Re:remove or hide ips on 1.5.0
« Reply #12 on: December 29, 2002, 11:48:41 PM »
Reply with quote

i search for that and it doesnt come up.  I tryed searchin threw display already because thats how I changed it on the old version.
Logged
Rpg Cyco
Full Member
***
Posts: 197


bradgordon51@hotmail.com WWW
Re:remove or hide ips on 1.5.0
« Reply #13 on: December 29, 2002, 11:55:09 PM »
Reply with quote

Just to double check, I searched for it too, and it didn't find it...

l8ter

Rpg Cyco
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:remove or hide ips on 1.5.0
« Reply #14 on: December 29, 2002, 11:59:42 PM »
Reply with quote

$mip = ($settings[7] == 'Administrator' ? $mip : $txt[511]);
to

$mip = $txt[511];
circa line 667.

-[Unknown]
Logged
Pages: [1] 2 Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  remove or hide ips on 1.5.0 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.125 seconds with 20 queries.