Hello, I try to generate aliases on the following form:
artikel/[yyyy]/[mon]/[dd]/[title-raw]
for a certain content type,
but it seems to ignore my line, and just uses
content/[title-raw]
which seems to be some kind of default. Any idea why? (It does not generate any aliases for content type where I have left the line blank.)

I am using Drupal 6.3 and pathauto 6.x-1.1

Comments

tjajab’s picture

Category: support » bug

Pathauto does not work if there is not an appropriate language translation. It saves variables in database as foo_language_code_bar but when editing the settings one actually edits the foo_bar variable. Editing this variable has no effect, as the foo_language_code_bar is used. (Example: pathauto_node_article_sv_pattern is used, pathauto_node_article_pattern is editable in the user interface). Seems too have with the variable language_content_type_article being zero to do.

greggles’s picture

Title: Path-auto uses default settings? » Path-auto uses default settings when no language specific variable is set
Component: Code » I18n stuff
Status: Active » Closed (works as designed)

I think that this is on purpose for sites with translations enabled. For more details see #208860: Add per-language patterns for multilingual node types