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.
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.
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
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.
What version are you using?
I can tell you what to change if I know the version :)
Thanks, its WP-PhotoContest, Version 1.5.4.
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);
?>All done, thank you so much!
No problem!! Can you put this to 'Resolved'?
Thanks,
Frank
This topic has been closed to new replies.