Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

4 Posts
2 Users
0 Reactions
1,192 Views
Posts: 3
Topic starter
(@mike90)
Active Member
Joined: 5 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: 10616
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: 5 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: 10616

@mike90,

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