@baris said in Multiple reply buttons on newest nodebb:
The reply button under each post is used to make a direct reply to the post. The blue reply button makes a reply to the topic itself.
It is also not new.
Hello all,
I am looking for a way to have multiple NodeBB forums, something like mywebsite.com/nodeBB1 and mywebsite.com/nodeBB2. These two forums would have no access to each other besides a shared user base. What do you all think would be the best way to achieve something like that?
Thanks in advance,
-Drew
@surreal -- this would be difficult to accomplish, as each individual database instance has its own userbase, and sharing a userbase between two NodeBBs was never designed for.
Something like this could be done with SSO plugins, possibly, where one acts has the "host" NodeBB, and the "child" NodeBB defers login to the host NodeBB's OAuth instance.
Alright, I'll look into it. Thanks for the advice!