Hallo all,
According to some analysts, outgoing links in a website could count in its rating negativelly if they lead to "punished" or irrelevant websites. (read relevant at
en.wikipedia.org/wiki/Nofollow )
For this, it is suggested that if you dont control the outgoing links to use the nofollow.
In Fireboard (and of joomlaboard previously) I have been doing the necessary changes to make the links in the posts to have the nofollow.
For links not in bbcode, the change is the following:
in the file componentscom_fireboardtemplatedefaultsmile.class.php in the lines 890, 895, 900, 905, 910, 915
I change the
[code:1] target="_new" [/code:1]
to
[code:1] target="_new" rel="nofollow" [/code:1]
I have not investigated yet how to do the same for the bbcode. If someone knows, please share it. Else I will research it and post it here.
But, I believe that it should be at least a configuration parameter to have that nofollow in the links (both the bbcode and the non bbcode ones)