Jump to the post that solved this thread.
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 14 Years, 2 Weeks ago Disable IP search and IP adress on latest moderator actions in Mod CP
#1
Solved: 14 Years, 2 Weeks ago
Hello, how can I Disable IP the search and IP address on latest moderator actions in Mod CP, I want no mods and super mods to be able to view anyones IP anywhere on the site(only admins).
[Image: sig.php]
#2
Solved: 14 Years, 2 Weeks ago
You could use Yumi's PHP in template and template conditionals and try that. I'm not to sure about the modCP templates though.
I'm not here often, shoot a PM or whatever if you want my discord.
#3
Solved: 14 Years, 2 Weeks ago
(2011-01-19, 04:18 PM)Aristotle Wrote: You could use Yumi's PHP in template and template conditionals and try that. I'm not to sure about the modCP templates though.

Could you give me the link please?

And I'm in real need of this, there must be a way,,,
[Image: sig.php]
#4
Solved: 14 Years, 2 Weeks ago
http://community.mybb.com/thread-31860.html Install this plugin.

You then have to edit your Moderator control panel templates using PHP.
#5
Solved: 14 Years, 2 Weeks ago
ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

							<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>



ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

<td class="{$trow}" align="center" valign="top">{$logitem['ipaddress']}</td>



I think that should do what you're trying to do Smile You can still see the IP information in the ACP anyway ^^
#6
Solved: 14 Years, 2 Weeks ago
(2011-01-19, 06:20 PM)euantor Wrote: ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

							<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>



ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

<td class="{$trow}" align="center" valign="top">{$logitem['ipaddress']}</td>



I think that should do what you're trying to do Smile You can still see the IP information in the ACP anyway ^^

Thank you very muchSmile
[Image: sig.php]
#7
Solved: 14 Years, 2 Weeks ago
No problem at all Big Grin
#8
Solved: 14 Years, 2 Weeks ago
Is there any way to hide admin IP from mods and supermods?
#9
Solved: 14 Years, 2 Weeks ago
(2011-01-19, 06:20 PM)euantor Wrote: ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

							<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>



ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs

Remove:

<td class="{$trow}" align="center" valign="top">{$logitem['ipaddress']}</td>



I think that should do what you're trying to do Smile You can still see the IP information in the ACP anyway ^^
I can't seem to find the second string of code in modcp_modlogs
#10
Solved: 14 Years, 2 Weeks ago
even i am unable to see 2nd line in ACP->Templates & Style->Templates->{YOUR THEME}->Moderator Control Panel Templates->modcp_modlogs


<td class="{$trow}" align="center" valign="top">{$logitem['ipaddress']}</td>
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)