Notifications
Clear all

wpForo 1.x.x [Solved] How to remove "Post link" and "All forum topics" section?

4 Posts
2 Users
0 Reactions
875 Views
Posts: 3
Topic starter
(@mike90)
Active Member
Joined: 4 years ago

Hello.

.I can not delete the "Post link" from the topic and also cant remove the " All forum topics " section...

 

Is it possible to delete it completely from the code? And not just with css?

 

 

 
 
3 Replies
Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @mike90,

The "All forum topics" section can be removed by this code. Put it in your current active WordPress theme functions.php file:

remove_action( 'wpforo_post_list_footer', 'wpforo_topic_footer' );

But the Post link can only be removed by CSS Code.

Posts: 3
Topic starter
(@mike90)
Active Member
Joined: 4 years ago
Thank you for the answer.

There is a bug with the RTL in the Post Link popup.

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10587

@mike90,

Ok, thank you for letting us know. We'll fix this in next update.