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); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|