inherit
226158
0
Aug 17, 2020 15:26:20 GMT -8
rcrsrtx
37
October 2015
rcrsrtx
|
Post by rcrsrtx on Jan 20, 2018 11:21:51 GMT -8
lonewolfflotilla.freeforums.net/As I have no idea as to how to rewrite code or make changes to my forum themes, styles etc., I would like to remove my "Admin" from showing on the forum member list. I now have the account invisible but it still shows on member type lists. I could not find a usable plugin.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Jan 20, 2018 13:13:05 GMT -8
rcrsrtx Put this in your Global Header <script> $(document).ready(function(){ if(pb.data('route').name == "members") $('#member-1').css({display:'none'}) }); </script> You can get there by going to: Admin > Structure > Headers & Footers, Manage tab, Global Header & Footer > Header (Remember to click the save changes button.)
|
|
inherit
226158
0
Aug 17, 2020 15:26:20 GMT -8
rcrsrtx
37
October 2015
rcrsrtx
|
Post by rcrsrtx on Jan 20, 2018 13:24:28 GMT -8
Thank You.
|
|
inherit
226158
0
Aug 17, 2020 15:26:20 GMT -8
rcrsrtx
37
October 2015
rcrsrtx
|
Post by rcrsrtx on Jan 21, 2018 7:25:54 GMT -8
It shows up in mini profile under the avatar that "member is online". How do I remove it? Edit: oops. something fixed it. It no longer is showing up in the mini-profile area.
|
|