On my photography site, I'm running Node Gallery as my main portfolio link (showing the best of the best in each category). So at the /galleries URL I have several sub-galleries (sports, music, etc...). However today I decided I want to have another main gallery which will be used so people can buy prints from different shoots. So 2 questions.

1) How can I set up another main gallery which runs completely separate from my original one?
2) I want to change the /galleries URL to be /portfolio, and use /galleries for the new main gallery. How can I accomplish this?

Thanks.

Comments

scroogie’s picture

This depends a bit on what you want to achieve. If its okay to have an extra field that distinguishes these two "parts", you can add a plain CCK field to the Gallery content type and then modify the "Gallery summary" view of Node Gallery accordingly (showing only galleries with a specific value). You can then duplicate the view for the other value of the field and give it a different path.

dddave’s picture

Status: Active » Fixed

I am setting this to fixed. Scroogie gave sound advise and I guess the problem is solved.

Automatically closed -- issue fixed for 2 weeks with no activity.