May 10, 2023 6:43 am
May I ask what methods can be used to make the 'add topics' button visible only after a user logs in? I have removed the 'Can create topic' under guest permissions, but the 'add topics' button still appears.
3 Replies
May 13, 2023 9:49 am
Hi @carl55There is no option to hide the Add Topic button for certain usergroups.
You can remove it for every Usergroup or show to every Usergroups.
May 13, 2023 10:16 am
Hi @carl5566
if only guests shouldn't see the button
you can use this CSS code
#wpforo #wpforo-wrap .wpforo-category .wpf-button { display: none; } .logged-in #wpforo #wpforo-wrap .wpforo-category .wpf-button { display: block; }
add this to
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS