Hello to all...
I tried to post this in the CB 1.2.1 area but it wouldn't allow me to post there.
What I need to do is chage the User List layout so i shows more than one user in a row.
Example.
<table width="242">
<tr>
<td colspan="4">Heading</td>
</tr>
<tr>
<td width="46"> </td>
<td width="46"> </td>
<td width="46"> </td>
<td width="211"> </td>
</tr>
<tr>
<td>User Avertar</td>
<td>User Avertar</td>
<td>User Avertar</td>
<td>User Avertar</td>
</tr>
<tr>
<td>name</td>
<td>name</td>
<td>name</td>
<td>name</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>User Avertar</td>
<td>User Avertar</td>
<td>User Avertar</td>
<td>User Avertar</td>
</tr>
<tr>
<td>name</td>
<td>name</td>
<td>name</td>
<td>name</td>
</tr>
</table>
I have selected the profile fields to show via the backend, my only problem is showing more than one user in a row, the rows. Been trying to solve the problem from the templates/default.php folder but can't work it out.
Im quite ok with HTML but have no idea with PHP.
Any help is much appreciated.