This plugin allows you to sign in using a social network Vkontakte to your forum .
Capabilities:
Setting :
1. Load the contents of the upload folder to the root of the forum.
2. Install the plugin plugin.xml in the System -> Site Features -> Plugins -> Install New Plugin
3. Click the https://vk.com/dev, create a Website such as the application , specifying the address of the forum and the base domain. On the Settings tab, are App ID and Secret key, which are needed in step 4 .
4. Go to System -> Settings -> Login Handlers, click on the Edit button near the VK and fill in the application data .
5. After you set up a way to activate the input by VK.
Create a radically constants.php offline file with the contents :
<?php define( 'TEMP_DIRECTORY', dirname( __FILE__ ) . '/uploads' );
Этот плагин позволяет выполнять вход с помощью социальной сети Вконтакте на ваш форум.
Возможности:
Настройка:
1. Загрузите содержимое папки upload в корень форума.
2. Установите плагин plugin.xml в System -> Site Features -> Plugins -> Install New Plugin
3. Перейдите на https://vk.com/dev, создайте приложение типа Website, указав адрес форума и базовый домен. На вкладке Настройки находятся App ID и Secret key, которые нужны на шаге 4.
4. Перейдите в System -> Settings -> Login Handlers, нажмите на кнопку редактирования возле VK и заполните данные приложения.
5. После настройки активируйте способ входа через VK.
ЕСЛИ ПЛАГИН НЕ УСТАНАВЛИВАЕТСЯ
создайте в корне форума файл constants.php с содержимым:
<?php define( 'TEMP_DIRECTORY', dirname( __FILE__ ) . '/uploads' );
если файл уже существует, добавьте в него последнюю строчку.
Распространение файла разрешается с активной гиперссылкой на сайт mdmx.pro