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/template/concours.tpl

    r4260 r8946  
    4747        </table>
    4848        <p>
     49    {if $CONCOURS_CHANGE_SCORE}
    4950        <input type="submit" name="concours_submit" value="{'concours_save'|@translate}" />
    5051        <input type="submit" name="concours_raz" value="{'concours_RAZ'|@translate}" onclick="return confirm('{'Are you sure?'|@translate|@escape:'javascript'}');">
     52    {/if}
    5153        </p>   
    5254        </fieldset>
Note: See TracChangeset for help on using the changeset viewer.