MyBB Community Forums

Full Version: Link Parser
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way that I can add the attribute, rel="nofollow" to every link that gets parsed?
Open ./inc/class_parser.php

$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";

And add your thing.