Quote:
Originally Posted by Chris-777
Quick question:
I'm using this for a media player, and using the short (title, thumb, short description) linkbit for the layout. How would I go about just adding in the username who posted it to this linkbit? The others are way too big for what I'm looking for, and wading through the linkbit setup is making my head hurt. 
|
How do you think my head feels
Code:
<if condition="$links_permissions['can_view_names']">
$vbphrase[ll_submitby] <a href="member.php{$vbulletin->session->vars['sessionurl']}u=$linkuserid" title="$vbphrase[view_profile]">$linkusername</a>
</if>