bbPress nofollow for Non Admins?
-
Hey guys,
I know this has been asked quite a few times as I have come across a few posts. The problem I have is this:
I am using the Fancy Editor on the front end to edit bbPress replies and topics.
If as a forum user I edit my post using the visual tab then nofollow is applied to the link as required. If as a forum admin I edit my post using visual or html tab then nofollow is applied aswell.
The issue comes when I go to save my post as a forum user using the html tab and type out my link tag. This will not apply a nofollow to the reply/topic.
I have this inside a custom plugin already:
add_filter('post_author_link', 'bb_rel_nofollow'); add_filter('post_text', 'bb_rel_nofollow');
Thanks for any help.
- You must be logged in to reply to this topic.