Ignore:
Timestamp:
Jul 25, 2012, 2:51:46 PM (12 years ago)
Author:
mistic100
Message:

-add [slider] tag
-parse all tags in page_banner
-allow random order of parameters for [photo], [random] and [slider]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/en_UK/help.html

    r16172 r17010  
    7676  <li><b>[random album=yy size=M html=yes link=yes]</b></li>
    7777</ul>
    78 <p>Same thin as above, except that the photo is choosed randomly into <code>album</code></p>
     78<p>Same thing as above, except that the photo is choosed randomly into <code>album</code></p>
     79
     80<ul>
     81  <li><b>[slider album=xx nb_images=10 random=no list=aa,bb,cc size=M speed=3 title=no effect=fade arrows=yes control=yes elastic=no]</b></li>
     82</ul>
     83<p>This tag allows to insert a slideshow (NivoSlider), with (you must set <code>album</code> OR <code>list</code>):<br><br>
     84- <code>album</code> (optional) source album<br>
     85- <code>nb_images</code> (optional) max number of photos to display in the slideshow<br>
     86- <code>random</code> (optional) choose photos randomly in the album<br>
     87- <code>list</code> (optional) a list of photos ids separated by a comma<br>
     88- <code>size</code> (optional) the size of the photos, among <i>{SQ, TH, XXS, S, M, L, XL, XXL}</i><br>
     89- <code>speed</code> (optional) the slideshow speed (in seconds)<br>
     90- <code>title</code> (optional) display photo title<br>
     91- <code>effect</code> (optional) transition effect (see <a href="http://nivo.dev7studios.com/support/jquery-plugin-usage/">NivoSlider doc</a>)<br>
     92- <code>arrows</code> (optional) display navigation arrows<br>
     93- <code>control</code> (optional) display navigation controls<br>
     94- <code>elastic</code> (optional) adapt slideshow size to each photo</p>
    7995
    8096
Note: See TracChangeset for help on using the changeset viewer.