views:

31

answers:

1

Hello,

I searched far and wide to find a working solution to this but couldn't find it. What I want to do is change the argument that is passed to the view because I want for pathauto cleaned taxonomy terms to work as an argument. I have a code that transforms cleaned term back to a original one, but cannot make the view use it. I saw some people changing it in hook_preprocess_views_view(&$vars) but in my case (views 2.11) has a argument in $vars instanced so many times that it's not the way. Can anyone please help me change this argument?

A: 

There may be a better way but you could use views_embed_view() and set the arguments yourself

Jeremy French