Hey ya!
First of all: WLPE is a great extension with a very intuitive usage...

After working some days with WLPE I’ve configured a lot and nearly eveything works fine...
BUT:
I’ve a page with this Snippet Call:
[!WebLoginPE? &type=`users` &usersOuterTpl=`wlpe_usersOuterTpl` &usersTpl=`wlpe_UserTpl` &customFields=`user_gender,registered_since` &dateFormat=`%d.%m.%Y um %H:%M Uhr` &usersList=`:default:default:username:ASC` 〈=`de`!]
THis page should display all registered (and activated) webusers within an own template. I use some custom fields in this overview.
For testing purposes I have inserted 2 webusers.
User A has filled out his profile complete. => a new row in the user_attributes_extended appears
User B just registered without filling out his profile => no row for this user in the extened table
When both users show up on the overview with the following template, User B "owns" the values of the extended table from User A... i.e. if User A inserted a Website URL in his profile the same URL show up with the User B row...
Here’s the template:
<tr>
<td rowspan="4"><a href = "[~[*id*]~]?service=viewprofile&username=[+view.username+]">
<img src="[+phx:if=`[+user.photo+]`:is=``:then=`assets/snippets/webloginpe/userimages/default_user[+user.user_gender+].gif`:else=`[+user.photo+]`+]" alt="[+user.username+]" title="[+user.username+]" alt="[+view.photo+]" title="[+view.username+]" height="50" width="50" />
</a>
</td>
</tr>
<tr>
<td>[+view.username+]</td>
</tr>
<tr>
<td>Letzter Login: [+view.thislogin+]</td>
</tr>
<tr>
<td>Dabei seit: [+phx:if=`[+user.registered_since+]`:is=`0`:then=``:else=`[+user.registered_since:date=`%d.%m.%Y`+]`+]</td>
</tr>
<tr>
<td>Webseite: [+user.website+]</td>
</tr>
Does anybody have an idea how to solve this problem? It seems to me as if it’s a bug... :/
thanks in advance!
Cheers