By andreij on
Hi all,
I have, I guess, a simple question but I couldn't find the answer googling around.
I have a user page e.g. http://host/user/9 where I'm using my template user.tpl.php.
Inside that page I would like to print all publications by that user, e.g. http://host/user/9/biblio (I'm using the biblio module).
The problem is I don't know how to find the $nid of that child to print it, or if there's any other simpler way.
Tanks!