WPIntell

Source evidence

unable to unset date

Rendez Vous · support · 2017-05-09T23:59:00+00:00

complaintsentiment
mediumseverity
0.75relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

7 / 29 rows with source links

24.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

22 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gallussteve unresolved
If a date is set for a Rendez-vous it cannot be unset to allow people to update their votes. I found that if I delete the entry _rendez_vous_defdate entry in wp_post_meta table that this is effectively unset. This would just need a button or option on the edit screen to unset and remove this entry. Hello @gallussteve , It’s been a while, and I’m not sure if you are still looking for an answer. However, I am able to add a radio button on the Set date row and None column. Here are the steps to edit the Rendez Vous plugin and add that new Set date to None radio button: 1. Open /includes/rendez-vous-template.php using your favorite code editor 2. Replace $ending_rows['editable_row'] .= '<td></td>'; with $ending_rows['editable_row'] .= '<td><input type="radio" name="_rendez_vous_edit[def_date]" value="0" '. checked( $date, 'none', false ) . '/></td>'; Please let me know if you have any question. Thanks, @awijasa

Comments

1 shown
awijasa 2017-10-19T21:47:00+00:00

Hello @gallussteve , It’s been a while, and I’m not sure if you are still looking for an answer. However, I am able to add a radio button on the Set date row and None column. Here are the steps to edit the Rendez Vous plugin and add that new Set date to None radio button: 1. Open /includes/rendez-vous-template.php using your favorite code editor 2. Replace $ending_rows['editable_row'] .= '<td></td>'; with $ending_rows['editable_row'] .= '<td><input type="radio" name="_rendez_vous_edit[def_date]" value="0" '. checked( $date, 'none', false ) . '/></td>'; Please let me know if you have any question. Thanks, @awijasa