Difference between revisions of "Footer Examples"
From Tweeki
Line 2: | Line 2: | ||
By default, <code>footer-info</code> is hidden for all users, and <code>footer-custom</code> (with a login link as standard content) will only be shown to anonymous users. | By default, <code>footer-info</code> is hidden for all users, and <code>footer-custom</code> (with a login link as standard content) will only be shown to anonymous users. | ||
+ | |||
+ | This is how the footer looks for anonymous users: | ||
{{footer-settings | {{footer-settings | ||
|msg-footer=FOOTER | |msg-footer=FOOTER | ||
|msg-footer-custom=LOGIN | |msg-footer-custom=LOGIN | ||
+ | |content=<ul id="footer-places"> | ||
+ | <li id="footer-places-privacy">[[Tweeki:Privacy policy|Privacy policy]]</li> | ||
+ | <li id="footer-places-about">[[Tweeki:About|About Tweeki]]</li> | ||
+ | <li id="footer-places-disclaimer">[[Tweeki:General disclaimer|Disclaimers]]</li> | ||
+ | </ul> | ||
}} | }} | ||
+ | |||
+ | This is how the footer looks after the login: | ||
+ | |||
+ | {{footer-settings | ||
+ | |msg-footer=FOOTER | ||
+ | |msg-footer-custom=LOGIN | ||
+ | |content=<ul id="footer-places"> | ||
+ | <li id="footer-places-privacy">[[Tweeki:Privacy policy|Privacy policy]]</li> | ||
+ | <li id="footer-places-about">[[Tweeki:About|About Tweeki]]</li> | ||
+ | <li id="footer-places-disclaimer">[[Tweeki:General disclaimer|Disclaimers]]</li> | ||
+ | </ul> | ||
+ | }} | ||
+ | |||
+ | === Settings for tweeki.thai-land.at === |
Revision as of 18:36, 10 March 2017
Default
By default, footer-info
is hidden for all users, and footer-custom
(with a login link as standard content) will only be shown to anonymous users.
This is how the footer looks for anonymous users:
CONFIG | Messages | Configuration Options |
---|---|---|
|
||
RESULT |
This is how the footer looks after the login:
CONFIG | Messages | Configuration Options |
---|---|---|
|
||
RESULT |