gallery.module

http://drupal.org/project/gallery

I struggled with getting the gallery.module to work properly. The
addition of the following things in the documentation would be helpful.

1. Admin shadow account: The admin accounts need to be identical.
The module did not work until i edited the gallery admin account.
2. Group shadow accounts: The group names are different between Drupal
and Gallery. After synchonizing the the names of the groups the
permissions worked.
3. In the documentaion it says, Your gallery should now be available
at: http://your.site/gallery. This was not true for me. It was
available at http://your.site/?q=gallery.
4. Change the theme to Siriux. it looks a lot better. This works great with ADC Drupal theme

4a. When I changed the theme to Siriux within the BlueMarine them in
Drupal. The widths were wacky. To solve this theme problem. I removed a
bit of code in the gallery2/themes/siriux/templates/theme.tpl file. I
removed the following:

 

3Nov05

Upgraded the gallery.module to the attached version. Requires edit
of main.php. Well worth it. Comes with Drupal theme, block navigation,
image type selection fix, adds breadcrumbs.

You must use the matrix (default) theme to have sidebars work.
Siriux doesn't have sidebars. matrix theme problems discribed above are
corrected with drupal CSS that is included.

If reading the reference below, be careful to use the module posted
at the bottom of the thread not the top. Or you can just use my
attached version.

ref: http://drupal.org/node/32393
ref: http://drupal.gallery2.org/node/36525