The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Horizontal Member List
Maybe I'm doing this wrong, but I'm trying to get the list to show up horizontally, like 5 users per row for example. I can get it to look somewhat how I want but it lines them all up vertically and I can't figure out how to fix it. Any suggestion? Am I going about it all wrong? This is my memberlist resultbit template:
Code:
<table class="tcat" cellpadding="1" cellspacing="0" border="0"><tr align="center"><td class="alt2" width="175" border="0"><div><if condition="$show['avatar']"><a href="member.php?$session[sessionurl]u=$userinfo[userid]"><img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" /></a><else /> </if><br/> $userinfo[musername]</div> <div>Last Online At: $userinfo[lastvisit]</div> <div>Post: $userinfo[posts]</div> <div><a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a> </div></td></tr></table> Code:
<div class="tcat" cellpadding="1" cellspacing="0" border="0"><td class="alt2"><div><if condition="$show['avatar']"><a href="member.php?$session[sessionurl]u=$userinfo[userid]"><img src="$avatarurl" border="0" $avwidth $avheight alt="<phrase 1="$userinfo[username]">$vbphrase[xs_avatar]</phrase>" /></a><else /> </if><br/> $userinfo[musername]</div> <div>Last Online At: $userinfo[lastvisit]</div> <div>Post: $userinfo[posts]</div> <div><a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt="sendpm.gif" title="<phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase>" border="0" /></a> </div></td></div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|