source: extensions/ConcoursPhoto/include/default_values.inc.php @ 8946

Last change on this file since 8946 was 8946, checked in by tiico, 13 years ago

Prepare v2.0.0 for Concours photo plugin :

  • Add exaequo checking for the result (beta)
  • Add EN language
  • Correct "concours not displayed" when no group is selected in admin page. Now, concours is available for all registered user (not depending on the group appartenance)
  • Add option to allow author to vote for their photos (disable check based on username=authorname)
  • Add option to allow user to change the score after a validation
  • Add to guest the possibility to vote for a concours (BETA)
  • Some correction (code and database structure)
File size: 781 bytes
Line 
1<?php
2/*
3 * Plugin Name: ConcoursPhoto
4 * File :  default_values.inc.php 
5 */
6
7$concours_default_values['active_menubar'] = true; // Activate menubar view
8$concours_default_values['nbconcours_menubar'] = 3;     // Nb of last published concours show on concours menubar
9$concours_default_values['mask_author'] =   true; // Mask author for prepared concours
10$concours_default_values['thumb_note'] = true; // Display global note (for user) under thumbnail
11$concours_default_values['check_exaequo'] = false; // Check exaequo and display the same rank
12$concours_default_values['author_vote_available'] = false; // Dont allow author to vote for his own photo
13$concours_default_values['concours_change_score']   = true; // Allow a user to change his score afer a validation
14
15?>
Note: See TracBrowser for help on using the repository browser.