WinWorldPC / adventure

WinWorld's open library management system
GNU Affero General Public License v3.0
238 stars 33 forks source link

How to integrate with other forum software? #60

Open ghost opened 6 years ago

ghost commented 6 years ago

Even if I had to code this completely by myself, how would I go about doing it? I'm not referencing any particular software, I just want a general guide (on how to create the page, config setting, EJS, etc.)

NattyNarwhal commented 6 years ago

What do you mean by this? Navigation is just a link to the page. SSO and commenting depend entirely on your forum software. You would have to modify the release page template, release page and auth routes, and config file.

ghost commented 6 years ago

Makes sense now. Thanks.

The forum software in question was phpBB, but I wanted to start out more general.