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 [Closed] Follow Link

4 Posts
3 Users
0 Reactions
798 Views
Posts: 9
Topic starter
(@daguade)
Active Member
Joined: 6 years ago

Hi, i need follow links for my users. but the code doesn´t work, can you help me:

 

function remove_nofollow_rel_from_external_links( $do ){
return false;
}
add_filter( 'wpforo_external_link_nofollow', 'remove_nofollow_rel_from_external_links');
3 Replies
Posts: 9
Topic starter
(@daguade)
Active Member
Joined: 6 years ago

please can everone help me? its urgent

1 Reply
Alvina
Moderator
(@alvina)
Joined: 6 years ago

Member
Posts: 1861

@daguade,

I've just asked our developers about it and currently, I'm waiting for the response from them. I'll update the topic asap.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@daguade,

It works fine. Don't forget to delete wpForo cache in Dashboard > Forums > Dashboard admin page. If you have other cache solutions you should purge those too.

And, please let me know where have you inserted this code. Any screenshot?