2021-02-22, 07:59 PM
Hi, you should add some development setting to force the usage of templates directly. Currently, if I rebuild from the ACP it seems the plugin will use the templates from the master template set instead of custom ones (because the ACP doesn't load the front end template set anyways).
Also, rebuilding from the posts don't seem to work at all, it says rebuilt was done but the link preview isn't updated (I suppose it updates the link data but not the cached preview template).
Also, overall caching the final output seems like a bad idea, because MyBB supports multiple themes at the same time, thus to be mybb compatible you would need to cache one entry per template set. Otherwise the caching isn't theme friendly.
Also, rebuilding from the posts don't seem to work at all, it says rebuilt was done but the link preview isn't updated (I suppose it updates the link data but not the cached preview template).
Also, overall caching the final output seems like a bad idea, because MyBB supports multiple themes at the same time, thus to be mybb compatible you would need to cache one entry per template set. Otherwise the caching isn't theme friendly.