Multisite gallery with multisite drupal
hi all,
I've been trying for some hours to get a multisite gallery, multisite drupal install working - i've successfully gotten a branch of a multisite gallery install to show up inside drupal properly, at least to the point of displaying image blocks etc - i'm running latest stable drupal and dev gallery- however, all the links within the gallery block and node point back to drupal root directory - perhaps my embed URI is off? i'm pretty familiar with both drupal and gallery having used them for years.
anybody know of a reason why this won't work at all? anybody been able to do it?
i'll try to post some more details-
thanks
ps- can anybody tell me how to get auto email notifications of posts in this forum?

I've done it
I've done it. Do any of your Dupal's and G2's work together? Also can you lay out your folder structure. The only way I know how to get email notifications is to click email subscription at the bottom right of this page. If you do that you will get emails whenever anyone posts to this group. I have no idea how to do it for just things your involved with.
more details
yes, i have had a stand along gallery work just fine for a multisite drupal install, but i have not been able to make a multisite gallery work. my gallery codebase is outside of drupal root, and i added a link in /drupal/sites/mysite/ to an instance of the gallery site (also outside drupal root) gallery displays properly, but will not link anywhere. i suspect my gallery embed location is the cause - the gallery (link) is in the sites directory, but my embed is /drupal/index.php/?a=gallery, which goes nowhere - any suggestions?
It should be
It should be /drupal/index.php/?q=gallery I think. Make sure the Gallery2 URL or URI and Gallery2 filesystem path point to the multisite G2 you want to use.
It's possible
We have implemented Gallery2 multi-site with Drupal 6 multi-site. It took a bit of work so we're sharing the overall process here.
A good place to start is "Drupal integration documentation": http://codex.gallery2.org/Integration:Drupal
Install Gallery2. Upload and unpack the gallery software to your server.
Install the Gallery module in Drupal. http://drupal.org/project/gallery
(Obviously, change "DOMAIN.com" below to your specific domain as per your Drupal instance.)
Start by browsing to gallery installer page
You need to choose a system path and a URL for the new gallery install. The gallery instance will be installed in a folder galled gallery2. We place this directory above the drupal directory. We will make a symlink from our Drupal directory a bit later.
The URL should be the complete path to the "stand-alone" version of the gallery (The gallery will be accessible as a stand-alone script and also as an embedded Drupal module. More on that later.)
Public URL is the URL for the "stand-alone" version of our gallery. So, example:
http://DOMAIN.com/sites/DOMAIN.com/gallery2/main.php<
(Remember, this site is in our Drupal multi-site setup so we have the "sites" path in our URL.)
The site should already have a database because Drupal has already been installed. We will add the gallery2 tables to our database. You will need the site's DB username, password and database name.
It's important to have the table prefixes to avoid intermixing the gallery2 database tables with Drupal's database tables.
UN-CHECK the following: URL Rewrite
Gallery2's URL re-write conflicts with the way the multi-site Drupal codebase is configured. We may work on a fix for this in the future.
Gallery has now been installed as a stand-alone. Click "Go to my gallery!" to see it.
Enable Drupal integration modules
Visit http://DOMAIN.com/admin/build/modules
Visit http://DOMAIN.com/admin/settings/gallery
Gallery2 URI: /sites/DOMAIN.com/gallery2/
Gallery Base: gallery
Set up Drupal permissions.
Visit http://DOMAIN.com/admin/user/permissions
Set as appropriate. Most likely you want everyone to be able to access the gallery but only administrators to be able to administrate the settings.
Set up blocks
You will probably want to disable and right-hand blocks on your public theme as the gallery normally needs a large amount of horizontal space.
Visit http://DOMAIN.com/admin/build/block
Enable "Gallery Navigation" block in your left sidebar region (typically). You probably want to show this block only on gallery pages (path "gallery", exclude quotes)
Site-specific gallery configuration
Visit http://DOMAIN.com/gallery
Change the "This is the main page of your Gallery" string: Browse to top-level gallery (main gallery container) and click Edit Gallery. Change the "Description" to something meaningful (ie, "Welcome to the DOMAIN.com image gallery").
More stuff you might want to do.
Assign "frames" for your images