Notifications
Clear all

wpForo 1.x.x [Solved] Removing "add a comment" button in Q&A forum layout

3 Posts
2 Users
3 Likes
1,105 Views
selsebil
Posts: 88
Topic starter
(@selsebil)
Estimable Member
Joined: 3 years ago

Hi, wpforo team;

I want to remove "add a comment" button from answers in Q&A forum layout. But old comments should be kept as is. Only I want to remove the button for new comments in my website. The button I meant is attached as photo. Is there anyway? Thank you for everything

2 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

@selsebil,

This will remove the idea of Q&A, all replies will be answers, even a simple "Ok" will be an answer. I don't think it's a good idea. Your Q&A topics will not be Q&A topics, they'll be one level discussion threads. In any case, if you want to remove it, just use this CSS code:

#wpforo #wpforo-wrap .wpforo-qa-comments-footer .wpf-add-comment-button{
    display: none;
}
1 Reply
selsebil
(@selsebil)
Joined: 3 years ago

Estimable Member
Posts: 88

@robert Thank you Robert, my users want discussion layout, even in questions. Because sometimes it is complicated to find new answers in Q&A forum... It worked, thank you very much for everything.