Page 1 of 1

demo of MFH

Posted: Fri Aug 11, 2017 12:09 pm
by jessar94
Write your message below:

I'm a customer of a company and i will setup a demo of mods for hesk, i'm working on a swedish translation but I'm not finished yet.
When that is finished i will share my translation with others.

Is it possible that I can do this?

Re: demo of MFH

Posted: Fri Aug 11, 2017 2:06 pm
by mkoch227
I'm not exactly sure what you're trying to ask. You're more than welcome to install several versions of HESK + Mods for HESK (unless you're asking about how to enable demo mode, which is mainly for global demos (such as the HESK.com site or mods-for-hesk.com)).

Re: demo of MFH

Posted: Fri Aug 11, 2017 2:40 pm
by jessar94
What i ask is how i can setup a demo, o don't find how i can enable demo mode :)

Re: demo of MFH

Posted: Fri Aug 11, 2017 2:59 pm
by mkoch227
The quickest way to enable demo mode is to add this to the hesk_settings.inc.php file:

Find:

Code: Select all

// Settings file for HESK 2.7.3
Change it so it looks like this:

Code: Select all

// Settings file for HESK 2.7.3
define('HESK_DEMO', 1);

Re: demo of MFH

Posted: Fri Aug 11, 2017 4:37 pm
by jessar94
Thanks Mike :D