By default, all events are located at:
http://mysite.com/event/foo/bar etc.

I'd like to move them to:
http://mysite.com/somewhere/event/foo/bar.

There are quite a few strings to replace in Event.module, which isn't a big deal, but I'm not sure how/where default paths are registered in Drupal.

Why I'm doing this is because I've build Books/Book Pages for each main section of my site and the events should be located below one of those books. This will allow the book navigation to be present on all event child nodes.

Comments

killes@www.drop.org’s picture

Status: Active » Fixed

there is no support for this in event.module. Note thet replacing all paths might not be enough. I recommend you look at the Drupal path.module and study what it's help says about Mass URL aliasing.

gravyface’s picture

Ok thanks; will do.

Anonymous’s picture

Status: Fixed » Closed (fixed)