I have set up a MediaWiki 1.3.10 install, and I am trying to disable the display of IP addresses for users who are not logged in.
I have set $wgDisableAnonTalk = true, but the IP address and "Talk for this IP" link still shows up when you try to login and fail. I have even had my PHP guru go in and edit several functions, remove text.... He cannot get the link to disappear.
I notice that wiki.mozilla.org as well as meta.wikimedia.org both have this feature enabled and working perfectly. Does anyone know what I'm missing?
Thanks in advance, Hîn
Try setting $wgShowIPinHeader to false.
-- Zigger
On Sat, 19 Feb 2005 00:06:48 -0500, Hínandil wrote:
I have set up a MediaWiki 1.3.10 install, and I am trying to disable the display of IP addresses for users who are not logged in.
I have set $wgDisableAnonTalk = true, but the IP address and "Talk for this IP" link still shows up when you try to login and fail. I have even had my PHP guru go in and edit several functions, remove text.... He cannot get the link to disappear. ...
On Sat, 19 Feb 2005 16:14:20 +1100, Zigger wrote
Try setting $wgShowIPinHeader to false.
-- Zigger
On Sat, 19 Feb 2005 00:06:48 -0500, Hínandil wrote:
I have set up a MediaWiki 1.3.10 install, and I am trying to disable the display of IP addresses for users who are not logged in.
And so it does. My most heartfelt thanks for both good advice and a good laugh! Both my PHP guru and I laughed quite hard after all our trouble. I hope this isn't documented on Meta-Wiki or in the files somewhere and I simply missed it. We searched, really! ;)
Hîn
mediawiki-l@lists.wikimedia.org