Hi.

I’m working on a project where I created 2 CCK called "JOB" AND "APPLICATION". Members can submit "applicatinos" nodes to a "JOB" (using node_refarance CCK module in the background).
I careated new view called "applications" that displayes re related "applications" for a job node. I set a path node/%/application the have it as a tab (next to "edit" and "view"). The issue is I have my tab next . openAtrium feature where my content type is a "job" and I like to add a new tab like job/%/applications. I need to replace the node/ prefix, otherwise I have my view node/%/applications display on all content types, not on job's pages only.

Is theres a way to make the view distinguish its out display (and menu creation) based on content types?

TNX