aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK/help
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2011-06-09 14:32:20 +0000
committermistic100 <mistic@piwigo.org>2011-06-09 14:32:20 +0000
commitf56fc4f36dd9ec183710b2e64a45865713c0f9d6 (patch)
tree26b73e03f71816b2083969e58191a788cc9b1124 /language/en_UK/help
parent193d1e472747c4d202ad10b2c06e1565209ded8a (diff)
feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/help')
-rw-r--r--language/en_UK/help/configuration.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/language/en_UK/help/configuration.html b/language/en_UK/help/configuration.html
index 7fb8d537d..a2a913627 100644
--- a/language/en_UK/help/configuration.html
+++ b/language/en_UK/help/configuration.html
@@ -33,6 +33,20 @@ page.</li>
<li><strong>Mail address is mandatory for all users</strong>: mail address will be checked on registration or profile update, except if the action is done by an administrator.</li>
<li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
+
+ <li><strong>Default photos order</strong>: You can define a personalized order by selecting &laquo;Personalized&raquo; in the drop-down menu. This field must respect the SQL syntax, example: <i>date_available DESC, file ASC, id ASC</i><br>
+ Available fields:
+ <ul style="font-size:0.85em;">
+ <li><b>date_available</b>: date of the adding to the gallery</li>
+ <li><b>file</b>: name of the file</li>
+ <li><b>id</b>: identifier</li>
+ <li><b>date_creation</b>: date of element creation</li>
+ <li><b>name</b>: name of the picture</li>
+ <li><b>hit</b>: number of visits</li>
+ <li><b>average_rate</b>: average rate on the picture</li>
+ </ul>
+ Don't forgot to specify the order for each field with these keywords : <i>ASC</i> and <i>DESC</i>
+ </li>
</ul>