Title: roello007's Replies | WordPress.org

---

# roello007

  [  ](https://wordpress.org/support/users/roello007/)

 *   [Profile](https://wordpress.org/support/users/roello007/)
 *   [Topics Started](https://wordpress.org/support/users/roello007/topics/)
 *   [Replies Created](https://wordpress.org/support/users/roello007/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/roello007/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/roello007/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/roello007/engagements/)
 *   [Favorites](https://wordpress.org/support/users/roello007/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Number of spaces per attendee doesn’t display](https://wordpress.org/support/topic/number-of-spaces-per-attendee-doesnt-display/)
 *  Thread Starter [roello007](https://wordpress.org/support/users/roello007/)
 * (@roello007)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/number-of-spaces-per-attendee-doesnt-display/#post-12531387)
 * Aha i found a edit in the old backup. In the attendeeslist.php, this was edited:
 * <?php
    $bookings = array(); foreach($EM_Event->get_bookings()->bookings as $EM_Booking){
   if ($EM_Booking->status == 1){ array_push($bookings, array(‘person_name’=>$EM_Booking-
   >person->get_name(),’person_email’=>$EM_Booking->person->user_email,’person_phone’
   =>$EM_Booking->person->phone,’booking_space’=>$EM_Booking->get_spaces(),’booking_comment’
   =>$EM_Booking->booking_comment,’Tickets_Bookings’=>$EM_Booking->get_tickets_bookings()));}}
   asort($bookings); ?>
 * <?php
    foreach($bookings as $EM_Booking) { ?> <tr> <td class=”Name”><?php echo
   $EM_Booking[‘person_name’] ?></td> <td>(Aantal kaartjes: <?php echo $EM_Booking[‘
   booking_space’] ?>)</td> <td class=”Ticket”></br></td></tr><?php } ?>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Caldera Forms - More Than Contact Forms] Method value does not exist on jQuery.tooltip](https://wordpress.org/support/topic/method-value-does-not-exist-on-jquery-tooltip/)
 *  Thread Starter [roello007](https://wordpress.org/support/users/roello007/)
 * (@roello007)
 * [8 years ago](https://wordpress.org/support/topic/method-value-does-not-exist-on-jquery-tooltip/#post-10220449)
 * I use the Motors Theme:
 * [https://themeforest.net/item/motors-automotive-cars-vehicle-boat-dealership-classifieds-wordpress-theme/13987211](https://themeforest.net/item/motors-automotive-cars-vehicle-boat-dealership-classifieds-wordpress-theme/13987211)

Viewing 2 replies - 1 through 2 (of 2 total)