Notifications
Clear all

wpForo 1.x.x [Closed] Follow Link

4 Posts
3 Users
0 Likes
609 Views
Posts: 9
Topic starter
(@daguade)
Active Member
Joined: 5 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: 5 years ago

please can everone help me? its urgent

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

Member
Posts: 1869

@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: 10498
Admin
(@robert)
Support Team
Joined: 8 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?