![]() |
Creating new rows in a table dynamically
With some help I've managed to come up with a chunk of code to pull the avatar, username, and a link back to the profile for members of specified usergroups to any page outside of the vB (or could be inside) directory.
The issue I have currently is just with the php code. I need to adapet my code so that after displaying 6 results in the <td> tag they will start a new <tr> for the table. As it stands right now it's just creating a single massivly long row with every result which I can asure you is quite unattractive. Here is the code I have, thanks for any insight. Code:
<table width="988" border="0" align="center" cellpadding="0" cellspacing="0" nowrap="nowrap"> |
Try this:
Code:
<table width="988" border="0" align="center" cellpadding="0" cellspacing="0" nowrap="nowrap"> |
Well the code displays the avatars correctly the way mine did, and it is splitting them into rows. But the very odd thing. Out of 10 returned results they are displaying:
Row 1: 1 result Row 2: 5 results Row 3: 1 result Row 4: 3 results By the way outstanding work getting me this far into row. Almost excitement enough to wake me back up! :) I tried changing the number in the conter: Counter set to 5: Row 1: 1 result Row 2: 4 results Row 3: 1 result Row 4: 4 results Counter set to 4: Row 1: 1 result Row 2: 3 results Row 3: 1 results Row 4: 3 results Row 5: 1 result Row 6: 1 result hehe I'm seeing a pattern but not quite sure how to fix it. I worked through and was finally able to get it to function. Here is what I came up with so I can share. Code:
<table width="988" border="0" align="center" cellpadding="0" cellspacing="0" nowrap="nowrap"> |
All times are GMT. The time now is 10:53 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|