frekel
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Terug naar overzichtVersion 1.5.2 is currently released:
* (fixed) Voting failed when chosing a dropdown as vote mechanism
* (added) Setting REDIRECT_AFTER_VOTE. Setting this to true, a link back to the contest is provided after votingForum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Comments not showing upSo just to be clear:
Using the following settings:
Page type set to Page AND comments set to Open; a page is created to hold the contest. This page has the option Allow comments set to true.
(You will find this under “Pages” –> edit page –> Discussion –> Allow comments)For some reason, WordPress has this option, but doesn’t do anything with it, because looking into the core of WordPress I find the following (in wp-includes/comment-template.php on line 852):
function comments_template( $file = '/comments.php', $separate_comments = false ) { global $wp_query, $withcomments, $post, $wpdb, $id, $comment, $user_login, $user_ID, $user_identity, $overridden_cpage; if ( !(is_single() || is_page() || $withcomments) || empty($post) ) return;Here in the last line I see !(is_page()). This tell the core to return nothing about comments when it is a page.
So why is this option under pages? I don’t know… maybe some ancient code left in the core or a option for plugins who can show comments under pages….
If someone finds such a plugin and has a page working with comments, please post it here. I will try to integrate this into the plugin.
For now, I’m giving up 🙁
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Comments not showing upI’ve checked the way WordPress handles the comments.
It isn’t possible to show comments on a page (expect with a separate plugin). Comments in this plugin don’t work…. expect when you create a contest as a post and put the post on a page. This way only the first page of the contest is able to handle comments!Sorry to mislead you!!
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Comments not showing upHas something to do with your template. Still looking for à fix!
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Terug naar overzichtVersion 1.5.2 is almost ready, which will include this feature.
Forum: Plugins
In reply to: [Plugin: PhotoContest Plugin] Limited sizeYep, sorry!!
Forum: Plugins
In reply to: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] Comments not showing upCan you tell me the WP-version and plugin version?
Thanks,
FrankVersion 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: [PhotoContest Plugin] [Plugin: PhotoContest Plugin] CALL FOR DEVELOPERSNo one??
(Yes, I know…. i’m bumping 😉
In version 1.5.1 I have added an setting called VISIBLE_VOTING. It is now possible to moderate photo votes by sending out email to confirm emailaddress.
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!Found the bug and version 1.5.1 should be fixing this!!
The non-flash support isn’t in this release!!!
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 fixing this problems (in certain configurations)!
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] Many Problems with unicode and votesVersion 1.5.1 should fix some of the above bugs/features…. but no mail yet 🙁
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] Hidden votingBTW: The hidden voting means that when someone votes, they don’t have to choose how much votes they want to give…
Hidden voting doesn’t mean to show the votes in the viewing of a contest.
Please open the fla-file (in flash) and remove the ‘show votes’ text there.I will remove the questions from my todo list. I really can’t see how the integrate this. If more people want this, feel free to post it here…
Sorry,
FrankForum: Plugins
In reply to: [Plugin: PhotoContest Plugin] I can’t access the view photocontests pageVersion 1.5.1 (just released) 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!