Hi

I have a custom node type whose nodes are displayed on a page created using Views.

On that Views page, I have selected the Full Nodes view type, but on the page each node title still acts as a link to the node's own page.

I know if I used the List View I could the field title option to act as no link. But how do I achieve the same thing using Full Nodes?

Any help much appreciated!

Thanks.

Comments

limehouse’s picture

at all?

foxtrotcharlie’s picture

Contemplate module (http://drupal.org/project/contemplate) lets you modify the full node and teaser output, although I think it will then do it in all places where the full node is displayed, not just in the view.

Charles

www.parkroad.co.za

limehouse’s picture

Cheers FC, will give it a go.

janwari’s picture

If all you are trying to do is to disable the title as appearing as a link you can edit that particular View and then select the Node Title field under "Fields" section and choose the "Option" for that field as Without links. This will disable the links being assigned to the node title.

Use the "Theming Wizard" to further customize your View. http://drupal.org/node/42597

Anonymous’s picture

As mentioned this doesnt apply to Full Nodes view. Is there any other solution to disable title links on Full Nodes view?