diff options
author | vdigital <vdigital@piwigo.org> | 2007-03-26 20:28:45 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-03-26 20:28:45 +0000 |
commit | 37885187b762abd5deb667b027f214651fccd3a2 (patch) | |
tree | bb8b6e738bed5ab8c0c9be684d0c02d6e0c83bad /language/en_UK.iso-8859-1/help | |
parent | 200c2bb3efc25ca2c8fa3355ab74ae26c16891bb (diff) |
Help review: "Edit a category" screen have 4 new options in 1.7 and they weren't described.
If someone in the team can do a 4-eyes review on both versions:
en_UK.iso-8859-1/help/cat_modify.html and fr_FR.iso-8859-1/help/cat_modify.html
Thx.
git-svn-id: http://piwigo.org/svn/trunk@1921 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/help')
-rw-r--r-- | language/en_UK.iso-8859-1/help/cat_modify.html | 72 |
1 files changed, 59 insertions, 13 deletions
diff --git a/language/en_UK.iso-8859-1/help/cat_modify.html b/language/en_UK.iso-8859-1/help/cat_modify.html index 6e888ee53..a2dbccc53 100644 --- a/language/en_UK.iso-8859-1/help/cat_modify.html +++ b/language/en_UK.iso-8859-1/help/cat_modify.html @@ -1,18 +1,15 @@ <h2>Edit a category</h2> -<p>Modify informations and options of a single category.</p> +<h3>Informatons</h3> -<h3>Action links</h3> +<ul> -<p>This page offers you link to modification page of parent categories and -action links :</p> + <li><strong>name</strong>: rename the category (a virtual rename in case + of physical category.</li> + + <li><strong>description</strong>: give a general idea of the content, + this text will be display under the thumbnail page.</li> -<ul> - <li>jump to category</li> - <li>manage category elements (if category contains elements)</li> - <li>manage sub-categories</li> - <li>manage permissions (if category is private)</li> - <li>delete category (if category is virtual).</li> </ul> <h3>Move</h3> @@ -40,14 +37,33 @@ changing its parent category.</p> </ul> -<p>You can also manage these options with multi-categories options +<p>You can also manage these options with "Properties" management screen (screens <span class="pwgScreen">Upload</span>, <span class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>, <span class="pwgScreen">Public/Private</span>, <span -class="pwgScreen">Representative</span> in <span +class="pwgScreen">Representative</span> available from <span class="pwgScreen">Administration, Categories, Properties</span>).</p> -<h3>Representation</h3> +<h3>Sort order</h3> + +<p>Choose if the default sort order will be used.</p> + +<p>Indicate if this sort order will be applied to subcategories.</p> + +<p>Select specific sort by columns to use with this category.</p> +<ul> +<li><strong>Creation date</strong>: Picture creation date</li> +<li><strong>Post date</strong>: Synchronization date</li> +<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor</li> +<li><strong>Most visited (*)</strong>: The current visit change the most visited order</li> +<li><strong>File name</strong>: Given name in informations field</li> +<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li> + +</ul> +<p><strong>(*)</strong>Take care and test it your self can give unpredictable results.</p> + + +<h3>Representant</h3> <p>The representant of the category is the thumbnail displayed to represent the category on main page (<span class="pwgScreen">category.php</span>) when @@ -93,3 +109,33 @@ represented by any element thanks to screen <span class="pwgScreen">Modify informations about a picture</span>. The only option on the current screen is to <strong>Delete representant</strong> button, after using this button, no representant option to set anymore.</p> + +<h3>Link all category elements to a new category</h3> + +<ul> + +<li><strong>Virtual category name</strong>: New category name to be created, +all pictures of the current category will be linked to the new one.</li> + +<li><strong>Parent category</strong>: Where the new category will be, +leave empty to create it from home.</li> + +</ul> + +<h3>Link all category elements to some existing categories</h3> + +<ul> + +<li><strong>Categories</strong>: Choose the destination category.</li> + +</ul> + +<h3>Send an information email to group members</h3> + +<ul> + +<li><strong>Group</strong>: addressees group</li> + +<li><strong>Mail content</strong>: Free text to be sent to them.</li> + +</ul>
\ No newline at end of file |