From 5ffeb0ec9ba542ca7dfcd7aa45b065bfae166773 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 2 Dec 2017 19:31:26 +0800 Subject: [PATCH] feat(core): add configure item to hide count info at home footer for guest user --- config/env/torrents.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 978c3e31..7ceda5b7 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -149,13 +149,14 @@ module.exports = { * user register settings * NOTE: you can change these value at anytime if you understand it * - * @openSignup: set whether open the signup, if true, the user can signup(register) by herself, - * if you create a private web site, and only accept invite to join, please set it to false. - * @signUpActiveTokenExpires: sign up account active expires time setting. - * @allowSocialSignin: meanTorrent can accept social account to signin, like google, twitter, facebook etc. - * if you do not want them to login, please set it to false - * @showMenuHeaderForGuest: set whether show menu header for guest user(not sign in) - * @showDemoSignMessage: if true, will show demo sign in message in sign in page, if your site is not demo site, please set it to false + * @openSignup: set whether open the signup, if true, the user can signup(register) by herself, + * if you create a private web site, and only accept invite to join, please set it to false. + * @signUpActiveTokenExpires: sign up account active expires time setting. + * @allowSocialSignin: meanTorrent can accept social account to signin, like google, twitter, facebook etc. + * if you do not want them to login, please set it to false + * @showMenuHeaderForGuest: set whether show menu header for guest user(not sign in) + * @showFooterCountInfoForGuest: set whether show count info at home footer for guest user(not sign in) + * @showDemoSignMessage: if true, will show demo sign in message in sign in page, if your site is not demo site, please set it to false */ sign: { openSignup: true,