I'm inching my way into configuring a multisite using Drupal 4.6.3. I've followed the install.txt and several forum messages and have managed to get the user shared on a main site and one (so far, several to follow) subsite.
In both settings.php I included the following:
MAIN
-----
$db_prefix = array(
'default' => 'wow_',
'users' => 'shared_',
'sessions' => 'shared_',
'forum' => 'shared_',
'role' => 'shared_',
'authmap' => 'shared_',
'sequences' => 'shared_',
);
Subsite 1
-----
$db_prefix = array(
'default' => 'ds_',
'users' => 'shared_',
'sessions' => 'shared_',
'forum' => 'shared_',
'role' => 'shared_',
'authmap' => 'shared_',
'sequences' => 'shared_',
);
After uploading a modified database.mysql for both (to reflect the prefix changes) and running a base browser install, I was able to log in to the subsite with the user account I created on the main site. So far, so good.
I then tried to access the forums via the subsite (after running a config on the main and setting up a few categories & forums). No go. Nothing setup etc.
What I want to do is have several categories & forums on the main site, and have SOME of thise categories & forums available on the subsites.
example:
MAIN
-----
Category A
Forum A1, A2, A3
Category B
Forum B1, B2, B3
Category C
Category CA