Hi,

I tried to insert a link to full page in the teaser and it works just in Mozilla Firefox, not in IE6. I used $node->path variable. Is there any way how to insert a link equivalent to the link which is in the title of the teaser?

Thanks!

Comments

mikemccaffrey’s picture

Status: Active » Closed (duplicate)

This is probably not a browser issue. It is a permissions issue since you are probably not logged in as the same user in IE6. For some reason $node->path does not load for anonymous users. Instead you have to use "node/".$node->nid as the path.

I am marking this as a duplicate since it has been covered before somewhere, though I don't have the link at hand.