I purchased this a while ago, can someone tell me how to get in touch with the creator? The email sending is not working with any of their support aliases.
I purchased this a while ago, can someone tell me how to get in touch with the creator? The email sending is not working with any of their support aliases.
The call to str_ireplace has the args in the wrong order. The 4th param gets passed in (which is the $countout param), and the replacement array repeats the placeholders instead of the values. Thus, $content becomes an array instead of a string, so Discord rejects the payload.
The call to str_ireplace has the args in the wrong order. The 4th param gets passed in (which is the $countout param), and the replacement array repeats the placeholders instead of the values. Thus, $content becomes an array instead of a string, so Discord rejects the payload.
So this explains why whenever we make a new thread/post after updating (all of our messages with threads and posts are a bit modified from the ones that are set by the addon itself) suddenly we're not seeing any of them get pushed through to Discord anymore....
How do we re-order or fix this...?? @Jaxel or @SeToY would certainly appreciate your insight...