Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author landoweb

    (@landoweb)

    1) You can not define a single date for all predictions.

    2) To display just the matches in the group stages, not the knockout stages, use the attribute group=true, e.g. [world-cup-predictor group=true]

    Possible solution:
    It can be done by removing link to predictions page from WP admin module. After that users can see their predictions from ranking table but cannot change them.

    Plugin Author landoweb

    (@landoweb)

    Or you can edit the line 94 of file wcp-predict.class.php, replacing:

    UTC_TIMESTAMP() < kickoff

    By:

    UTC_TIMESTAMP() < '2014-06-12 20:00:00'

    But in this case, the Predictions page will be blank after the start of the World Cup. I suggest deleting it when the deadline is reached.

    Plugin Author landoweb

    (@landoweb)

    @tiagosanbv and @rashaverak

    This solved the issue for you? What is the link to their websites so that I can check?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Set a personal deadlines date for predictions’ is closed to new replies.