@psychobunny Thanks a lot. I guess the buy button will change to cancel once the user buys the subscription.
Also, I wanted to know if there is a way to kick a user out of the group if he cancels his subscription? I don't know what happens once the user cancels it.
Sorry if it is not related to the thread.
Install specific plugin version
-
Is there a way to install a specific version of a plugin? I accidentally uninstalled DB Search plugin and when I install it again, it's installing the latest version v0.1.0 and it is not compatible with nodebb v0.5.7. I want to install DB Search plugin v0.0.16.
-
If you wish to install version 0.0.16 specifically, the command would
npm install [email protected]
if I'm not mistaken. -
That worked. Thank you.