Hello,
I do not want the username displayed in the frontend, how do I disable it?
Hello,
I do not want the username displayed in the frontend, how do I disable it?
Hello,
I do not want the username displayed in the frontend, how do I disable it?
Hi ydsrrrrrgrgr,
Please note that this is not username. We never display username public. This is user Nickname (nicename). On new user registration WordPress creates User Nicename based on Username, but user should change it for secure reasons. User nicename is available for change in own Profile > Account page. Please read this doc see how we use Username, Nicename and Display Name:
https://wpforo.com/docs/root/wpforo-settings/members-settings/#members-url
This is displayed to allow people mention (@nicename) each other. In case you still want to hide it you can use this CSS code.
#wpforo-wrap .wpf-author-nicename{ display:none }
We'll add an option to disable this feature in next version.
Put that code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea.
Just delete the cache and do Ctrl+F5 on Forum Members page, this should also be hidden. If it doesn't help please PM me your forum URL.