Share Users Across Multiple Subdomain Installs

Discussion in 'Customizations' started by Kyan, Mar 23, 2009.

  1. pipelin Customer

    Open ../kernel/private.php and setup/includes/upgrade-post3.php
    Find: '.PREFIX.'users
    Replace: class_prefixusers - This is the prefix from step 1. The name of the global users table.

    Open ../kernel/login.php, ../kernel/register.php and .../kernel/user.php
    Find: '. PREFIX .'users (Notice the spaces after and before the period)
    Replace: class_prefixusers - This is the prefix from step 1. The name of the global users table.
  2. michael Just get on with it!

    The site Find and Replace is clearly the key. I don't have Dreamweaver or a local site on my machine, is there a way of running a Find and Replace on the 68C folders?
  3. michael Just get on with it!

    anyone . . . . ?
  4. seymourjames All Hands On Deck

    Why do you not download it onto your local machine? There are lots of free FTP/editor programs which will solve your issue in a few seconds.
  5. michael Just get on with it!

    I think I was over-complicating this in my own mind. Sorting it right now, thanks.

Share This Page