Ignore:
Timestamp:
Jan 27, 2011, 8:46:55 PM (13 years ago)
Author:
tiico
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ConcoursPhoto/include/default_values.inc.php

    r4428 r8946  
    99$concours_default_values['mask_author'] =   true; // Mask author for prepared concours
    1010$concours_default_values['thumb_note'] = true; // Display global note (for user) under thumbnail
    11 $concours_default_values['mask_exif'] = true; // Mask exif/iptc datas during concours
     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
    1215?>
Note: See TracChangeset for help on using the changeset viewer.