Configuration

Site name - the name of your site is displayed in the titles.

Site URL - URL of your site, including http:// The slash at the end is required and WITHOUT www WWW is used programmatically under certain settings.

We strongly recommend using SSL. See section Training - SSL Settings.

Support chat ID - see section Training - Operator online/offline.

Your copyright - is displayed at the bottom of the page. You can use HTML tags.

System E-mail - required. You will receive system messages to this email.

Output of requests to the database - Enable or disable information on the number of requests to the database and the size of memory used. Displayed at the bottom of the page.

Site status - opening, closing the site view and entering the reason for closing. A closed site is visible to administrators and those who have access to the admin panel. Convenient for working on a website, design, etc.

Text of the notification of the reason for closure - justification and information for users. You can use HTML tags.

Disable the ability to submit applications - disables the Next button in the second step of completing an application. You can enter your text below. If the text is not entered, then the default text is used: Request processing is temporarily disabled This option will allow pages not to fall out of search engines in case of a long break in work.

Default language version - select the language version of the site.

Ability to switch languages by the user - when this option is enabled, flags for switching languages will be displayed. More details in the section Training - Language versions of the site.

Multilingual - the option includes: selecting the language of information, displaying information by language, different values for text settings for different languages, etc. More details in the section System - Languages.

Use multilingual prefixes - description in section System - Languages - Language prefixes.

Default style files - default styles in the directory: skin/

Default site template - site template in the directory: template/

Style colors available for users to select - select the style colors that will be available for users to switch between them. Please note that the more styles you select, the longer the site will take to load on your first visit. The browser loads all available styles.

Default style color - select the style colors that will be available to users to switch them. Select only the style that is available for users to switch!

More details in the section: Tutorial - Template style colors.

Balance name - default: Balance.

Disable the Balance option - if you disable the use of balance, you should disable: Balance and plugin Investments


Setting time zones

You can use the Greenwich format, taking the Greenwich meridian as the reference point.

Example: ETC/GMT+2 In the configuration file vucmsconf.inc.php: $CFG['timezone'] = 'Etc/GMT+2';

Important: ETC/GMT+2 is opposite to GMT-2 and shows the offset in hours relative to the earth's surface, taking the Greenwich meridian as a reference point.

You can use time zones.

Example: Europe/Moscow In the configuration file vucmsconf.inc.php: $CFG['timezone'] = 'Europe/Moscow';

The list of time zones can be found here: http://www.gsp.com/support/virtual/admin/unix/tz/gmt/

To adjust your server date, use + to your server date.

In the configuration file vucmsconf.inc.php: CFG['timediff'] = '0'; Example: instead of 0, enter 1

Last updated