Notifications
Clear all

wpForo 1.x.x [Solved] Remove "Like" feature

3 Posts
2 Users
1 Likes
863 Views
Posts: 85
Topic starter
(@zeeshan333)
Estimable Member
Joined: 5 years ago

Hi, my forum is http://examqa.com/forums/

How can I remove the "like" feature in my threaded forum?

2 Replies
Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @zeeshan333,

1. If you want to hide the like button only from the threaded layout, put the following CSS code in the "Custom CSS Code" located in the Dashboard > Forums > Settings > Styles admin page:

.wpfl-4 span.wpf-action.wpforo-like {
display: none !important;
}

2. You can also edit the forum accesses and uncheck the "Can like" option. 

More info here: https://wpforo.com/docs/root/wpforo-settings/forum-accesses/

1 Reply
(@zeeshan333)
Joined: 5 years ago

Estimable Member
Posts: 85

@sofy

Cheers, that worked.