How can I get the user name, user title and badges (etcetera) NEXT to the YouTube avatar on the right? Any html gurus who could figure this out for me?
Thanks in advance...
http://www.cadillacforums.com/forums/1635055-post6.html
Here my code with a patched 3.7.2 installation:
<if condition="in_array($post['usergroupid'], array(6,65,66,41,64)) AND $post[field66]">
<div class="smallfont">
<object width="150" height="123.5"><param name="movie" value="http://www.youtube.com/v/$post[field66]"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/$post[field66]" type="application/x-shockwave-flash" wmode="transparent" width="150" height="123.5"></embed></object>
</div>
<else />
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if></if>