By nickjvm on
I'm new to Drupal and wondering if there is an easy way to customize the display of information of an individual node. I am familiar with views, but maybe not enough to do what I need.
Currently, I have created a view to display https://drupal-lab.its-ns.uni.edu/geography/faculty, but I would like to customize the display when a user clicks on the Faculty name.
Any Suggestions? Thanks
Comments
Node customization
Hi
there are so many options to customize an individual node. But I am not sure what are your requirements? Simplest way I think is custom templating for this view. but it would need some php knowledge. if you can explain your requirements more specific then community peoples can help you a lot.
Cheers
Devender
_
You don't describe what it is you want to do so it's impossible to say whether or not views and/or panels would be the right choice.
In any case, probably the easiest thing to do, assuming faculty is a content type, is to create a node-faculty.tpl.php file (copy the node.tpl.php file) for your theme, and adjust it as desired.
It looks like the Contemplate
It looks like the Contemplate module is exactly what I needed
drupal.org/project/contemplate