Hello Brian [others] thank you so much for your input, and pointing me the way of arguments.
If I were to go down the Views' path, how would I do this? If a user clicks the title, they get sent to the Node, not to a View; how can I make it so that the user sees the View, with the correct NID, instead of the Node's default [non-Views] page? Am I forced to hand-code the title/image links to something other than the default [links to Node NID]? If so, how would I do that?
I'd like to figure that out even if I do end up theming the node tpl instead,
Thanks for any insight you or anyone might be able to offer,
Cheers,
Sebastian.
Brian Choc wrote:
I agree, theming the node probably makes more sense than showing a View of one page and theming the View (related content might be a reason to want to do this, though).
If you do want to have a View of just one node, you could use the Arguments option to pass the NID to your view and have it just show that one node.
Brian
On Thu, Apr 9, 2009 at 3:10 PM, Justin Gruenberg <justin.gruenberg@gmail.com mailto:justin.gruenberg@gmail.com> wrote:
On Thu, Apr 9, 2009 at 3:06 PM, sebastian <inforazor@gmail.com <mailto:inforazor@gmail.com>> wrote: > > I am aware that there are tpl.php files for nodes and node-types; but I'm > not sure that this is the right way to go...? For changing the appearance of single node or type of node you want to edit the template files. You'd probably want to edit node-[your content type].tpl.php or if you only want to style a single node, you can do node-[nid].tpl.php. I haven't fiddled with theming D6, but you might have to clear your theme cache. _______________________________________________ themes mailing list themes@drupal.org <mailto:themes@drupal.org> http://lists.drupal.org/mailman/listinfo/themes
themes mailing list themes@drupal.org http://lists.drupal.org/mailman/listinfo/themes