Title: uclackitech's Replies | WordPress.org

---

# uclackitech

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322275)
 * any help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Album] Facebook API came back with a faulty result…](https://wordpress.org/support/topic/facebook-api-came-back-with-a-faulty-result/)
 *  [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/facebook-api-came-back-with-a-faulty-result/#post-5140256)
 * I’m having the exact same problem. it was working a month ago and now i get that
   error and message
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322216)
 * using the search form and pagination.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322211)
 * any reason why the event sign ups page isn’t AJAX?
 * is there another way I can manually set AJAX/recursion other than the wp-config
   way?
 * Any help would be appreciated.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322183)
 * I don’t think the booking date is the problem because if I don’t nest the conditions,
   the {has_booking}content{/has_booking} works just fine.
 * Yes, the event-sign-ups is set up as my main events page
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322157)
 * The Quick signup part is where I’m trying to do the recursion with the {logged_in}
 * I want that page to have ajax (the search and pagination)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Ticket description custom conditional placeholder](https://wordpress.org/support/topic/ticket-description-custom-conditional-placeholder/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/ticket-description-custom-conditional-placeholder/#post-5328348)
 * Figured it out on my own.
 *     ```
       add_action('em_event_output_condition', 'filterEventOutputCondition', 1, 4);
       function filterEventOutputCondition($replacement, $condition, $match, $EM_Event){
       	$EM_Tickets = $EM_Event->get_tickets();
       	foreach($EM_Tickets as $EM_Ticket){
       	if( is_object($EM_Ticket) && preg_match('/^has_ticketdescription/',$condition, $matches) ){
       		if ( !empty($EM_Ticket->ticket_description) ){
       			$replacement = preg_replace("/\{\/?$condition\}/", '', $match);
       		}else{
       			$replacement = '';
       		}
       		}
       	}
       	return $replacement;
       }
       ```
   
 * Thanks though
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322141)
 * With that code, it just displays logged in.
 * [http://uclacki.org/events/event-sign-ups/](http://uclacki.org/events/event-sign-ups/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Adding into wp_config.php doesn't work](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/adding-into-wp_configphp-doesnt-work/#post-5322089)
 * Hi,
    so I put the two constants at the bottom and went into settings–>formatting
   and was editing the “Default event list format”.
 * For example,
    `{logged_in}{has_bookings}content{/has_bookings}{/logged_in}`
 * displays a blank screen
 * `{has_bookings}content{/has_bookings}`
 * displays “content”
 * As for the ajax constant, my pagination/search button is loading a new page each
   time instead of refreshing (like shown on your demo page).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Remove booking from "My Booking" when cancelled or duplicates](https://wordpress.org/support/topic/remove-booking-from-my-booking-when-cancelled-or-duplicates/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-booking-from-my-booking-when-cancelled-or-duplicates/#post-5253169)
 * Also, how do I delete duplicate events? If you sign up, cancel, signup again 
   for the same event, there are 3 listings of the same event.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Default available until date/time and waitlist](https://wordpress.org/support/topic/default-available-until-datetime/)
 *  Thread Starter [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/default-available-until-datetime/#post-5245411)
 * oh ok. how about the default cut-off date? where/how can I edit that, if possible?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Theme My Login – Gravatar on profile](https://wordpress.org/support/topic/theme-my-login-gravatar-on-profile/)
 *  [uclackitech](https://wordpress.org/support/users/uclackitech/)
 * (@uclackitech)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/theme-my-login-gravatar-on-profile/#post-5209876)
 * I’m having the same problem. The gravatar is a blank white screen.

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