The MU forums have moved to WordPress.org

Creating universal profiles across a blog network (2 posts)

  1. codec666
    Member
    Posted 16 years ago #

    Thanks in advance for any help.

    If I had a network of 100 blogs, how could I create an outside profile that could follow the user around the network. Could I create a login system that references an outside network and stores their profile information in an outside database.

    For example if I wanted to create a community around a blog network with more robust profiles.

    Thanks again.

  2. beaulebens
    Member
    Posted 16 years ago #

    The users in a mu install are shared, so user information is common across all blogs on a single installation. You can extend the details in profiles through the wp_usermeta (update_usermeta() function etc) table as well if you want (or custom tables if you want to do something more extensive).

    Also check out Cimy User Extra Fields (a plugin) which the author is in the process of making completely mu-compatible.

    Beau

About this Topic

  • Started 16 years ago by codec666
  • Latest reply from beaulebens