Notifications
Clear all

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 Likes
1,075 Views
Posts: 30
Topic starter
(@martinentrp)
Trusted Member
Joined: 5 months 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"

wpForo Version
2.1.5
WordPress Version
6.1.1
Topic Tags
3 Replies
Chris
Posts: 3507
Admin
(@chris)
Support Team
Joined: 2 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.

 

 

 

Reply
2 Replies
(@martinentrp)
Joined: 5 months 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.

Reply
Chris
Admin
(@chris)
Joined: 2 years ago

Support Team
Posts: 3507

@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;
}

 

 

 

Reply