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/es_ES/help.html

    r7021 r8314  
    9191- Ésta no será fijada más sobre la página de las viñetas<br>
    9292- Queda sin embargo visible en el seno de la categoría</p>
     93
     94<!-- TODO -->
     95<h3>Redirected category</h3>
     96
     97<ul>
     98  <li><b>[redirect http://piwigo.org]</b></li>
     99</ul>
     100<p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     101
     102<ul>
     103  <li><b>[redirect img=xx]</b></li>
     104</ul>
     105<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>
     106
     107<ul>
     108  <li><b>[redirect cat=xx]</b></li>
     109</ul>
     110<p>Redirect to a category of your gallery where xx the category identifier.</p>
     111
     112<ul>
     113  <li><b>[redirect search=xx]</b></li>
     114</ul>
     115<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.