No Ip Address To All Moderator


Subject: No Ip Address To All Moderator
Hello, in icy phoenix
how is possible disable to all moderator, the function in order not to see the IP of all the users?

Profile PM  
Subject: Re: No Ip Address To All Moderator
http://www.phpbb.com/phpBB/viewtopic.php?t=220109

I don't know if it works with icyphoenix

Subject: Re: No Ip Address To All Moderator
not work ! :cry:

Profile PM  
Subject: Re: No Ip Address To All Moderator
Check this code in viewtopic:
Code: [Download] [Hide] [Select]
if ( $is_auth['auth_mod'] )
{
$temp_url = "modcp.$phpEx?mode=ip&" . POST_POST_URL . "=" . $postrow[$i]['post_id'] . "&" . POST_TOPIC_URL . "=" . $topic_id . "&sid=" . $userdata['session_id'];
// Start Advanced IP Tools Pack MOD
$ip_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_ip2'] . '" alt="' . $lang['View_IP'] . ' (' . decode_ip($postrow[$i]['poster_ip']) . ')" title="' . $lang['View_IP'] . ' (' . decode_ip($postrow[$i]['poster_ip']) . ')" border="0" /></a>';
// End Advanced IP Tools Pack MOD

$ip = '<a href="' . $temp_url . '">' . $lang['View_IP'] . '</a>';

$temp_url = "posting.$phpEx?mode=delete&amp;" . POST_POST_URL . "=" . $postrow[$i]['post_id'] . "&amp;sid=" . $userdata['session_id'];
$delpost_img = '<a href="' . $temp_url . '"><img src="' . $images['icon_delpost'] . '" alt="' . $lang['Delete_post'] . '" title="' . $lang['Delete_post'] . '" border="0" /></a>';
$delpost = '<a href="' . $temp_url . '">' . $lang['Delete_post'] . '</a>';
}


You can change the $ip_img var to suit your needs...

Subject: Re: No Ip Address To All Moderator
Which file I must modify?

Profile PM  
Subject: Re: No Ip Address To All Moderator
viewtopic = viewtopic.php

It was not so difficult... ;)

Subject: Re: No Ip Address To All Moderator
andrea75 wrote: [View Post]
viewtopic = viewtopic.php

It was not so difficult... ;)


yes,
but what I must myself be modified?

Profile PM  

Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0889s (PHP: 21% SQL: 79%)
SQL queries: 10 - Debug Off - GZIP Enabled