dotknott
Forum Replies Created
-
Thanks!
I’ve made a few modifications to the plugin to better serve my purposes.
Because we wish to require that winners be a member of a facebook group, I’ve added the ability to collect a full name, and added the ability to re-choose a winner if the picked winner is found to not be a member of the group.I’ve also removed sharing links to allow multiple entries, since we want 1 entry per person.
I’m sure my changes aren’t the most elegant and my re-roll would probably cause issues for giveaways with more than 1 winner, but it does what I need for now.
Please consider these feature upgrades as part of future releases.
As soon as we’ve done our first giveaway, I’ll rate!
- This reply was modified 7 years, 10 months ago by dotknott.
Well, That worked! Thanks!
Forum: Plugins
In reply to: [Easy CountDowner] Widget Shortcode and Remove Mins SecsI ended looking into the plugin itself to find the answer. show_second=”0″ in your shortcode should do the trick.
Oddly enough I remember seeing this question when it was first posted, and I’m not sure the link had the answer plainly. (since I only just figured it out myself.)
Forum: Plugins
In reply to: [RSVPMaker] Customizing Guest Fields (Adding more guest fields)Okay I’m actually moving along pretty well, My stumbling block is that I want to use a drop down menu. It saves, but it doesn’t display right after saving as a dropdown.
What I’ve done:
Added a new field to the rsvpmaker table
Added a new esc_attr($_POST for my new field
modified pluggable lines 1207 and 2012yup! that was it! Thank you!
Forum: Plugins
In reply to: [Member Directory and Contact Form] Edit Tasks Page is not saving TimesSorry! I thought I was in that forum!
Just started on my site too.
Forum: Themes and Templates
In reply to: Query Posts on a specific DotW (day of the week)okay, but what if I only want to return results if they occur in the current week, and not just the last post written on a thursday?
sorry I’m unfamiliar with this function.
$sql = "SELECT *,dayname(post_date) as dayname FROM $wpdb->posts WHERE dayofweek(post_date) = 3 AND post_type ='post' AND post_status='publish' LIMIT 0,1";
Forum: Fixing WordPress
In reply to: Doing More Math with Custom FieldsHah I just found a support thread with a resolution from you for pretty much exactly what I’m looking for.
Forum: Fixing WordPress
In reply to: Doing More Math with Custom FieldsOkay.. Let’s say I run on a daily basis.. On my blog i’m using the custom fields to log miles run each day. I want to tally up the total miles I’ve run so far that week.