1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 13:52:35 +02:00

Issue #1493 : Allow tracking of topics via tracking page only (no emails). (work in progress)

This commit is contained in:
Cameron
2016-04-05 11:21:53 -07:00
parent 925704309e
commit 3c2def3a31
6 changed files with 30 additions and 8 deletions

View File

@@ -213,4 +213,11 @@ define("FORLAN_186", "Threads per page");
define("FORLAN_187", "Number of threads displayed per page");
// define("FORLAN_188", "Latest Posts");
define("FORLAN_189", "Click the 'delete' button to delete the report.<br /><br />Click the 'view' button to view the topic/thread");
define("FORLAN_200", "Topic tracking");
define("FORLAN_201", "Enable this to allow your users to track topics.");
define("FORLAN_202", "Topic tracking email notifications");
define("FORLAN_203", "Enable this option to allow your users to receive email notifications when others reply to a tracked topic.");
?>

View File

@@ -218,6 +218,7 @@ define("LAN_FORUM_3028", "Add Poll"); // new // poll - partly in e107_plugins/po
define("LAN_FORUM_3038", "Normal"); // LAN_1
define("LAN_FORUM_3039", "Deactivate emoticons for this post"); // LAN_FORUMPOST_EMOTES
define("LAN_FORUM_3040", "Enable/disable email tracking (email sent when reply is posted)"); // LAN_380
define("LAN_FORUM_3041", "Enable/disable tracking of this topic");
// missing 41-21
// forum_posted_template
@@ -310,7 +311,8 @@ define("LAN_FORUM_8001", "A new post has been made by [x] under the topic [y] at
define("LAN_FORUM_8002", "Please click the following link to view the full post ...");
define("LAN_FORUM_8003", "Email notifications for this topic are now turned on.");
define("LAN_FORUM_8004", "Email notifications for this topic are now turned off.");
define("LAN_FORUM_8005", "You are now tracking this topic.");
define("LAN_FORUM_8006", "You are no longer tracking this topic.");