Closed (works as designed)
Project:
Pathauto
Version:
6.x-1.1
Component:
I18n stuff
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2008 at 10:41 UTC
Updated:
9 Sep 2008 at 15:10 UTC
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
Comment #1
tjajab commentedPathauto 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.
Comment #2
gregglesI think that this is on purpose for sites with translations enabled. For more details see #208860: Add per-language patterns for multilingual node types