How ? Content specific to each member

Would require some code along with database and the members area. Basically, I would approach this by inserting a new row in a database with the name of the user and their ID on a user signing up.

Then, use that database to display information to the specific user by filtering the dataset according to the current users ID.

This allows the client to show info to the client as needed