From 0963e62acbbc953d5ea3578f8fde01e33b3670d0 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 19 Feb 2014 17:31:13 -0500 Subject: [PATCH] completely removing all motd code in favour of using the widget system --- public/templates/admin/header.tpl | 1 - public/templates/admin/motd.tpl | 33 ------------------------- public/templates/home.tpl | 4 ---- src/routes/api.js | 40 +------------------------------ 4 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 public/templates/admin/motd.tpl diff --git a/public/templates/admin/header.tpl b/public/templates/admin/header.tpl index 6c718c8709..b5a4848b7a 100644 --- a/public/templates/admin/header.tpl +++ b/public/templates/admin/header.tpl @@ -106,7 +106,6 @@
  • Languages
  • Settings
  • Database
  • -
  • MOTD
  • Events
  • diff --git a/public/templates/admin/motd.tpl b/public/templates/admin/motd.tpl deleted file mode 100644 index a79ac0f5fd..0000000000 --- a/public/templates/admin/motd.tpl +++ /dev/null @@ -1,33 +0,0 @@ -

    MOTD

    -
    -
    -

    - The Message of the Day (MOTD) is typically a message shown to users when they first log into a forum or chat room. - In NodeBB, the MOTD is present at the top of the forum homepage, and can be customized much like a header. -

    -

    - You can enter full HTML/Javascript. -

    -
    - -
    -
    - - -
    -
    -
    - -
    -
    -
    - - - - \ No newline at end of file diff --git a/public/templates/home.tpl b/public/templates/home.tpl index 0d64db4a35..6551c55339 100644 --- a/public/templates/home.tpl +++ b/public/templates/home.tpl @@ -1,7 +1,3 @@ -
    - {motd} -
    -