ENG

Upgrading from version 171.

1. Upload all the files to your host

  • Replace all the PHP files in the / system /, / skins /, / plugins /, / datas / including all subdirectories.
  • Replace all the PHP files in the root directory of the site - root /

2. Rename /datas/config.default.php in config.php and adjust.

If necessary, set the secret key by:

$cfg['site_secret'] = '';

3. Open phpmyadmin (or db utility for working with MySQL) and perform queries in the file /docs/upgrade/seditio_1xx_to_seditio_172.sql

4. Log in and go to the administration panel http://yourdomain/admin.php

5. Click on the link to update your database.

6. Make changes to the files on your skin

  • In the css file to add a new class .subforums
  • In the folder /skins/nameofskin/img/system/subforums.gif
  • In skins added new tags and blocks to implement sub-forums, and see forums.sections.tpl forums.topics.tpl of the skins by default.


Upgrading the 130 and 150 versions

How to Upgrade the same as for the 171 version, the only thing before you upgrade you need to prepare the database:

  • Be sure to disable all plugins!
  • Make sure that your database is encoded in UTF-8.

After the upgrade, if necessary, update your old plug-ins took their analogs here. (as long as they are few, but we are constantly working on their addition and adaptation).

 

============================================================

RUS

Обновление с 171 версии.

1.  Загрузите все файлы из архива на ваш хост

  • Замените все PHP файлы в каталоге /system//skins//plugins/, /datas/ включая все подкаталоги.
  • Замените все PHP файлы в корневом каталоге сайта — root /

2. Переименуйте /datas/config.default.php в config.php и настройте.

При необходимости задайте секретный ключ сайта:

$cfg['site_secret'] = '';

3. Откройте phpmyadmin (или д.р. утилиту для работы с MySQL) и выполните запросы из файла /docs/upgrade/seditio_1xx_to_seditio_172.sql

4. Авторизуйтесь и зайдите в панель администрирования http://адрес_вашего_сайта/admin.php

5. Нажмите на ссылку обновления вашей базы данных.

6. Внесите изменения в файлы вашего скина

  • В css файл добавился новый класс .subforums
  • В папку /skins/название_скина/img/system/subforums.gif
  • В скины добавились новые теги и блоки для реализации подфорумов, см. forums.sections.tpl и forums.topics.tpl из скинов по-умолчанию.

Обновление с 130 и 150 версий

Порядок обновления такой же как и для 171 версии, единственное перед началом обновления вам нужно подготовить базу:

  • Обязательно отключите все плагины!!!
  • Убедитесь, что Ваша база данных в кодировке UTF-8.

После обновления при необходимости обновите ваши  старые плагины взяв их аналоги отсюда. (пока их мало, но мы постоянно работаем над их прибавлением и адаптацией).

Оценка:

Пока комментариев нет