Notifications
Clear all

[Closed] How to remove access in adding topic in a specific category and remove the word "No topics where found here"

4 Posts
2 Users
1 Reactions
1,332 Views
Posts: 30
Topic starter
(@martinentrp)
Trusted Member
Joined: 2 years ago

How to remove access in adding topic in a specific category and remove the word "No topics where found here" and hide/remove the word "Add topic"

3 Replies
Chris
Posts: 3649
(@chris)
Famed Member
Joined: 3 years ago

Hi @martinentrp,

Posted by: @martinentrp

How to remove access in adding topic in a specific category

Check this FAQ Topic to learn about wpForo Usergroups, Forum Access, Forum Permissions:
https://wpforo.com/community/faq/wordpress-user-roles-wpforo-usergroups-and-forum-accesses/#post-39664

 

Posted by: @martinentrp

remove the word "No topics where found here"

It can be done with a simple CSS Code: provide that page URL that I could write CSS for you.

 

Posted by: @martinentrp

hide/remove the word "Add topic"

Please provide a screenshot of that Button that you want to hide.

 

 

 

2 Replies
(@martinentrp)
Joined: 2 years ago

Trusted Member
Posts: 30

@chris okay thnx it's quite few, all types of wealth: finance, intellectual, social, physical, emotional, spiritual wealth, don't include the subforums https://wealthupskill.com/community/

and this is the screenshot of the Button that i want to hide, it's in the category.

Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3649

@martinentrp,

Insert the Below CSS Code in Custom CSS Code Field from Dashboard > wpForo > Settings > colors & Styles Tab:

 

#wpforo #wpforo-wrap .wpf-p-error,
#wpforo #wpforo-wrap .wpf-head-bar .wpf-head-bar-right{
    display: none;
}