if anyones intrested in using the actual url of youtube rather than the id number, you will need to manually create a plugin:
Hook Location: "
member_execute_start"
Plugin PHP Code:
PHP Code:
$test = $userinfo[field27];
$youtube = substr_replace($test, "", 0, 31);[/B]
And simply change in the template "
memberinfo_block_youtube"
PHP Code:
<div class="alt2 block_row block_footer"><object width="240" height="200"><param name="movie" value="http://www.youtube.com/v/$youtube"></param><param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/$youtube&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="240" height="200"></embed></object>