Hello everyone,I've recently developed my own data encoder, and I'm facing a challenge in integrating it into my plugin. Specifically, I need to override the
Code:
TokenDynamic
methods to ensure that data, such as that from the "admins participant table," is decoded in a user-friendly format for display in the UI.I'd like to know how I can achieve this within my custom plugin. Could someone please provide guidance or a step-by-step approach on how to override the
Code:
TokenDynamic
methods effectively for this purpose?Any code examples or references to relevant documentation would be greatly !Version I'm using 6.2.6 Community edition.