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

hickory’s picture

I'm seeing this too, using the default timeline/events view.

ec’s picture

In "timeline.module" ligne 265 replace

'link' => url($node->path),

by

'link' => url('node/'.$node->nid),

This solve this issue for me.

Regards,
Eric

Arto’s picture

Title: Title of popup shows wrong Hyperlink » Incorrect link to node in timeline event popup
Assigned: Unassigned » Arto
Status: Active » Fixed

This 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)