From: Anthony Talarico Date: Fri, 27 Jan 2017 21:44:41 +0000 (-0500) Subject: adding user name and role back to the forum detail page X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e37b32ce04dc982bb37102b7538c0bfa0a1ec02c;p=WP-Themes%2Fmcda.git adding user name and role back to the forum detail page --- 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{