Closed (fixed)
Project:
Web Links
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2009 at 21:09 UTC
Updated:
5 Oct 2009 at 14:28 UTC
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
Comment #1
rmiddle commentedYes 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
Comment #2
nancydruWhat 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
Comment #3
nancydruChanging status
Comment #4
nancydruI think you will find this fixed in 6.x-2.3.
Comment #5
Todd Young commentedI forget exactly what I tweaked so I don't know what to untweak and verify, but so far so good on v2.3 - thanks!
Comment #6
nancydruThe "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.