User listing
-
Hey!
Got the premium version of your plugin.
I’ve been trying to make the user listing a little bit more viewable instead of just having it like it is now. More put in a table so to speak.
The problem is that when adding it into a table it is impossible to make the sorting right.Right now the only thing to make things right is to do like below.
[user-list display_field=”Firstname,Lastname,Street,Contact”]I want it to be more like,
<tabled>
<tr>
<td>[user-list display_field=”Firstname”]</td>
<td>[user-list display_field=”Lastname”]</td>
<td>[user-list display_field=”Street”]</td>
<td>[user-list display_field=”Contact”]</td>
</tr>When doing this manually the firstname doesn’t match the correct lastname or anything else. It’s not sorted the same way. Is there a fix for this?
Been asking about this before and you told me that this will be fixed in future updates. Now it’s, well .. about 6 months ago! ?? .. the future is here!// Martin
- The topic ‘User listing’ is closed to new replies.