Bruno17

Results 99 comments of Bruno17

I think, Extras should explicitly marked as compatible with MODX3 by the developers. The package manager should then list only Extras, wich have that checkmark, by default, maybe with a...

Like allready posted before: https://github.com/modxcms/revolution/issues/16024#issuecomment-1029796454 Isn't it possible to - set all Extras to not be compatible with MODX 3 by default, - inform all developers, they have to get...

here it is for testing: https://github.com/Bruno17/MIGX/blob/master/_packages/migx-3.0.0-beta1.transport.zip

try the newest, currently 3.0.1-beta2, from here: https://github.com/Bruno17/MIGX/tree/master/_packages

I need also the other formtabs (only the exported formtabs) to reproduce the error

here is an example, how to use the day - slot: https://qcalendar.netlify.app/examples/month-slot-day adding some buttons to the first line, is possible by using the day-of-year slot for example like that:...

Had that same issue and got this answers on slack: https://modxcommunity.slack.com/archives/C042Q4YS7/p1681303237481139?thread_ts=1678262173.500949&cid=C042Q4YS7 I could solve it then by setting up SMTP and DNS correctly

my idea was to add a plugin event to modPHPMailer::send 'onMailerSend' or something like that, where we could hook in and add for example this DKIM stuff, if needed.