By Drupal_ on
I have created phptemplate_views_Xyz function to customize a list view. Output looks great as I want, but as soon as I enter the argument in the view, the view output is crude default way. Looks like output somehow is bypassing the phptemplate_views_Xyz function. I also tried to create node-Xyz.tpl.php for this node type just hoping I handle my customization there but even that does not work. Can anyone suggest any workaround for this. PS: this is an issue only when I use arguments in the view, but otherwise with filters etc, it keeps working great.