memberlist_body.html is for the memberlist table. All of the member data is part for that user's "memberrow". If you are add more fields to a user, you would have to add them to the memberrow for the template assign_block_vars, not to assign_vars as you are doing. It looks like you are attempting to retrieve the values for the viewing user, not for the users in the table.
I am not sure why you would be duplicating the session inside memberlist.php you should be using the existing session.
I am not sure why you would be duplicating the session inside memberlist.php you should be using the existing session.
Statistics: Posted by Brf — Tue May 21, 2024 6:41 pm