From e37b32ce04dc982bb37102b7538c0bfa0a1ec02c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 27 Jan 2017 16:44:41 -0500 Subject: [PATCH] adding user name and role back to the forum detail page --- css/app.css | 2 +- scss/plugins/_forum.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 3a0c677..25be5c9 100644 --- a/css/app.css +++ b/css/app.css @@ -7242,7 +7242,7 @@ body #bbpress-forums .quicktags-toolbar { body .bbp-form .bbp-template-notice { display: none; } -body .bbp-reply-author { +body .bbp-author-ip { display: none; } body div.bbp-reply-content { diff --git a/scss/plugins/_forum.scss b/scss/plugins/_forum.scss index fe2828a..68a5690 100644 --- a/scss/plugins/_forum.scss +++ b/scss/plugins/_forum.scss @@ -93,7 +93,7 @@ body #bbpress-forums .quicktags-toolbar{ body .bbp-form .bbp-template-notice{ display: none; } -body .bbp-reply-author{ +body .bbp-author-ip{ display: none; } body div.bbp-reply-content{ -- 2.17.1