Hi,

I've been trying to figure this one out, with no luck so far. So maybe someone here has encountered the same 'issue'. I have a sub-path for each node called 'player' and i'd like to override the page template of this if possible.

How do i suggest a template for node/[nid]/player ?

Comments

rjdjohnston’s picture

Subscribe

Strutsagget’s picture

Me too

eelkeblok’s picture

Issue summary: View changes

This module only deals with the outward appearance of URLs ("what end users see in their address bar"). For things like template suggestions, the system path (i.e. the "internal" URL) would typically be relevant (although there is no direct relation, AFAIK, it is up to the individual hook_theme implementations to define how template suggestions might work, if at all). In short, this module has nothing to do with template suggestions.

I'd move this to a more appropriate queue if I knew one, but maybe your best bet is to ask this at https://drupal.stackexchange.com

eelkeblok’s picture

Status: Active » Closed (works as designed)