Support » Fixing WordPress » User with multiple profiles in forum

  • I would like to build a forum allowing users have multiple profiles instead allow users have multiple accounts, which is switching profiles without logout and login. To accomplish this, the easier way I could think is calling the user as controler and the profile as user, enabling direct use of wordpress.

    I believe I will need to create new database table(s) to contain the information of profiles. I will also need to change some codes in wordpress. I have following questions:

    1. Does wordpress already have this function?
    2. If not, is there any technical barrier which prevents me to do so?
    3. I think the hardest part is to change codes enabling maintain and track the logged-in status when switching profiles. How was wordpress maintain the user online status? Through session or something else? Where can I read more information about this part?

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User with multiple profiles in forum’ is closed to new replies.