source: extensions/ExtendedDescription/language/en_UK/help.logged.html @ 29129

Last change on this file since 29129 was 29129, checked in by mistic100, 10 years ago

add [login-link] and [logged] blocks
allow "true" and "false" for boolean parameters
fix "title" parameter for [slider]

File size: 624 bytes
Line 
1<ul>
2  <li><b>[login-link html=true text="log in[lang=fr]connectez-vous[/lang]"]</b></li>
3</ul>
4
5<p>This tag allow to insert everywhere a login link with automatic redirection to the current age.<br><br>
6- <code>html</code> (optional) if set to <i>false</i> the tag only returns the login URL, without HTML<br>
7- <code>text</code> (optional) link label, can contain <code>[lang]</code> tags<p>
8
9<ul>
10  <li><b>[logged]</b></li>
11</ul>
12
13<p>Display a block of text only if the current user is logged or not.</p>
14
15<p><b>Example</b>:<br>
16<code>[logged] Welcome back [/logged]<br>
17[logged=false] Please log in [/logged]</code>
18</p>
Note: See TracBrowser for help on using the repository browser.