Hello

I'm working on a view of an specific website Content Type. The view is provides a block and a page. The block works perfectly but the page don't!

I used CCK and then Content Templates to edit my Teaser List View Page. Almost everything works fine, all fields are shown correctly and as I've designed it but the link ( $node->path ">) doesn't work for anonymous users. It returns no value (null) for anonymous and returns the correct path of each node for the authenticated users.

There's an example of it (for the anonymous users) avaible at: www.conectime.com/noticias
(The first link should, in fact, point to: http://www.conectime.com/noticias/job/id-visual/teste)

Does anyone have a clue to solve that?

Thanks in advance!
Raphael