I am looking for some advice on how I might fetch an array with a list of links to node types the currently logged in user is allowed to create.
My client wants these links to populate a custom dropdown list which sits on the user profile page.
Just in case I don't manage to talk him out of it, I would like some technique/information to go on.
You will have to create a custom module. If you are creating your own module, this short snippet will give you an array (
$types
) with the links to content types the logged in user can create (D6). If the user cannot create any content types it will show a message: