From 60b48c94066c9f2bf0d8a150befbcb34f1dd7f31 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Tue, 23 Jan 2018 12:02:26 +0800 Subject: [PATCH] feat(forums): only not vipOnly and not operOnly forum topics can show in home --- .../forums/client/services/topics.client.service.js | 12 ++++++++++++ modules/forums/client/views/topic.client.view.html | 2 ++ 2 files changed, 14 insertions(+) diff --git a/modules/forums/client/services/topics.client.service.js b/modules/forums/client/services/topics.client.service.js index 26778c9c..be1ec447 100644 --- a/modules/forums/client/services/topics.client.service.js +++ b/modules/forums/client/services/topics.client.service.js @@ -68,6 +68,18 @@ topicId: '@_id', replyId: '@_replyId' } + }, + getHomeHelp: { + method: 'GET', + url: '/api/topics/getHomeHelpTopic' + }, + getHomeNotice: { + method: 'GET', + url: '/api/topics/getHomeNoticeTopic' + }, + getHomeNewTopic: { + method: 'GET', + url: '/api/topics/getHomeNewTopic' } }); } diff --git a/modules/forums/client/views/topic.client.view.html b/modules/forums/client/views/topic.client.view.html index 59dd1b93..de707d30 100644 --- a/modules/forums/client/views/topic.client.view.html +++ b/modules/forums/client/views/topic.client.view.html @@ -88,10 +88,12 @@