I was wondering how Wikipedia keeps from having the links for userpage and talkpage visible for users who have edited pages, but haven't logged in. Thank You, Shardsofmetal
shardsofmetal wrote:
I was wondering how Wikipedia keeps from having the links for userpage and talkpage visible for users who have edited pages, but haven't logged in. Thank You, Shardsofmetal
Just add the setting to your LocalSettings.php file.
$wgDisableAnonTalk = true;
Add that line to your LocalSettings.php file. In that case, you may also want to disable showing the IP address in the header (which can also allow some caching for a slight performance update). Although maybe not, because then the user might not expect to be credited by his IP address. In any case, the setting for that is:
$wgShowIPinHeader = false;
Hínandil
mediawiki-l@lists.wikimedia.org