I tried to do what natez0rz did in the post above me but I get an error..
Code:
Parse error: parse error, unexpected T_ELSE in /home/forum/public_html/forums/includes/functions_bbcodeparse.php on line 1523
The else giving the error is the one right before the mailto part
Code:
if ($type == 'url')
{
global $post;
if (is_member_of($post, 6)
OR is_member_of($post, 5)
OR is_member_of($post, 7)
OR $post['posts'] > 100)
{
// standard URL hyperlink
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
}
else
{
return "<a href=\"$rightlink\" rel=\"nofollow\" target=\"_blank\">$text</a>";
}
else
{
// email hyperlink (mailto:)