I am experiencing weird behavior creating a list or table view using usernode 5.x-1.4 on Drupal 5.11. If I create a view using only data fields from Usernode:, everything is fine. However, things get weird once fields from "Profile:" are added. For each field added from "Profile", an extra row appears in the resulting view.

For a table view, there should be one row per user, but instead the following happens:
Row 1: Only data from the usernode is shown.
Row 2: Data from the usernode + first "Profile:" field is shown.
Row 3: Data from the usernode + second (but not first) "Profile:" field is shown.
Row 4: All data is shown. (usernode fields and all "Profile:" fields.
The cycle then repeats for every user.

Comments

johnichiban’s picture

Status: Active » Closed (fixed)

Issue resolved. User profile table had extra blank entries for each user/value combination. Not sure where these extra DB rows came from, but clearing out fixed the problem.