Hack log system by xillibit

Kunena-Version: 1.5.7
version: 0.1
________________________________________________________________________________________

Attention! It overrides the following files:

components/com_kunena/template/default/post.php
components/com_kunena/kunena.php
components/com_kunena/lib/kunena.karma.php
administrator/components/com_kunena/admin.kunena.html.php
administrator/components/com_kunena/admin.kunena.php
administrator/components/com_kunena/kunena.cpanel.php

_________________________________________________________________________________________

You need an additional language string for display new srtings. If you have translations for others languages tell me.


Insert it here:

administrator/components/com_kunena/language/kunena.YOURLANGUAGE.php

For English :

define('_KUNENA_LOG_USER', 'The user');
define('_KUNENA_LOG_MOVED', 'has moved the thread');
define('_KUNENA_LOG_DELETED', 'has deleted the post');
define('_KUNENA_LOG_MERGED', 'has merged the thread');
define('_KUNENA_LOG_CATID', 'with the catid');
define('_KUNENA_LOG_WITH', 'with the following thread');
define('_KUNENA_LOG_SUBJECT', 'and with the subject');
define('_KUNENA_LOG_INCREASE_KARMA', 'has increased the karma to the user');
define('_KUNENA_LOG_DECREASE_KARMA', 'has decreased the karma to the user');
define('_COM_C_LOG', 'View log system');
define('_COM_C_LOGDESC', 'View log system');
define('_KUNENA_LOG_VIEWER', 'Kunena Log viewer');
define('_KUNENA_LOGNOTE', 'Please note: The file log can\'t be modified here');