By cdemetriadis on
Hi all,
I'm pretty new to Drupal, but quite fluent in PHP. What I need to do is create a List View using the Views Module, generating a Block. I tried theming that view by overriding it in template.php following these instructions http://drupal.org/node/42597
By default, the data for each node listed in the List View is "nid", "node_title" and "node_created".
How can I use other fields in my List View? For example I want to create a custom list, and want to place the link to the node directly in my html. How do I retrieve the "node_url" in my List View...
Thanks in advance, hope you could help me out...