All
I have just started using Wiki, having moved from PhpNuke. Is there a way to disable the Talk and the IP Address from all pages. I noticed that unregistered users IP is getting displayed.
Thanks sarath
On Friday 04 February 2005 21:46, sarath wrote:
I have just started using Wiki, having moved from PhpNuke. Is there a
It's not Wiki it's MediaWiki. It's just one of the many wikis available. for example, tikiwiki is also a wiki: http://www.tikiwiki.org
To remove the IP address and related Talk links from the top of MediaWiki pages, add this line to LocalSettings.php :
$wgShowIPinHeader = false;
-- Zigger
On Fri, 04 Feb 2005 14:46:30 -0500, sarath wrote:
... I have just started using Wiki, having moved from PhpNuke. Is there a way to disable the Talk and the IP Address from all pages. I noticed that unregistered users IP is getting displayed. ...
On Saturday 05 February 2005 01:38, Zigger wrote:
$wgShowIPinHeader = false;
How can I remove the IP from recent changes and history? Perhaps instead of IP it could say Anonymous.
mediawiki-l@lists.wikimedia.org