Page 1 of 1

Remove Anonymous User IP and Talk for this IP Address

Posted: March 5th, 2012, 1:01 am
by Thoraldus
I'd like to only show 'Log In' when no one is logged in. How do I disable the display of the anonuser IP and Talk links. I see where these items are dynamically created in 'function personalLoginBox()' but haven't been able to decipher the PHP. Is there an array somewhere that contains a list of pages to be displayed for the anonymous user versus someone who is logged in?

I did search the forum here for an answer but found nothing.

Rick

Re: Remove Anonymous User IP and Talk for this IP Address

Posted: March 5th, 2012, 11:23 pm
by Paul
Add below to LocalSettings.php

$wgShowIPinHeader = false;

Re: Remove Anonymous User IP and Talk for this IP Address

Posted: March 6th, 2012, 1:09 pm
by Thoraldus
Paul wrote:Add below to LocalSettings.php

$wgShowIPinHeader = false;
Thank you Paul. By the way, I would also like to say THANK YOU for a great skin. GUMAXDD! Really like the new 'click to drop' menus too!!

cheers,
Rick

Re: Remove Anonymous User IP and Talk for this IP Address

Posted: June 23rd, 2012, 7:43 am
by chelsearason
Paul wrote:Add below to LocalSettings.php

$wgShowIPinHeader = false;
I first thought it is impossible to happen... Well I guess nothing is impossible in this forum. :) Thanks will try it!

Re: Remove Anonymous User IP and Talk for this IP Address

Posted: October 19th, 2012, 3:11 am
by angleblue63
Hi All,

In my drop out menu I have two categories that don't require a dropout but are simple links to a forum and a single page. I'm stuck on ideas on how to make those links straight links rather than dropouts with one link in the drop out.

Anyone got a suggestion?