astcit

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 36 total)
  • Author
    Posts
  • in reply to: Stop events from auto-unpublishing #823201
    astcit
    Participant

    def not what im looking for sorry Brian,
    this will do a complete ‘garbage collection’,
    completely deleting any expired events…. nothing like what im looking to do.

    after an events date has ended… instead of it automatically being put into the previous events area, i want to be able to move it there myself.

    are you able to at least point me in the right direction of what .php controls the moving from current event to previous events?

    in reply to: Stop events from auto-unpublishing #823035
    astcit
    Participant

    hmm after checking that out,
    it might not really be what im after.
    will let you know how the tests go after backup is done.

    in reply to: Stop events from auto-unpublishing #822919
    astcit
    Participant

    if its possible of course 🙂

    in reply to: Stop events from auto-unpublishing #822891
    astcit
    Participant

    Sorry Brian, i wasn’t very clear in my question I think.

    The behavior your are describing is true;
    when an event ends, it remains published, but is found in the previous events section….

    I want it to stop being moved to the previous events section, I wish to be able to unpublish the event myself, putting it into the previous events section when needed.

    in reply to: Reminders/Notification – WooCommerce? #820336
    astcit
    Participant

    Hey josh, just thought id give you an update in regards to this…
    its turned into a bit of a hunt for eldorado, but non the less, its still a hunt, my friend 🙂

    I def need to open a couple other threads to work out other questions that lead into this…..

    but so far, process of;
    cron job of some sort running hourly,
    check End event > check todays date > if ended > send email.

    but the idea has sort of evolved a bit from there,
    becos were using this as a booking system, we decided we need to be able to let the backend user know if the item is ‘available’ or not for booking,
    SO, im going to use the ‘custom field’ area of the community event calendar to create a “Status= In/Out” checkbox, add this to the process of above:
    cron job run hourly, check “status” > if in, do nothing > if out > send email

    Im really hoping at the end of it all, I’ll have something useful for the community to use and maybe incorporate into their own site,

    in reply to: Changing Menu from "events" to something else #808646
    astcit
    Participant

    Exactly what I was looking for thanks Brian.
    Curious as why that didn’t come up when using the search?

    in reply to: Reminders/Notification – WooCommerce? #805492
    astcit
    Participant

    Hey there josh, still working on this,
    my php skills weren’t able to take me across the finish line for this..
    currently working on it now.
    hopefully will have some sort of result this week and have something to share with the community

    in reply to: Reminders/Notification – WooCommerce? #774796
    astcit
    Participant

    having a look in to this currently thanks josh, if you dont mind keeping the thread open until ive gotten back to you..
    may require some more assistance.

    in reply to: custom email template #774635
    astcit
    Participant

    i bow down to you…
    i swear i tried that 🙁
    not sure what the hell it was that i was doing wrong.
    its working now.
    you sir, are a god.

    in reply to: custom email template #767116
    astcit
    Participant

    Hey bud,
    def tried your above code;
    echo tribe_get_custom_field( ‘asset’, $tribe_event_id );
    and then like a million combinations of what i thought the tribe event id might have been….

    <p><?php echo tribe_get_custom_field( ‘Asset’, $eventID );
    <p><?php echo tribe_get_custom_field( ‘asset’, $tribe_event_id );
    <p><?php echo tribe_get_custom_field( ‘$Asset’, $tribe_event_id );
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta( $post->ID, ‘asset’, true ) ); ?></p>
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta( $post->ID, ‘Asset’, true ) ); ?></p>
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta( $post->ID, ‘_AssetID’, true ) ); ?></p>
    <p><?php echo tribe_get_custom_field( echo tribe_get_custom_field( ‘Asset’, $customField ) ); ?></p>
    <p><?php echo tribe_get_custom_field( echo tribe_get_custom_field( ‘Asset’, ‘$customField’, true ) ); ?></p>

    i feel like I’m stuck with such a simple problem that’s laughing at me in the face now 🙁

    in reply to: custom email template #760101
    astcit
    Participant

    having a deeper look into the themer’s guide, i have found a little more help, but im still having trouble 🙁

    i used the information from http://docs.tri.be/Events-Calendar-PRO/source-function-tribe_get_custom_field.html#156-168

    which is exactly what i need… but its not working.. still…
    ive tried so many combinations as well 🙁

    h3><?php _e( ‘Asset’,’tribe-events-community’ ); ?></h3>
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta ( get_the_ID() )); ?>
    <?php echo $label; ?>
    <?php echo $value; ?>

    <h3><?php _e( ‘Required Asset’, ‘tribe-events-community’ ); ?></h3>
    <p><?php echo echo tribe_get_custom_field(‘Required Asset’, $event->ID)

    <?php echo tribe_get_custom_field(‘CustomFieldLabel’, $eventID) ?>

    <h3><?php _e( ‘Asset’,’tribe-events-community’ ); ?></h3>
    <p><?php echo tribe_get_custom_fields( get_the_ID() ); ?>

    <h3><?php _e( ‘Asset’,’tribe-events-community’ ); ?></h3>
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta ( $post->ID, ‘$eventID’, true ) ); ?></p>

    <h3><?php _e( ‘Asset’,’tribe-events-community’ ); ?></h3>
    <p><?php echo tribe_get_custom_field( tribe_get_event_meta ( $post->ID, ‘_service_id’, true ) ); ?></p>

    <h3><?php _e( ‘Requested Asset’, ‘tribe-events-community’); ?></h3>
    <p><?php echo tribe_get_custom_field( TribeEventsCustomMeta::get_custom_field_by_label( $label, $eventID ) ); ?></p>

    WHERE AM I GOING WRONG?!

    in reply to: custom email template #731604
    astcit
    Participant

    unfortunately i still do need assistance on this..
    i just havent had the chance to play with it this past week due to other commitments, do you mind keeping this open until next week?

    in reply to: Customizing email template #714773
    astcit
    Participant

    sweet, seems like now that i am up to date with the plug in that the files sitting in there nice and cosey where its meant to be 🙂
    …i do still have a question with this tho,
    am i able to put my custom drop down (custom field) in here as well?

    in reply to: Customizing email template #697114
    astcit
    Participant

    3.5 -Community Events and 3.5.2-events calendar PRO…..

    totally just realised I’m waaaay outta date….

    haha i do apologize guys!
    seperate question then;
    ive got a HEAP (and i mean HEAP) of customization that ive done in a child theme with the addon….
    if i just update the community events and pro addon, will all my customization stay where they are?

    in reply to: Customizing email template #690227
    astcit
    Participant

    this is def the right direction….BUUUT i dont have that .php in my /views/community/email-template.php
    ive taken a screen shot to show ya that im in the right area, just cant find the .php your talking about.
    http://imgur.com/jd8zXqq

Viewing 15 posts - 1 through 15 (of 36 total)