Closed (fixed)
Project:
Timeline
Version:
4.7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Oct 2006 at 19:43 UTC
Updated:
24 Nov 2006 at 08:30 UTC
Hi there,
i dont know if this is a bug. Perhaps it is supposed to react like this.
I set up this module so that it shows my blog-nodes.
Everthing works fine.
The Titel of the Popup shows the titel of the node and the body.
But: The Titel is a hyperlink to my base-url and not to the node.
Is there a way for me to change this that it links to the node?
Does anybody have experience with this?
Thanks everybody in advance.
gb5256
Comments
Comment #1
hickory commentedI'm seeing this too, using the default timeline/events view.
Comment #2
ec commentedIn "timeline.module" ligne 265 replace
'link' => url($node->path),
by
'link' => url('node/'.$node->nid),
This solve this issue for me.
Regards,
Eric
Comment #3
Arto commentedThis has now been fixed in the CVS HEAD version of the module (new tarball available once autopackaging has run, i.e. latest tomorrow) by changeset #44853.
Thanks for the fix, Eric.
Comment #4
(not verified) commented