Hello,
I would like to use the Gallery module linked with my specific node (Association Node). I want to have 2 or 3 albums linked with each node. One Node is One association.
I would like :
- One album For the photos of people working within the association
- One Album for projects of the association
- One album for members and donors of the association
So i need a link for each album when a visitor (not authentified) display the content of a node (association).

Any idea how to do that with the gallery module ? It seems to me it is linked with a drupal user and not with a node !

Thank you in advance for any advice.

Nicolas

Comments

vm’s picture

it is linked to the user and not to a node. The use of Gallery 2 does not create any node. The gallery2.module was intended to provide for you an embedded gallery2 inside of yoru drupal installation that shares user logins and user sessions.

To do what you are asking, you may want to look into the acidfree module.

nicopepe’s picture

Ok i'll get a look in it, but it seems not to be ported to drupal 5 yet.

vm’s picture

you are right. Didnt look up to see that you were using drupal 5. Acidfree is being rewritten to work with Drupal 5. You may not see Acidfree until RC stage. There may be a HEAD version on the project page that may contain what what will be Acidfree for drupal 5 but it still could have some bugs to be worked out.