MyBB Community Forums

Full Version: nofollow member list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hy everybody

i would like to add nofollow to all member list link.

I tried to change:

$website = "<a href=\"{$memprofile['website']}\" target=\"_blank\">{$memprofile['website']}</a>";

with

$website = "<a href=\"{$memprofile['website']}\" target=\"_blank\" rel=\"nofollow\">{$memprofile['website']}</a>";

and it doesn't work

and a tried to install the plugin

Nofollow Signatures & Member Websites

and it doesn't work too!

How to do?

My forum: http://www.chimica-online.it/forum/

Thank you!!!!
Are you meaning to add a nofollow to all links in the memberlist page or what? I'm not quite sure what you're meaning to do.