Mike Auteri
Forum Replies Created
-
Forum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not WorkHi @seandbf, thanks for all your help getting to the bottom of this issue. We’ve just released 0.33.3 that fixes this. Let us know if you run into anything else. Thanks!
Forum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not Work@seandbf excellent, thank you!
Forum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not WorkHi @seandbf, I wanted to check-in with you on this issue again and if you are able to provide any more information to help us with a fix. We’ve been having trouble reproducing it. Thank you!
Forum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not WorkAlso, @seandbf if you see any related JavaScript errors in the console when you try to set the date/time please let us know. That could help figure out what is going on. Thanks!
Forum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not WorkNo problem, @seandbf! Yes, so let me explain the table and the meta a bit. Both are managed/updated in save_datetimes method in the Event class. Reason for this is that the meta allows us to naturally reveal the datetime information in the REST API or for displaying on an event. We also have a custom table
wp_gatherpress_eventswith this data that joins on the post table for performant queries as meta table is typically not indexed and effects performance when you query them like this. You could be experiencing a weird bug where these values may not be in sync for some reason, and you’re seeing different values (especially if you manipulated the data directly).Few things to help with the debugging: If you create a new event do you see the same issue? In the event that you are having problems with do you see different values in the meta and custom table for the datetimes?
A little history on this, we introduced the meta data values a couple versions ago as we only had the custom table at the start of the project for the query performance gain as well as displaying. It was pointed out that due to this architecture, that the datetimes were not available in the standard WordPress REST API. To fix this we went the meta data route, and that in turn managed the custom table.
Flow looks like this:
Editor Block
↓ saves
gatherpress_datetime meta (JSON)
↓ triggers
wp_after_insert_post hook
↓ calls
Event_Setup::set_datetimes()
↓ calls
Event::save_datetimes()
↓ writes to
├─> Custom Table (gatherpress_events) - for JOINs
└─> Individual Meta Fields - for single event readsHope this helps either fix the issue or provide more information why it might not be working in the context of your site. If you’d like to join our Slack for some more hand’s on debugging help, you can join here https://join.slack.com/t/gatherpress/shared_invite/zt-3nrhdszeo-yTDpkRLtC4lQWwHEPgxrFA and just message me: mauteri
Lastly, we realized we were still using the custom table in a context where it didn’t make sense and have recently updated it for 0.34.0. Here’s the PR for that. Again, this is going into 0.34.0: https://github.com/GatherPress/gatherpress/pull/1335
Thx!
-MikeForum: Plugins
In reply to: [GatherPress] Editing Date/Time in Event Settings Metabox Does Not WorkHi seandbf, thanks for reporting! You can find the latest GatherPress Alpha release here: https://github.com/GatherPress/gatherpress-alpha/releases for 0.33.0, direct download link is here: https://github.com/GatherPress/gatherpress-alpha/releases/download/0.33.0/gatherpress-alpha.zip. Please give that a try as there was quite a few changes from 0.32 to 0.33 that the plugin fixes. If the issue persists, please let us know so we can investigate.
Forum: Plugins
In reply to: [GatherPress] GatherPress and GatherPress Alpha must be the same version.You can find all the releases here going forward: https://github.com/GatherPress/gatherpress-alpha/releases
Forum: Plugins
In reply to: [GatherPress] GatherPress and GatherPress Alpha must be the same version.Hi, yes you’ll need to download this version that can be found here https://github.com/GatherPress/gatherpress-alpha/releases/download/0.32.3/gatherpress-alpha.zip which lines up with the version of GatherPress you are using.
-Mike
We have just released 0.32.3 that has a check to prevent the error you were seeing. Let us know if there are any other issues you come upon. Thanks!
I have a pull request ready to go. Planning to get it out this week for you. Thanks for reporting the issue!
https://github.com/GatherPress/gatherpress/pull/1117
- This reply was modified 10 months, 3 weeks ago by Mike Auteri.
Thanks, we’ll take a look.
Forum: Plugins
In reply to: [GatherPress] German translation suggestedHi, Carsten hasn’t been as involved with the project recently, but I will pass this message to others to take a look at. Thanks!
Forum: Plugins
In reply to: [GatherPress] How to see event attendees?I put in this issue for the RSVP issue you brought up. https://github.com/GatherPress/gatherpress/issues/1063
Forum: Plugins
In reply to: [GatherPress] How to see event attendees?Hi Matteo,
Thanks for checking out the project!
Attendees list can currently be seen in the RSVP Response block, and when selecting the block and clicking “Edit,” you can add/remove attendees to the event.
To message attendees you can click the “Compose Message” button on a published event. That allows you to message attendees in bulk, but not individually.
There are still features missing as we are still in an alpha version of the plugin. Being able to manage attendees without the block is a feature we still need to work on. If there are other features or issues you are experiencing, just let us know so we can review the work and prioritize the task. Thanks!
-Mike
LENGTH(option_value) | option_name
2054992 | zero-spam-settings