Quote:
Originally Posted by SnitchSeeker
Will this make ALL links in forum posts get the attribute? Because it would be nice if links posted by admins or mods would not get it since they often link to other pages within our own site.
|
Let's look at the bit in the first post that controls who has their posts/signatures "nofollow"'ed:
PHP Code:
if (is_member_of($post, 6) //Admins are exempt
OR is_member_of($post, 5) //Mods are exempt
OR is_member_of($post, 7) //SuperMods are exempt
OR $post['posts'] > 50) // People with over 50 posts are exempt