Topic on Extension talk:UniversalLanguageSelector

Gleki.arxokuna (talkcontribs)

What would be the code to move the button to the under the logo position? Currently i can copy

<a href="#" class="uls-trigger autonym" tabindex="0" role="button" aria-haspopup="true" original-title="">English</a>

and it works in any positions however, the name of the language is hardcoded and there is no magic word for changing it to the name of the currently dispalyed language. Any suggestions?

Nemo bis (talkcontribs)

Under the logo? Why, what skin are you using? To have it as it is on this wiki, just set $wgULSPosition = 'personal';.

Gleki.arxokuna (talkcontribs)

I'm using Vector. No, "personal" puts it to the personal bar. I want it directly under the logo banner.

Santhosh.thottingal (talkcontribs)
mw.config.get( 'wgULSCurrentAutonym' )

will give you the current language autonym. There is no easy way to have this in the ULS trigger. You need to have some javascript to show this text there.

Reply to "Under the logo?"