From f64d7201f0d4bf966d55bcdc85ce206d124dfe14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 15 Jul 2011 15:40:15 +0000 Subject: [PATCH] Extension ext-funcoins started, some cleanups: - ext-funcoins started (only extra table, config entries and menu entries plus one script are ready) - ext-wernis: SQL fixed - Superfluous duplicate 'POINTS' removed --- .gitattributes | 1 + inc/extensions/ext-funcoins.php | 62 ++++++++++++++++++- inc/extensions/ext-wernis.php | 6 +- inc/modules/admin/action-funcoins.php | 56 +++++++++++++++++ .../de/html/admin/admin_list_user_row.tpl | 4 +- templates/de/html/ext/ext_events.tpl | 2 + 6 files changed, 123 insertions(+), 8 deletions(-) create mode 100644 inc/modules/admin/action-funcoins.php diff --git a/.gitattributes b/.gitattributes index daf30353e9..abd822f2a2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -403,6 +403,7 @@ inc/modules/admin/action-country.php svneol=native#text/plain inc/modules/admin/action-coupon.php svneol=native#text/plain inc/modules/admin/action-doubler.php svneol=native#text/plain inc/modules/admin/action-email.php svneol=native#text/plain +inc/modules/admin/action-funcoins.php svneol=native#text/plain inc/modules/admin/action-grade.php svneol=native#text/plain inc/modules/admin/action-holiday.php svneol=native#text/plain inc/modules/admin/action-login.php svneol=native#text/plain diff --git a/inc/extensions/ext-funcoins.php b/inc/extensions/ext-funcoins.php index 6a548003ab..55870f3576 100644 --- a/inc/extensions/ext-funcoins.php +++ b/inc/extensions/ext-funcoins.php @@ -1,7 +1,7 @@ diff --git a/templates/de/html/admin/admin_list_user_row.tpl b/templates/de/html/admin/admin_list_user_row.tpl index f9cf654386..f8f3ea5358 100644 --- a/templates/de/html/admin/admin_list_user_row.tpl +++ b/templates/de/html/admin/admin_list_user_row.tpl @@ -34,10 +34,10 @@ {--TOTAL_REFERALS--}: - {%pipe,getTotalPoints,translateComma=$content[userid]%} {?POINTS?} + {%pipe,getTotalPoints,translateComma=$content[userid]%} $content[emails_sent] {%pipe,translateComma=$content[click_rate]%}% - {%pipe,translateComma=$content[locked_points]%} {?POINTS?} + {%pipe,translateComma=$content[locked_points]%} $content[refs] diff --git a/templates/de/html/ext/ext_events.tpl b/templates/de/html/ext/ext_events.tpl index a5445522b8..f9f20dacc9 100644 --- a/templates/de/html/ext/ext_events.tpl +++ b/templates/de/html/ext/ext_events.tpl @@ -1,6 +1,8 @@ +
Wichtige Ereignisse wie das Registrieren des betreffenden Mitgliederaccounts, Änderungen an den Interessen, Aktualisierung der Profildaten, fehlgeschlagene Loginversuche, Zusenden eines neuen Passwortes und vieles mehr werden mit dieser Erweiterung für eine einstellbare Dauer in der Datenbank gespeichert und dem jeweiligen Mitglied einsehbar im Mitgliederaccount zur Verfügung gestellt. +
-- 2.39.5