Remove Anonymous User IP and Talk for this IP Address

Use this forum to ask questions about how to do things in GuMax skin.
Post Reply
User avatar
Thoraldus
Rank 0
Rank 0
Posts: 3
Joined: March 5th, 2012, 12:50 am

Remove Anonymous User IP and Talk for this IP Address

Post 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
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

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

Post by Paul »

Add below to LocalSettings.php

$wgShowIPinHeader = false;
User avatar
Thoraldus
Rank 0
Rank 0
Posts: 3
Joined: March 5th, 2012, 12:50 am

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

Post 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
User avatar
chelsearason
Rank 0
Rank 0
Posts: 1
Joined: June 21st, 2012, 5:40 am

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

Post 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!
User avatar
angleblue63
Rank 0
Rank 0
Posts: 1
Joined: October 19th, 2012, 3:09 am

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

Post 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?
"Stive"
Post Reply