I have set up a couple of WordPress sites that all share the same user table (and login cookies), however as outlined in this article: http://hungred.com/how-to/multiple-wordpress-installation-sharing-user-table-touching-wordpress-core/ you get an error about not having permission to view the admin for the other sites because of the table prefix.
The problem is this article is rather old now and the code has changed in the capabilities.php file so I can't do the hack shown. BUT I don't want to hack the core code anyway. How can I fix this problem???? Needed asap please. Thanks
EDIT: I don't want to use the WP 3.0 Multisite stuff, as this is 3 separate websites, they just share cookies and users.
EDIT2:
The main site is at http://www.paperviewmagazine.com/ and I have it setup as MS, so that I can have different sites such as Community, Job Board, Marketplace etc. (you won't be able to access these sites by the way as they are in development and password protected)
I also have stand alone installations at http://blog.paperviewmagazine.com and http://help.paperviewmagazine.com these are currently using the cookie hash and user tables as the site at www.paperviewmagazine.com
The problem is that when visiting the /wp-admin/ of the Blog or Help site I get the error about permissions. Hopefully this clears up about how I'm using both MS and stand alone WordPress sites.