Kyle

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 52 total)
  • Author
    Posts
  • in reply to: Updating an Event #28901
    Kyle
    Participant

    Hey, thanks for following up

    Yes exactly, for some reason any time I use tribe_update_event or wp_update_post with an event post type the start and end times get wiped out.

    in reply to: Updating an Event #28881
    Kyle
    Participant

    Its tough for me to paste the full code because it is in my payment gateway plugin, I tried to boil it down to just the parts that affect it. The event post status is meant to tie in to Woocommerce order status. http://snippi.com/s/qztnzvb

    in reply to: Action when event occurs? #28760
    Kyle
    Participant

    Nevermind ha

    Thanks again!

    in reply to: Action when event occurs? #28759
    Kyle
    Participant

    All I see in the meta EventStartDAte,Hour,Minute,Meridian etc.

    in reply to: Action when event occurs? #28758
    Kyle
    Participant

    As a follow up to this, for scheduling the hourly function, is there a way to easily pull the end time/date from an event post as a unix timestamp?

    in reply to: Action when event occurs? #28754
    Kyle
    Participant

    Thanks for the reply.

    Okay, I will probably schedule an hourly event that checks for past events or something in that case.

    in reply to: Custom Fields with tribe_get_events #26892
    Kyle
    Participant

    Of course, forgot to put the custom field in the meta array:

    ‘meta_query’ => array(
    array(
    ‘key’ => ‘wpcf-xcustomer_id’,
    ‘value’ => $currentid ))

    in reply to: Customize Information Output to iCal and Google Calendar #26872
    Kyle
    Participant

    Thanks for the reply Leah,I think the filter at the top there will work perfectly!

    in reply to: Using Event CPT in Loop #26505
    Kyle
    Participant

    Thanks for the reply! I will try that out

    in reply to: Template Conditionals (again) #26363
    Kyle
    Participant

    Oh okay, yeah now that I re-read my post I could have explained that better. I believe that is what I was originally looking for and didn’t explain it well

    in reply to: Template Conditionals (again) #26359
    Kyle
    Participant

    Thank you for the reply. After finding exactly where the error was coming from in the list.php I found the tribe_is_past() function, which solved it

    in reply to: Trouble with targeting templates from functions file #26072
    Kyle
    Participant

    Thank you that is exactly what I was looking for

    in reply to: Only display events of current user #25755
    Kyle
    Participant

    Thanks for your help, this will definitely get me going in the right direction. I decided to limit the view of the calendar to people who have the option to be organizers, so I may try to sort by that as the ‘author’ also.

    in reply to: /events and /events/month private #23479
    Kyle
    Participant

    Okay, wrapping the entire code for the /view files for both those pages in if(current_user_can()){ code } else { wrong permission message } did the trick for what I was looking for.

    in reply to: /events and /events/month private #23478
    Kyle
    Participant

    Thanks for the response Joyce

    So I put in a plugin that does so, but since I those two pages aren’t pages that you can do to the edit screen I can’t set permissions-know what I mean? I’ll keep trying, but any other tips would be appreciated

Viewing 15 posts - 31 through 45 (of 52 total)