I am using CDMUG/Zen theme and if I turn off the title option I get only one, but it's the one from node.tpl and it doesn't have the correct URL referenced. If I tweak it in the tpl file then it won't "catch" the click.

I think I'm stating that correctly? I hope this isn't a repost of a known bug, I don't think it is...

Comments

rmiddle’s picture

Yes that is correct.

Because the them hard codes the title it is up to the theme to provide the title. I am not sure if anyone has created any code that you can insert into the theme to fix this yet or not.

Thanks
Robert

nancydru’s picture

What Robert said is correct. However, it sounds like you want the latest -dev version to get the correct title-click behavior. See #582362: Module destroys $node_url for all node types and #505962: Option to NOT link to NODE

nancydru’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Changing status

nancydru’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I think you will find this fixed in 6.x-2.3.

Todd Young’s picture

I forget exactly what I tweaked so I don't know what to untweak and verify, but so far so good on v2.3 - thanks!

nancydru’s picture

The "biggest" change (IMHO) in 2.2/2.3 was the ability for the module to control the theme's $node_url value, allowing the node title to be linked to the site, which was so often requested.