This is a good module. Thanks for building it.

Currently the page at www.example.com/archive displays a node's title and teaser.
I would like www.example.com/archive to display only a node's title.

Is this possible?

Comments

Susurrus’s picture

On line 78 of archive.pages.inc you should change the node_view($node, true) to node_view($node) and that'll do it.

Susurrus’s picture

Status: Active » Fixed

That should've fixed it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.