Ignore:
Timestamp:
Jun 9, 2011, 4:32:20 PM (13 years ago)
Author:
mistic100
Message:

feature:2317 move order config to Admin->Config->Options
first try, may has issues with very specials params

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/help/configuration.html

    r8711 r11279  
    3434
    3535  <li><strong>Email admins when a new user registers</strong>: administrators will be notified by mail for each registration.</li>
     36 
     37  <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>
     38    Available fields:
     39    <ul style="font-size:0.85em;">
     40      <li><b>date_available</b>: date of the adding to the gallery</li>
     41      <li><b>file</b>: name of the file</li>
     42      <li><b>id</b>: identifier</li>
     43      <li><b>date_creation</b>: date of element creation</li>
     44      <li><b>name</b>: name of the picture</li>
     45      <li><b>hit</b>: number of visits</li>
     46      <li><b>average_rate</b>: average rate on the picture</li>
     47    </ul>
     48    Don't forgot to specify the order for each field with these keywords : <i>ASC</i> and <i>DESC</i>
     49  </li>
    3650
    3751</ul>
Note: See TracChangeset for help on using the changeset viewer.