Do you have any example coding i can work from, the only if conditionals i know are to allow a user to see something if they are part of that user group, not how to list users who have a garage based on their user group.
For example, the code for the list is this
Code:
<td class="alt2" align="center">$count</td>
<td class="alt2"><a href="$vboptions[bburl]/vbgarage.php?do=view&id=$list[userid]">$user[username]</a></td>
<td class="alt2">$list[year] $list[make] $list[model]</td>
<td class="alt2" align="center">$list[lastactivity]</td>
Where $count = the user ID
So what i want is it to have separate lists based on the user ID and what group it belongs to.
Bump?
Any help?