Ignore:
Timestamp:
Dec 27, 2010, 5:13:53 PM (13 years ago)
Author:
patdenice
Message:

Add [redirect] tag.
Move history to changelog.txt.

File:
1 edited

Legend:

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

    r7015 r8314  
    8585- it won't be displayed on the thumbnails page<br>
    8686- it remains visible inside the category</p>
     87
     88<h3>Redirected category</h3>
     89
     90<ul>
     91  <li><b>[redirect http://piwigo.org]</b></li>
     92</ul>
     93<p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     94
     95<ul>
     96  <li><b>[redirect img=xx]</b></li>
     97</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>
     99
     100<ul>
     101  <li><b>[redirect cat=xx]</b></li>
     102</ul>
     103<p>Redirect to a category of your gallery where xx the category identifier.</p>
     104
     105<ul>
     106  <li><b>[redirect search=xx]</b></li>
     107</ul>
     108<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
Note: See TracChangeset for help on using the changeset viewer.