2016-02-01, 04:58:17
I have no experience in this forum, but as far as I can read from the docs, it is a PHP MySQL script. I would start from:
I am curious if this worked.
- installing vanilla forum in a subfolder of main directory of your GS
- creating a page 'forum' via your GS
- preparing a simple theme for this page:
Code:
<?php
include ('subfoldername/index.php');
?>
I am curious if this worked.