Loading...
 
Features / Usability

Features / Usability


Re: hide IPs in history

posts: 113 Ireland

If you want the IP invisible to everyone (including admins), then go to Admin -> Wiki and set 'IP not diplayed in history'. This is clearly the easiest solution.

If you really only want it for admin, then you need to edit templates/tiki-pagehistory.tpl to remove based on $tiki_p_admin value. Be sure to copy the file to the appropriate templates/styles/{$theme} folder (to preserve the original and ease updates). Look for all of the code that has

Copy to clipboard
{if $feature_wiki_history_ip ne 'n'}

and change to

Copy to clipboard
{if $feature_wiki_history_ip ne 'n' and $tiki_p_admin eq 'y'}


gary

There are no comments at this time.