frekel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Terug naar overzichtDon’t forget to change the
Back to the contest
line into dutch!!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Terug naar overzichtOk, missed it in the 1.5.1 version…
Try adding this:
$vote_result_string = '<div class="updated">'; $vote_result_string .= __('Thanks for voting for this photo.', 'wp-photocontest'); $vote_result_string .= '<BR />'; $vote_result_string .= sprintf(__('<a href=\'%1$s?img_id=%2$d&post_id=%3$d&order=%4$s\'>Back to the contest</a>', 'wp-photocontest'),$_SERVER['PHP_SELF'],$img_id,$post_id,$order); $vote_result_string .= '<BR />'; $vote_result_string .= '</div><BR />';Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Sorry, You have already uploaded one photoFound the bug, version 1.5.1 should be fixing this!
NOTE:
Reminder about autoupgrading:
==============================================
Autoupgrading can remove all my contests and files.
Please make sure you have a copy of the contest_folder and the skin folder!Version 1.5.1 should be 3.0 compatible!
NOTE:
Reminder about autoupgrading:
==============================================
Autoupgrading can remove all my contests and files.
Please make sure you have a copy of the contest_folder and the skin folder!Forum: Plugins
In reply to: [Plugin: PhotoContest] voting page errorVersion 1.5.1 should finally fix this problem!!
NOTE:
Reminder about autoupgrading:
==============================================
Autoupgrading can remove all my contests and files.
Please make sure you have a copy of the contest_folder and the skin folder!Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Foto Upload works not for everyoneVersion 1.5.1 should finally fix this problem!!
NOTE:
Reminder about autoupgrading:
===========================================================================
Autoupgrading can remove all my contests and files.
Please make sure you have a copy of the contest_folder and the skin folder!Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Foto Upload works not for everyoneHi there,
well, not 100%: I see file on server, I do not get previous error but thumbnails for recent uploads are not populated somehow.
I think the problem is those thumbnails are losing consistency in filename structure:
let’s say I am uploading some random jpg using username ‘m.k.r’ then
original file maintains m.k.r at the very beginning of a filename but thumbnails get ‘pre_m.JPG’ and ‘med_m.JPG’
Basically username is gone from filename and also original jpg’s name 🙁cheers,
MartinForum: Plugins
In reply to: [Plugin: PhotoContest] voting page error@epphotography:
I know you are not a spammer 😉@frank84: I’ve updated the file. Can you try again??
http://www.vanderstad.nl/wp-photocontest/viewimg.txtForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Foto Upload works not for everyoneNote: Untested, so if someone wants to test it and report the results….. PLEASE!!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Foto Upload works not for everyoneBetter is to check for the last . (dot) when checking the extention:
Change:
list(, $this->extension) = explode('.', $this->originalFilename);to
$_extention_array = explode('.', $this->originalFilename); $this->extension = array_pop($_extention_array);You will find this in lib/thumbnail.class.php (around line 60!)
Greetz,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest] voting page error@epphotography: Aha you’re the spammer (grin)
So we can confirm the fix works 😉
Can you set this item to resolved?Thanks,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest] voting page errorDownload: http://www.vanderstad.nl/wp-photocontest/viewimg.txt and upload it as viewimg.php.
This should fix it (even on WP3.x)
Greets,
Frank@candacechicagophotographer & @pxlchk1
Download: http://www.vanderstad.nl/wp-photocontest/viewimg.txt and upload it as viewimg.php.
This should fix it (even on WP3.x)
Greets,
FrankHi all,
Just installed wordpress 3.01 on a completly new testsite and upgraded my 2.71 to 3.01 on my old 2.71 testsite and both are working.
Can it be the problems occur on 3.0 only?
Please contact me so I can fix this!!@j2ee:
– Can you explain in detail what is wrong with the voting?
– Did you try the = Customization = part of the readme file?@smallwebsolutions and @leeward:
Did you do an upgrade and if so, from what version?thx