frekel
Forum Replies Created
-
Alessandro,
everything works as requested in the mail!!
Resolved ๐
The template.tpl in pastebin is ok, but looking at your site (plugins/wp-photocontest/skins/aqua/template.tpl) shows me a different template.tpl.
Are you sure they are the same??
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Sorry, You have already uploaded one photoCan you tell me which changes you are referring to?
Thanks,
FrankAnyone with this problem:
Send me:
– the wordpress version
– the plugin version
– username/password so I can login to your wp-adminMy email is in the readme file!
Greets,
Frankfor now, please add it to the contest-rules (the introduction text on the page where people are uploading!!)
You need to know, the plugin creates 3 different images for every one upload. So this is memory consuming…
This feature (max upload size) is requested a couple of times and I want to include in the next version.
I’m quite busy, so don’t expect it in the near future!
This is also something I want to include in the next version.
I’m quite busy, so don’t expect it in the near future!
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Dashboard Voted PicturesNope, but this is something I want to include in the next version.
I’m quite busy, so don’t expect it in the near future!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Sorry, You have already uploaded one photoOpen lib/wp-photocontest.class.php and look for the function get_top_menu()
or open localizations/wp-photocontest.pot and translate
- Post photos
- Recently added
- Most views
- Top rated
enter the translation in the msgstr “”
(so Post photos is: msgstr “Enter competition”)
and send me the pot file by mail (see my email in the readme.txt file)Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Sorry, You have already uploaded one photoSorry, found the problem:
You have set the role for uploading to None, right?
Change the following:
in play.php on line 149:$total_nr = (int) $wpdb->get_var( $wpdb->prepare( "SELECT count(img_id) as total_nr from ".$wpdb->prefix."photocontest WHERE wp_uid = %d and visibile=1 and contest_id = %d", $current_user->ID, $photo_contest_id) );to
$total_nr = 0; if (isset($current_user->ID)) { $total_nr = (int) $wpdb->get_var( $wpdb->prepare( "SELECT count(img_id) as total_nr from ".$wpdb->prefix."photocontest WHERE wp_uid = %d and visibile=1 and contest_id = %d", $current_user->ID, $photo_contest_id) ); }Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Sorry, You have already uploaded one photoHave you tried to use the force upgrade link in the settings page of the contests (WordPress admin panel –> Photocontest –> Settings) ?
If that doesn’t work, please send me a username/password for a user who can log into your wordpress (admin panel)
You can find my emailaddress in the readme file!
Greets,
FrankThis is fixed in the latest version of THE plugin!!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Hidden votingThat would be nice and maybe I can integrate or hook into your plugin.
Mail me (antispam@vanderstad.nl) when you have published a free version.
Greets,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Hidden votingNote: I reported as spam!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Hidden votingHรจ posted a lot of messages around the forum to ‘sell’ his plugin.
I just hope people don’t be trapped by his offer. Respect the GPL and give it (for free) back to THE community.