Skip to content

0.9.0-standalone-w1

Latest
Compare
Choose a tag to compare
@wintstar wintstar released this 18 Jan 16:52
· 20 commits to main since this release

New Features:

  • New readme-en.html, essential documentation in english
  • New readme-de.html, essential documentation in german

Bugfixes:

  • Shoutbox. The old function was still included here.
  • Fixed Moderator can see the link to Chat Logs
  • Fixed Missing config for Custom Integration in src/config.php. With the new functions,
    Frug has also added the activation of Custom integration. This "$config['integration']" was missing in the src/config.php.

Install

look at the readme-en.html / readme-de.html

Update

Replace all directories and files with the new ones. Except for the src/config.php file!

If you only use the standalone version, you do not need to make the following change.

Edit your src/config.php

find

$config['dbTableNames']['bans']		= 'ajax_chat_bans';
$config['dbTableNames']['invitations']	= 'ajax_chat_invitations';

insert after that (The following must be inserted at this point)

// The Integrations Directory src/AjaxChat/Integrations/*
// Standard = 'Standalone' (* e.g. 'Phpbb3', will be integrate with phpBB):
$config['integration'] = 'Standalone';