thaider / Tweeki

MediaWiki skin based on Twitter's Bootstrap
http://tweeki.kollabor.at
Other
128 stars 31 forks source link

Issue with PERSONAL - Element #260

Closed GiHa closed 1 year ago

GiHa commented 1 year ago

I am on Wiki v.1.40.0 The PERSONAL element behaves not as expected on the page https://tweeki.kollabor.at/wiki/Navigation. It shows no "Log In"-button for anonymous visitor.

ApaulMyLittleAirport commented 1 year ago

image

GiHa commented 1 year ago

You are using LOGIN-EXT there.

grafik

I am speaking about PERSONAL Element. grafik This Log in button is not apear if user is not logged in.

thaider commented 1 year ago

You're completely right, thanks for the hint. Luckily, it's not a bug, it's a feature. The link to the log in form will only be shown if you make PERSONAL visible to anon users. It's hidden by default, so you need to set the following in LocalSettings.php:

$wgTweekiSkinHideAnon['PERSONAL'] = false;

The documentation has been amended...

GiHa commented 1 year ago

Yes, it works this way. Thanks.