Forums

PhotoContest Plugin
[resolved] Can I upgrade plugin during a running competition? (8 posts)

  1. Clarice393
    Member
    Posted 1 year ago #

    Hi,

    I currently have a photo contest running and was wondering if I upgrade the wp photo contest plugin will i lose all the current entries or will they automatically appear in the upgraded version?

    Thanks.

  2. frekel
    Member
    Posted 1 year ago #

    Never trust the upgrade of ANY plugin.

    If I was you, don't upgrade while a contest is running.

    Any special reason why you want to upgrade and from which version to what version?

    Greets,
    Frank

  3. Clarice393
    Member
    Posted 1 year ago #

    Thanks for replying so quickly and for your advice.

    A couple of people that have entered don't like that their email address is visible to the public and I understand that you can hide this in the newer version.

    Thanks.

  4. frekel
    Member
    Posted 1 year ago #

    What version are you using?

    I can tell you what to change if I know the version :)

  5. Clarice393
    Member
    Posted 1 year ago #

    Thanks, its WP-PhotoContest, Version 1.5.4.

  6. frekel
    Member
    Posted 1 year ago #

    Open viewimg.php

    Look for <td class="firstCol"><?php _e('Poster', 'wp-photocontest');?>:</td>

    replace everything in the

    <td class="otherCol">
    <?php
    //fdfsgf dsfds fdsf sdfds fsdf sd
    ?>
    </td>

    with

    <td class="otherCol">
    <?php
    list($name,$domain) = explode("@",$image_details['wp_email']);
    echo ucfirst($name);
    ?>
  7. Clarice393
    Member
    Posted 1 year ago #

    All done, thank you so much!

  8. frekel
    Member
    Posted 1 year ago #

    No problem!! Can you put this to 'Resolved'?

    Thanks,
    Frank

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic