Ignore:
Timestamp:
Jun 15, 2011, 5:28:23 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ExtendedDescription - update rename to album/photo

File:
1 edited

Legend:

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

    r9686 r11384  
    2222<h3>Extended descriptions</h3>
    2323
    24 <p>Extended description tags make it possible to have a short description for the category outside the category,
    25 a longer description for the category inside the category page,
    26 or even 2 distinct descriptions inside the category page.</p>
     24<p>Extended description tags make it possible to have a short description for the album outside the album,
     25a longer description for the album inside the album page,
     26or even 2 distinct descriptions inside the album page.</p>
    2727
    2828<p>tag &lt;!--more--&gt; adds text to the short description.<br>
     
    3434</ul>
    3535<code>short description &lt;!--more--&gt; long description</code>
    36 <p>Only the short description is displayed outside the category. On the category page, you will see short description + long description.</p>
     36<p>Only the short description is displayed outside the album. On the album page, you will see short description + long description.</p>
    3737
    3838<ul>
     
    4040</ul>
    4141<code>short description &lt;!--complete--&gt; long description</code>
    42 <p>Only the short description is displayed outside the category. On the category page, you will only see the long description, so you have 2 distinct descriptions.</p>
     42<p>Only the short description is displayed outside the album. On the album page, you will only see the long description, so you have 2 distinct descriptions.</p>
    4343
    4444<ul>
     
    4646</ul>
    4747<code>top description &lt;!--up-down--&gt; bottom description</code>
    48 <p>Only the top description is displayed outside the category.  On the category page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>
     48<p>Only the top description is displayed outside the album.  On the album page, the top description is displayed above the thumbnails, the bottom description is displayed below the thumbnails.</p>
    4949
    50 <h3>Insert a category or a photo</h3>
     50<h3>Insert a album or a photo</h3>
    5151
    5252<ul>
    5353  <li><b>tag [cat=xx]</b></li>
    5454</ul>
    55 <p>This tag inserts a category in the description, where xx is the category identifier.</p>
     55<p>This tag inserts a album in the description, where xx is the album identifier.</p>
    5656
    5757<ul>
     
    5959</ul>
    6060<p>This tag allows to insert one or more thumbnail in the description, with:<br><br>
    61 - xx the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.
     61- xx the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.
    6262<br>
    6363- yyyy (optional) : can take any value among {left, right}.</p>
    64 - name (optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the image markup &lt;title&gt; is fill with the name.</p>
     64- name (optional) : can take any value among {name, titleName}. If tagged, with <i>name</i> the name of the picture is diplayed under the thumbnail, with <i>titleName</i> the photo markup &lt;title&gt; is fill with the name.</p>
    6565
    6666
    67 <h3>Hide a category</h3>
     67<h3>Hide a album</h3>
    6868
    69 <p>Use tag <b>&lt;!--hidden--&gt;</b> in the category name:<br>
     69<p>Use tag <b>&lt;!--hidden--&gt;</b> in the album name:<br>
    7070<br>
    71 - it won't be displayed in the parent category<br>
    72 - it remains visible in the category menu</p>
     71- it won't be displayed in the parent album<br>
     72- it remains visible in the album menu</p>
    7373
    74 <h3>Hide a category in menu</h3>
     74<h3>Hide a album in menu</h3>
    7575
    76 <p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the category name:<br>
     76<p>Use tag <b>&lt;!--mb-hidden--&gt;</b> in the album name:<br>
    7777<br>
    78 - it won't be displayed in the category menu<br>
    79 - it remains visible in the parent category</p>
     78- it won't be displayed in the album menu<br>
     79- it remains visible in the parent album</p>
    8080
    81 <h3>Hide an image</h3>
     81<h3>Hide a photo</h3>
    8282
    83 <p>Use tag <b>&lt;!--hidden--&gt;</b> in the image name:<br>
     83<p>Use tag <b>&lt;!--hidden--&gt;</b> in the photo name:<br>
    8484<br>
    8585- it won't be displayed on the thumbnails page<br>
    86 - it remains visible inside the category</p>
     86- it remains visible inside the album</p>
    8787
    88 <h3>Redirected category</h3>
     88<h3>Redirected album</h3>
    8989
    9090<ul>
    9191  <li><b>[redirect http://piwigo.org]</b></li>
    9292</ul>
    93 <p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     93<p>Insert this tag into a album description to redirect it to the URL of your choice.</p>
    9494
    9595<ul>
    9696  <li><b>[redirect img=xx]</b></li>
    9797</ul>
    98 <p>Redirect to an image of your gallery where xx is the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.</p>
     98<p>Redirect to a photo of your gallery where xx is the photo identifier; you can add the album identifier next to the photo identifier: <code>xx.ccc</code>.</p>
    9999
    100100<ul>
    101101  <li><b>[redirect cat=xx]</b></li>
    102102</ul>
    103 <p>Redirect to a category of your gallery where xx the category identifier.</p>
     103<p>Redirect to a album of your gallery where xx the album identifier.</p>
    104104
    105105<ul>
Note: See TracChangeset for help on using the changeset viewer.