
10-13-2014, 01:28 PM
|
 |
|
|
Join Date: Aug 2003
Location: Italy
Posts: 1,418
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by webmaster74
Grazzie Mille Giovanni for the great help you provide.
As placing a no follow before the banners is not an option within the vbulletin mod, I tried to follow up the example given by Maru up here and place the nofollow tag manually to the XML file and reupload it and, allow overwrite on import product.
YET, when I check the file provided by Maru, it only has two occurences of nofollow, on lines 279 and 284, as here below
Code:
$output = substr($output, 0, $npos) . "<a href=\"$bburl/rbs_banner.php?id=$rs[id]\" rel=\"nofollow\" target=\"$rbs_target\"><img src=\"$image\" border=\"0\" alt=\"$name\" /></a>" . substr($output, $npos + $len);
}
else
{
$url = rbs_url_sanity($rs['url']);
$output = substr($output, 0, $npos) . "<a href=\"$url\" rel=\"nofollow\" target=\"$rbs_target\"><img src=\"$image\" border=\"0\" alt=\"$name\" /></a>" . substr($output, $npos + $len);
I searched the most up to date version of rbs for any nofollow, and could not find them. This means you did not adopt the nofollow hardcoded
While this is good, the option is still not there.
I would like to place nofollow before links, where should I do that in the last rbs?
|
I have added this request to the todo list now
|