SID-01316: Hot to remove the LanguageSelector in the TwikiNetSkin
| Status: |
Answered |
TWiki version: |
5.1.0 |
Perl version: |
5.12.4 |
| Category: |
CategorySkin |
Server OS: |
Ubuntu 11.10 |
Last update: |
14 years ago |
How is it possible to remove the LanguageSelector?
the documentation says, i should edit the WebTopBar. When i jump to it, i see exactly the TopBar (Logo), but when i add text or remove the line %INCLUDE{%SYSTEMWEB%.LanguageSelector}%, of course, in the topic the bar disapear, but in the real top bar of my web, is always on screen.
What can i do?
Thank you
--
FrankFauerbach - 2011-11-01
Discussion and Answer
The top bar in the
TWikiNetSkin is defined in a bit an unusual place:
templates/viewtopbar.twikinet.tmpl
--
PeterThoeny - 2011-11-01
Hi Peter, thank you. Does it means, all the guidelines, how to crate my own look in
PatternSkinCustomization won't work. The
TWikiNetSkin refers to this page in section "crating your own look. Is there am other guideline, thats fit to the real behavior?
Thank you
Frank
--
FrankFauerbach - 2011-11-02
I'm interesting for changing the color of the topbar and remove the water-sign "desing powered by twiki inc. When it is not allowed to remove thewatersign, but in this case, i have to move it to the right.
--
FrankFauerbach - 2011-11-02
Yes, you can change the top bar, it is OK to remove the watermark.
To avoid upgrade headaches lateron, don't change
templates/viewtopbar.twikinet.tmpl directly, but overload
TMPL:DEF that you want to change. You can do that either with a new skin that you pre-fix (see
TWikiTemplates), or with a
USERLAYOUTURL (see
PatternSkinCssCookbook).
--
PeterThoeny - 2011-11-02
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.