MyBB Community Forums

Full Version: Only admins view IP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
^ have you seen the suggested links (post #6)
Yep I saw
And installed all plugins
Now explain me further
[Image: 1U3iCO5.png]

Ok the problem is solved but it creates another problem that hides the actions too!
I just want to hide IP's but make the actions visible
[Image: aUGuOpQ.png]
See I want to hide those IP's but leave the actions visible.
I have a problem. As an administrator I did this trying to stop my moderators viewing IP addresses, and I lost my Admin CP!!!

Now I can't log into Admin CP, actually when I log on to a forum, I don't see Admin CP icon at all, only Mod CP

what to do now and how can I get back my Admin CP. Please help!!
(2013-09-26, 12:51 PM)BigTimeRush Wrote: [ -> ]Yep I saw
And installed all plugins
Now explain me further


Ok the problem is solved but it creates another problem that hides the actions too!
I just want to hide IP's but make the actions visible

See I want to hide those IP's but leave the actions visible.

Go to templates -> Theme_name -> Moderator Control Panel Templates -> modcp_modlogs_result
and remove this line:
<td class="trow2" align="center" valign="top">{$logitem['ipaddress']}</td>

Next go to templates -> Theme_name -> Moderator Control Panel Templates -> modcp_modlogs
Remove this line:
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td>

Now go to templates -> Theme_name -> Moderator Control Panel Templates -> modcp

and remove this line:
<td class="tcat" align="center"><span class="smalltext"><strong>{$lang->ip}</strong></span></td></td>
Pages: 1 2