By mkraba on
Hi there,
quick question, is it possible to set a parent menu for a node type by user and not by role (as it is with the "automenu"-module)?
I'd like to assign am individual menu for each user. It would make everything a lot easier, if the user is posting something and his post then would automatically show up in _HIS_ menu. I've tested "auomenu", but unfortunately you can only make the settings by role. That would result in countless roles, as each user would need a separate role.
Hope you guys can help me :)
Comments
If you want to show links to
If you want to show links to their post, you can use the views module, and make a block that lists the nodes they've created. This would not created a menu item, just a link, but to users, it looks just the same.
...and what if I don't want
...and what if I don't want to list every node the user created but just of specific types? Is that too possible with views? (I haven't worked with views yet)