Hi,
I'm fairly new to Drupal but I've set myself a site up at www.lewiz.org. It's a personal blog with gallery and a few static pages (a little bastardised right now as I've been tinkering in an attempt to find a solution to my question!)
I've got a few image galleries, for example let's say (rather complicated but it is a true reflection):
Places
--China
----Beijing
------Forbidden City
--Japan
----Temples
My images (image module only -- no albums!) are all aliased with the pathauto module as: image/[catpath]/[title] (say: image/places/china/beijing/forbidden_city/image1). This works great (as do all my other alises).
What I absolutely cannot manage to do is get image/[catpath] to show the image gallery. In the pathauto module I have:
Pattern for all Image Galleries paths: image/[catpath]
However, instead of showing the image gallery I see what looks to be a blog-type area with no posts (see http://www.lewiz.org/image/places ). I can go ahead and manually set up an alias of: image/tid/17 -> testfoo which works.
Can anybody explain what I'm doing wrong? It almost looks as though pathauto is generating aliases for the wrong thing (taxonomy/term/[tid]/0 instead of tid/[tid])? Could this be the case? If so, how can I force pathauto to create aliases for image/tid/[tid]?