mpage
08-09-2006, 11:53 AM
hi there im quite new to these hacks, and it seems like there are quite a few of them here.
I`m wondering if any one knows a way of using the nofollow tag for just 1 link on one post, I dont want to use this for all my users.
I have posted links(admin) to many sites in my link section, however there is one that I would like to use the nofollow tag, is there a way to do this?
Ok i`ve had a though do you think modifying my class_bbcode.php to this will work?
// standard URL hyperlink
if ($rightlink == 'http://www.SomeDomain.com')
{ return "<a href=\"$rightlink\" rel=\"nofollow\" target=\"_blank\">$text</a>";
}
else { return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"; }
Im not sure, and i dont really want to modify if its going to muck everything up?
--- no this didnt seem to work, any help would be appreciated
the link post are set as child forums:
http://www.ai-stockmarketforum.com/forumdisplay.php?f=18
I`ve used a nofollow mod found at this site, but i dont know what to use for my links (its only one link i need for the nofollow)
I`m wondering if any one knows a way of using the nofollow tag for just 1 link on one post, I dont want to use this for all my users.
I have posted links(admin) to many sites in my link section, however there is one that I would like to use the nofollow tag, is there a way to do this?
Ok i`ve had a though do you think modifying my class_bbcode.php to this will work?
// standard URL hyperlink
if ($rightlink == 'http://www.SomeDomain.com')
{ return "<a href=\"$rightlink\" rel=\"nofollow\" target=\"_blank\">$text</a>";
}
else { return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"; }
Im not sure, and i dont really want to modify if its going to muck everything up?
--- no this didnt seem to work, any help would be appreciated
the link post are set as child forums:
http://www.ai-stockmarketforum.com/forumdisplay.php?f=18
I`ve used a nofollow mod found at this site, but i dont know what to use for my links (its only one link i need for the nofollow)