• Resolved Clarice393

    (@clarice393)


    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author frekel

    (@frekel)

    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

    Thread Starter Clarice393

    (@clarice393)

    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.

    Plugin Author frekel

    (@frekel)

    What version are you using?

    I can tell you what to change if I know the version ??

    Thread Starter Clarice393

    (@clarice393)

    Thanks, its WP-PhotoContest, Version 1.5.4.

    Plugin Author frekel

    (@frekel)

    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);
    ?>

    Thread Starter Clarice393

    (@clarice393)

    All done, thank you so much!

    Plugin Author frekel

    (@frekel)

    No problem!! Can you put this to ‘Resolved’?

    Thanks,
    Frank

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: PhotoContest Plugin] Can I upgrade plugin during a running competition?’ is closed to new replies.