
04-18-2013, 04:54 AM
|
|
|
Join Date: Mar 2012
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
PERFECT! Thank you!
Greatly appreciated.
Quote:
Originally Posted by vBNinja
Add a new plugin:
Product: vBulletin
Hook Location: member_profileblock_profilefieldbit
Name: Show Profile Field as link
Execution Order: 5
PHP Code:
if($profilefield['profilefieldid'] == X){
$profilefield['value'] = "<a href=\"{$profilefield['value']}\">{$profilefield['value']}</a>";
}
Change X to your own profiled field ID
Plugin is active: yes
this can bring some security issues depending on what the user sets the field to
|
|