How to import data from Xenforo plugins into Discourse

I need to import some data from a Xenforo table to Discourse using PluginStore, with the xenforo importer, how do I do it? Thanks

I think calling PluginStore.set(plugin_name, key, value) within the import script should work.

4 Likes

Thanks, and how can I read a pluginstore value in an asset template? I can’t find any related information. For example, I want to set a steam badge on profile.