Quote:
Originally Posted by New Joe
Why 2 fileds?
|
if u like only video can u use this:
PHP Code:
<vb:if condition="$userinfo['fieldvideo']">
<div class="friends_mini friends block">
<div class="blockbody userprof_content userprof_content_border">
<div class="blockrow member_blockrow">
<iframe width="214" height="200" src="http://www.youtube.com/embed/{vb:raw userinfo.fieldvideo}?rel=0&feature&hl=en_US&fs&autoplay=1&rel=0;showinfo=0;controls=0; rel=0&color1=0xFFFFFF&color2=0xFFFFFF&autoplay=1" type="application/x-shockwave-flash"></iframe>
</div>
</div>
</div>
</vb:if>
PS: if u want remove block can u deleted this: <div class="blockrow member_blockrow">
PSS: sorry for my english no speack!