source: extensions/ExtendedDescription/language/en_UK/help.hide.html @ 29147

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

clean help + add example codes
TODO: update all language (no new translation, only refactor)

File size: 577 bytes
Line 
1<h4>Hide an album</h4>
2<p>Use tag <code>&lt;!--hidden--&gt;</code> in the album name:<br>
3<br>
4- it won't be displayed in the parent album<br>
5- it remains visible in the album menu</p>
6
7<h4>Hide an album from the menu</h4>
8<p>Use tag <code>&lt;!--mb-hidden--&gt;</code> in the album name:<br>
9<br>
10- it won't be displayed in the album menu<br>
11- it remains visible in the parent album</p>
12
13<h4>Hide a photo</h4>
14<p>Use tag <code>&lt;!--hidden--&gt;</code> in the photo name:<br>
15<br>
16- it won't be displayed on the thumbnails page<br>
17- it remains visible inside the album</p>
Note: See TracBrowser for help on using the repository browser.