Hi,

Well the title says it all. Maybe I've misconfigured something but the node titels aren't being displayed as set for the content-type with nodetitle module.
Can you confirm this?

Cheers

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hanoii’s picture

Status: Active » Closed (works as designed)

The node title is not modified on teaser view, only on page view.

Bartezz’s picture

Are you sure? I think it is changed in teaser view, I'll check ASAP en get back to you...

Dmitriy.trt’s picture

Title: Titles of nodes not altered within search results » Alter node title for search results and index, implement hook_uninstall
Category: bug » feature
Status: Closed (works as designed) » Needs review
FileSize
9.14 KB

Patch adds following options for each content type:

  • Title pattern for search result/index.
  • 2 checkboxes named "Change node title for search index/result"

Also, made some code cleanup, added handling of content type removing and module uninstall. All changes are connected to each other, so can't provide separate patches. Patch should be applied to the latest git code (at this moment) in 6.x-1.x branch.