1
0

event_karma: New option to disable visit tracking for logged in users.

This commit is contained in:
Grischa Brockhaus
2007-10-28 13:11:16 +00:00
parent 2122e36aeb
commit c7f792ef96
5 changed files with 40 additions and 5 deletions

View File

@ -48,4 +48,6 @@
@define('PLUGIN_KARMA_STATISTICS_POINTS_NO', 'points');
@define('PLUGIN_KARMA_STARRATING', 'Enable individual rating on this entry?');
?>
@define('PLUGIN_KARMA_VISITS_LOGGEDIN_USERS', 'Track visits of logged in users?');
@define('PLUGIN_KARMA_VISITS_LOGGEDIN_USERS_BLAHBLAH', 'If this option is enabled, page visits of users who are logged in are tracked, too.');