I started using the No Follow plugin a couple weeks ago for blog comments. It works great, except that it seems to ignore my whitelist. I think I’m using it correctly. Here is slightly stripped version of what I’m doing:
{exp:no_follow whitelist="y"}
{comment}
{/exp:no_follow}
I added a URL that had been posted in a comment to the whitelist, but it still shows up nofollowed in the source.
This plugin was created in January 2005, so I’m wondering if there have been some database changes that have disabled the whitelist support in this plugin? I’m using EE 1.63.
I am having a similar issue with the No Follow plugin not excluding designated groups. I have tried to exclude 2 groups URL’s using the parameter “group”. Here is my code:
{exp:comment:entries sort="asc" weblog="blog|prof_ergo"}
<div class="{switch="comment_list|comment_list_alt"}">
{exp:no_follow group="1|6"}
{comment}
{/exp:no_follow}
By {name} on {comment_date format="%M %d, %Y"}
</div><!-- closing .comment_list div -->
{/exp:comment:entries}
I have tried excluding groups using the group ID and using the group name without any results. Every link in my comments regardless of who posted them receives rel=”no_follow” attributes.
I have also tried conditionals like this:
{exp:comment:entries sort="asc" weblog="blog|prof_ergo"}
<div class="{switch="comment_list|comment_list_alt"}">
{if member_group == "1|6"}
{comment}
{if:elseif group != "1|6"}
{exp:no_follow whitelist="n"}
{comment}
{/exp:no_follow}
{/if}
By {name} on {comment_date format="%M %d, %Y"}
</div><!-- closing .comment_list div -->
{/exp:comment:entries}
But I received the same results. Am I misusing this plugin? I found little in the forums regarding using it. Or alternately, is there a better plugin that would accomplish the same thing?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.