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> |
#2
|
|||
|
|||
i agree i really want this
|
#3
|
|||
|
|||
you figure out how to do that and I'll give you my advanced search
|
#4
|
||||
|
||||
Well, I can say I'm officially stumped on this. I doubt it's that difficult, anybody have any ideas?
|
#5
|
|||
|
|||
Quote:
I want this too. |
#6
|
||||
|
||||
Yeah, hopefully someone who has done it before will decide to share. Or I have some revelation that gets it to work.
|
#7
|
|||
|
|||
I'm looking for something similar. I really like the vbuddies layout and think it would make a good format for a members list.
http://www.friendcodes.com/forums/buddies.php?u=28&pp=9 Anyway, I am soon to be in desperate need of a new memberlist layout. Going out of town early Thursday morning, but can start working on something Monday. One of you said that you have seen working example. Can you post a link, just so I can have a better idea what you are talking about? |
#8
|
|||
|
|||
Try this:
Code:
<div class="tcat" cellpadding="1" cellspacing="0" border="0"> <div> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tbody> <tr> <td style="vertical-align: top;"><if condition="$show['avatar']"><a href="member.php?$session%5Bsessionurl%5Du=$userinfo%5Buserid%5D"><img src="$avatarurl" border="0" $avwidth="" $avheight="" alt="<phrase 1=" $userinfo[username="">$vbphrase[xs_avatar]</a></if><a href="member.php?$session%5Bsessionurl%5Du=$userinfo%5Buserid%5D">" /></a><else> <br> </else></td> </tr> <tr> <td style="vertical-align: top;">$userinfo[musername]</td> </tr> <tr> <td style="vertical-align: top;"> <div>Last Online At: $userinfo[lastvisit]</div> </td> </tr> <tr> <td style="vertical-align: top;">Post: $userinfo[posts]</td> </tr> <tr> <td style="vertical-align: top;"><a href="private.php?$session%5Bsessionurl%5Ddo=newpm&u=$userinfo%5Buserid%5D" target="_blank" rel="nofollow"><img src="$stylevar%5Bimgdir_button%5D/sendpm.gif" alt="sendpm.gif" title="<phrase 1=" $userinfo[username="">$vbphrase[send_private_message_to_x]" border="0" /></a></td> </tr> </tbody> </table> <if condition="$show['avatar']"></if><else></else><br> <br> </div> <div><br> </div> <div><a href="private.php?$session%5Bsessionurl%5Ddo=newpm&u=$userinfo%5Buserid%5D" target="_blank" rel="nofollow"><br> </a></div> </div> |
#9
|
|||
|
|||
The above code doesn't even validate.
|
#10
|
|||
|
|||
i would like this too...
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|