Eric Mckenna ha scritto:
I would check the view, and the raw results of the page_query function.
I also think that the "node" portion of "node?page=2" is the node view that shows all nodes, not the individual items like node/1.
I'm using views only for the query (this is a test page for my view learning).
And I have found another strange thing: I use node("node/".$node->nid) to get the url's path.
but when I see the '<a href="'.url("node/".$node->nid).'">AAAA</a>'
I see (via FF) http://mydomain.com/rss/%7BNODE CORRECT PATH}.
If I tried: '<a href="/'.url("node/".$node->nid).'">AAAA</a>'
I see (via FF) http:///rss/%7BNODE CORRECT PATH}.
I don't know the reason for this strange error, but is it one of my error ?
M.