Title: DownRightGamer's Replies | WordPress.org

---

# DownRightGamer

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/rcarmichael/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rcarmichael/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kraken.io Image Optimizer – Compress, Convert to WebP & AVIF, Resize & Bulk Optimize] The Plugin “Kraken Image Optimizer” has a security vulnerability.](https://wordpress.org/support/topic/the-plugin-kraken-image-optimizer-has-a-security-vulnerability/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/the-plugin-kraken-image-optimizer-has-a-security-vulnerability/#post-16073218)
 * +1 this!
 * We have to disable the plugin until Kraken gets a proper update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] All events are gone since update to Version 6.1.2.1](https://wordpress.org/support/topic/all-events-are-gone-since-update-to-version-6-1-2-1/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/all-events-are-gone-since-update-to-version-6-1-2-1/#post-16023870)
 * I’m having the same problem… Many things changed I guess.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Permalinks Customizer] Redirects Still Intact After Deletion](https://wordpress.org/support/topic/redirects-still-intact-after-deletion-2/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/redirects-still-intact-after-deletion-2/#post-14394023)
 * I had a similar issue. It appears the plugin leaves some trail data even after
   deletion within the WordPress dashboard.
 * Search via PHPMyAdmin for this query:
    `SELECT * FROM`wp_postmeta`WHERE`meta_key`
   LIKE 'permalink_customizer'`
 * This returns several rows for me and upon deletion here as well, the links seem
   to work again. This seems like an oversight from the plugin developer so hopefully
   they fix it eventually.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Recaptcha v3 and preventing Contact Form 7 from working](https://wordpress.org/support/topic/recaptcha-v3-and-preventing-contact-form-7-from-working/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/recaptcha-v3-and-preventing-contact-form-7-from-working/#post-13270938)
 * I’d also like to see a true update fix for this. Google ReCaptcha v3 is pretty
   much a standard on forms these days….
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contact Form 7 is not working after last update](https://wordpress.org/support/topic/contact-form-7-is-not-working-after-last-update/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/contact-form-7-is-not-working-after-last-update/#post-13222505)
 * I can confirm CF7 worked perfectly until version 5.2.1 — and it couldn’t have
   been at a worse time when we sent the form out to hundreds of people. I had to
   roll back to 5.2 to get it working again for now. I will not update until there’s
   confirmation of resolution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Problem with displaying categories pages](https://wordpress.org/support/topic/problem-with-displaying-categories-pages/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years ago](https://wordpress.org/support/topic/problem-with-displaying-categories-pages/#post-13079074)
 * [@linam](https://wordpress.org/support/users/linam/) I was able to fix it on 
   my end. For whatever reason 3 months ago I had event categories working perfectly,
   but I got back into the code today and PHP was having issues with the way I formatted
   my dates. I decided to abandon the strings that stored “Y-m-d” entirely and had
   my strings use the more reliable UNIX format of just time(), then you can format
   the strings afterwards with date(“Y-m-d”, $string);
 * The only way I figured this out is my dates were reverting back to 1970. It is
   odd, because as mentioned earlier, I had categories working not long ago. I’ve
   not upgraded PHP.
 * Best of luck on your end.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Problem with displaying categories pages](https://wordpress.org/support/topic/problem-with-displaying-categories-pages/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years ago](https://wordpress.org/support/topic/problem-with-displaying-categories-pages/#post-13071868)
 * You’re not the only one…. Mine’s stopped working too. I’m using version 5.9.7.3.
   Everything works great except for my category pages. Not sure why…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Zoom integration ?](https://wordpress.org/support/topic/zoom-integration/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years ago](https://wordpress.org/support/topic/zoom-integration/page/2/#post-13031260)
 * For whatever reason, the link you’ve supplied for the Zoom integration plugin
   is not working:
 * [https://www.dropbox.com/s/fqeepp1pvq5tjmj/events-manager-zoom.1.0.zip?dl=1](https://www.dropbox.com/s/fqeepp1pvq5tjmj/events-manager-zoom.1.0.zip?dl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Zoom integration ?](https://wordpress.org/support/topic/zoom-integration/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years ago](https://wordpress.org/support/topic/zoom-integration/#post-13030415)
 * Dang! This will be a game changer. Great job to the team and [@johniswellace](https://wordpress.org/support/users/johniswellace/)!
   😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Category count in category list](https://wordpress.org/support/topic/category-count-in-category-list/)
 *  Thread Starter [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/category-count-in-category-list/#post-12641968)
 * That worked! Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Zoom integration ?](https://wordpress.org/support/topic/zoom-integration/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/zoom-integration/#post-12607473)
 * With the popularity of Zoom right now, this would be a very cool feature.
 * *upvote*
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Live Simple Clock] Clock does exactly as it says](https://wordpress.org/support/topic/clock-does-exactly-as-it-says/)
 *  Thread Starter [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/clock-does-exactly-as-it-says/#post-12566399)
 * I have since grown quite used to the seconds and prefer it, to be honest. Funny
   how things change over time. Your clock is awesome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Basic Crud] function column_phone](https://wordpress.org/support/topic/function-column_phone/)
 *  [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/function-column_phone/#post-12160053)
 * I don’t fully understand it either but the function column_phone($item) is dependent
   on whatever you put in place of “phone” must relate to data in the plugin. You
   can use this to manipulate all kinds of columns.
 * For example, i’ve set one up for a start date format:
 *     ```
       function column_start_date($item) {
          if (!empty($item['start_date']) && $item['start_date'] != '0000-00-00') {
             return date("M j, Y", strtotime($item['start_date']));
          } else { ''; }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Chosen Multi Dropdown with populated data](https://wordpress.org/support/topic/chosen-multi-dropdown-with-populated-data/)
 *  Thread Starter [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/chosen-multi-dropdown-with-populated-data/#post-11767841)
 * Closing. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Participants Database] Chosen Multi Dropdown with populated data](https://wordpress.org/support/topic/chosen-multi-dropdown-with-populated-data/)
 *  Thread Starter [DownRightGamer](https://wordpress.org/support/users/rcarmichael/)
 * (@rcarmichael)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/chosen-multi-dropdown-with-populated-data/#post-11763210)
 * Apologies. My code actually did not originally have tags in it, but had the marks
   in there that make it think i’m starting and ending code, when I in fact did 
   not. I posted a continuation of my problem here because your website has limitations.
   I realized bringing it here I could better explain my issue.
 * Now…. my struggle is trying to figure out your plugin. I realized even before
   yesterday I need to get values into the inputs. But it is proving to be quite
   complicated. I was just hoping you had a similar situation come up and could 
   offer more advice. At this particular juncture, i’m running out of time and can’t
   fiddle with this for much longer. Unfortunately, that means i’ll have to resort
   to a less convenient way of adding team members, but at least it will work for
   the time being.
 * If you have no further advice, i’ll close this thread. Thanks for your help.

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/rcarmichael/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/rcarmichael/replies/page/2/?output_format=md)