Page 1 of 1

Forum?

Posted: Sat Jun 25, 2016 05:02 UTC
by Michael
Heya! ,I installed bnt a couple of weeks back on my server , http://axia.heliohost.org/bnt got a couple days ago got some questions and a bug (maybe?)

How do I add the news into the game?
&
Whenever I click on the forums link ingame/from the login screen it sends me back to http://axia.heliohost.org/bnt

Any help appreciated
Thanks!


-- Michael

Re: Forum?

Posted: Sun Jun 26, 2016 19:02 UTC
by thekabal
Michael wrote:Heya! ,I installed bnt a couple of weeks back on my server , http://axia.heliohost.org/bnt got a couple days ago got some questions and a bug (maybe?)

How do I add the news into the game?
News gets added by the scheduler, which runs via cron. Did you follow the installation instructions for adding a cronjob?
Michael wrote:Whenever I click on the forums link ingame/from the login screen it sends me back to http://axia.heliohost.org/bnt
That is set in the configuration for the game.

Re: Forum?

Posted: Sun Jun 26, 2016 23:22 UTC
by TheMightyDude
Michael wrote:Heya! ,I installed bnt a couple of weeks back on my server , http://axia.heliohost.org/bnt got a couple days ago got some questions and a bug (maybe?)

How do I add the news into the game?
&
Whenever I click on the forums link ingame/from the login screen it sends me back to http://axia.heliohost.org/bnt

Any help appreciated
Thanks!


-- Michael
As thekabal has said, you really need to read the install file, you can read it via your game:
http://axia.heliohost.org/bnt/docs/install

You also need to setup cron to call scheduler.php also explained in the install file.
Without setting up cron to call scheduler.php you will not get any updates to your game.

Now to do with the forums link, like already suggested, you have changed this in your config file.
If your using our latest codebase it will be set by link_forums in the configset_classic.ini.php file.
If your using the latest release zipfile download, it will be set by $link_forums in the config.php file.

But looking at the file structure I am guessing you are using the release zipfile, so its the second option.

Hope that helps.