The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
adding rel="author" to profile page links
Hi guys,
I am trying to link to my google plus profile in the profile pages of my users, see.... http://www.moneymakingexperts.org/members/3-mme-s-alan/ I have managed to create live links using this plugin... https://vborg.vbsupport.ru/showthread.php?t=161271 I have added the plugin to include the rel="author" tag that i need to add to these links, but vbulletin seems to be stripping it out... any ideas.... Code:
if ($profilefield['value'] != '' AND $profilefield[profilefieldid] == 9) { $links = explode ("\n", $profilefield['value']); $output = array(); foreach ($links as $link) { $link = trim($link); if (!empty($link)) { $ouput[] = '<a rel="author" href="' . $link . '">' . $link . '</a>'; } } $profilefield['value'] = implode('<br />', $output); |
#2
|
|||
|
|||
I think because vbulletin is automatically adding rel="nofollow" to the outgoing link, it is ignoring the rel="author" tag that i am adding?
--------------- Added [DATE]1360066925[/DATE] at [TIME]1360066925[/TIME] --------------- even if i Disable Redirect Domain Checking in vbulletin options its still the same :-( --------------- Added [DATE]1360067618[/DATE] at [TIME]1360067618[/TIME] --------------- Got it, VBSEO was adding nofollow tags, added to whitelist and sorted. Cheers |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|