Torsten

Forum Replies Created

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • in reply to: Need to add "Uhr" to the event times #960325
    Torsten
    Participant

    Hey Brook,

    It does indeed!

    Thanks a lot for you help,
    Torsten

    in reply to: Review and maybe amend event after submission #960319
    Torsten
    Participant

    Thanks Geoff & Steven.
    Brilliant support as usual!

    Torsten

    in reply to: Need to add "Uhr" to the event times #958703
    Torsten
    Participant

    Hey Brook,

    this one would be perfect:

    17. September 2015, 13:00 – 16:30 Uhr

    Cheers,
    Torsten

    Torsten
    Participant

    Thanks Geoff, for your quick reply.
    I have now added the following code to the file “edit-event.php”:

    <div class=”events-community-post-content”>
    <?php tribe_community_events_field_label( ‘post_content’, __(‘Event Description:’, ‘tribe-events-community’) ); ?>
    <?php tribe_community_events_form_content(); ?>
    </div><!– .tribe-events-community-post-content –>

    <div class=”events-community-post-content”>
    <?php tribe_community_events_field_label( ‘post_content’, __(‘description of organizer:’, ‘tribe-events-community’) ); ?>
    <?php tribe_community_events_form_title(); ?>
    </div><!– .tribe-events-community-post-content –>

    but now the title will be overwritten 🙁

    Guess I need a new field which will only captures the “description of organizer” so something like “<?php tribe_community_events_form_organizer-description(); ?>”

    Is there a field I could use for that?
    How would the code look like?

    Thanks for your help again,
    Torsten

Viewing 4 posts - 16 through 19 (of 19 total)