Hello,

I dont know if its the right place for this issue, but i give a try here.

I'd like to create a view tha takes term names as argument.
for example : my-view/My term
I also need translated terms :
my-view/My term in french

But iw ould like spaces to be replaced as dashes (-), and also replace accented caracters to basic caracters, just like pathauto module would do.
So that
my-view/Un évènement
would become
my-view/un-evenement

Do you think it is possible? How?

Comments

miro_dietiker’s picture

Status: Active » Fixed

Check this
http://drupal.org/project/view_alias
Note that aliases have a language and thus are a perfect match for your needs.
Architecturally you should work with Numerical IDs in the internal view path setup. Not names.

If there's some limitation in multilingual support, feel free to contact me to initiate a project to make it multilanguage capable.
However you would need to provide funds for the work needed.

Ludo.R’s picture

Thanks for your answer!

I included the termID in the url
www.mywebsite.com/my-view/18/my-term
The argument is based on the termID now and doesnt care of what is on second argument (my-term).

Status: Fixed » Closed (fixed)
Issue tags: -accents, -taxonomy term, -views arguments, -accentuated charactesr

Automatically closed -- issue fixed for 2 weeks with no activity.