Forgive me if this is already posted, but I did not see it.

1) Drupal 6.22, Pathauto 6.x-1.3, Feeds 6.x-1.0-beta2

2) Create 2 Content Types (let's say "TypeA", "TypeB")

3) The two content types share a CCK field ("Original Article") ... which happens to be a url link to the original url of the individual item included in the feed

4) Items of this content type will be created via two separate RSS Feeds via Feeds Module

5) In Pathauto "node path settings," set:
"Pattern for all TypeA paths:"
typea/[title-raw]
"Pattern for all TypeB paths:"
typeb/[title-raw]

6) Result: Both TypeA and TypeB paths are being created as follows:
typeb/[title-raw]

I have tested this extensively playing with both settings and it has been consistent in this way.

Thanks for any guidance.

Comments

anonymous07’s picture

That should have said Drupal 6.17 in item#1

anonymous07’s picture

I did a lot more testing on this and it seems like this is a Feeds issue, not a Pathauto one.

As it turns out, the documents being created by two separate feeds are being created with the same content type (which is why pathauto is giving them the same type of path).

This item can be closed

greggles’s picture

Status: Active » Closed (fixed)

Thanks for letting us know.