Nico_lag
Forum Replies Created
-
Forum: Plugins
In reply to: [Codestyling Localization] Problem with Microsoft APIThank you Matthew Muro your tip works perfectly.
Thx i have retrieve all the needed information
Hi,
Sure but where i can do that please ?Hi thanks for the answer,
i look /when.phpI have change tickets-form.php
<div class="em-date-range"> <label><?php _e('Start time of ticket availability','dbem')?></label> <input type="text" name="ticket_start" class="em-time-input em-start-end" size="8" maxlength="8" /> <br /> <label><?php _e('End time of ticket availability','dbem') ?></label> <input type="text" name="ticket_end" class="em-time-input em-time-end" size="8" maxlength="8" /> </div>
and bookings.php
<input type="hidden" class="ticket_start" name="em_tickets[<?php echo $count; ?>][ticket_start]" value="<?php echo ( !empty($EM_Ticket->ticket_start) ) ? date("H:i"), $EM_Ticket->start_timestamp):''; ?>" />
but when I save my ticket time is not saved
Can you tell me why please ?
I use this on my small-calendar :
$cell_event->get_bookings()->get_available_spaces();
But how retrieve tiket information ?
like :
$cell_event->get_tikets()->get_tiket_description();
How i can retrieve the list of the accessing ojects
of each event – “An array of EM_Events which occur on that day”.Like
$EM_Event->get_bookings()->get_available_spaces();
?https://wp-events-plugin.com/tutorials/modifying-the-event-calendar-html/
Thx
Ok thx for your answser and for your interest.
It’s very helpful.rather like that
<?php $available_space = get_option (‘dbem_booking_available_spaces’)?>is it possible?
Hi Marcus, thx for your answer.
For the scope “today” show all the events of the day …
And yes i have use a condition for check the time and change the order of the list.
Scope is future and the order is “ascending” for morning and “descending” for evening …Wait and see for a future upgrade …
Thx all