Show
Ignore:
Timestamp:
12/27/10 17:13:53 (2 years ago)
Author:
patdenice
Message:

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

Files:
1 modified

Legend:

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

    r7020 r8314  
    8181- diese wird nicht mehr auf der Vignettenseite angezeigt<br> 
    8282- bleibt weiterhin ersichtlich in der Kategorie</p> 
     83 
     84<!-- TODO --> 
     85<h3>Redirected category</h3> 
     86 
     87<ul> 
     88  <li><b>[redirect http://piwigo.org]</b></li> 
     89</ul> 
     90<p>Insert this tag into a category description to redirect it to the URL of your choice.</p> 
     91 
     92<ul> 
     93  <li><b>[redirect img=xx]</b></li> 
     94</ul> 
     95<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> 
     96 
     97<ul> 
     98  <li><b>[redirect cat=xx]</b></li> 
     99</ul> 
     100<p>Redirect to a category of your gallery where xx the category identifier.</p> 
     101 
     102<ul> 
     103  <li><b>[redirect search=xx]</b></li> 
     104</ul> 
     105<p>Redirect to a search page of your gallery where xx is the search identifier.</p>