What is member_count and level_id?

    • 217 posts
    June 19, 2019 12:32 PM EDT

    in the engine4_users database what is member_count and level_id?  Could level_id mean the profile type (expert or regular)?

    Is there a column for the answer to a multi checkbox profile question?  If not can I add one?  Or is it elsewhere?

    • 217 posts
    June 19, 2019 12:35 PM EDT

    I also need to relate first name and last name and zip code profile questions to people's email address via the engine4_users database.  Is that possible?  Is the information held in a different table/database?

    • 36 posts
    June 23, 2019 11:35 AM EDT

    Table engine4_users:

    `member_count` refers to how many friends/followers a user has.

    `level_id` refers to the usergroup (member level) a user is in.

     

    You can find the level_id that correlates to your usergroup setup @ yoursite.com/admin/authorization/level

    • 217 posts
    June 23, 2019 4:29 PM EDT

    Thanks!