Loading...
 
Features / Usability

Features / Usability


Re: Can't hide IP addresses in Last Changes?

posts: 3665 United States

You could simply edit the tiki-lastchanges.tpl template. Look around line 65 for:

<td> {$lastchanges[changes].ip} </td>

To omit the IP completely, just change it to:
<td> </td>

To omit it only for anonymous users, change it to:

<td> {if $user}{$lastchanges[changes].ip} {/if}</td>


HTH,

-Rick

> Can someone please tell me how make these IP addresses disappear from my tikiwiki? Preferably without blocking access to the Last Changes page and anywhere else IP's might show up. Thanks in advance for any help.
>
> edit: pertinent link http://www.wclowriders.com/tiki-lastchanges.php

There are no comments at this time.