By BenIPAQ on
Hi all,
First of all, my apologies for my English...
I have the following question:
On my Drupal site users can add only one node (a bandpage of their coverband). I want a menulink ("My Band") for logged in users that links to their node. Is this possible?
Hopefully someone can help me out, because my eyes are burning after all the googling and reading :D
Kind regards,
Benjamin
Comments
Tokens
Anyone?
Does this have something to do with tokens or am I searching in the wrong direction?
For Drupal 6 there is the
For Drupal 6 there is the Content Profile module, which let's you declare content types as "profile" content types. So users can create a node (usually only one) of this type and it will be placed on their profile/user page, or as a link on their profile/user page. I think that's what you are looking for, but it's only for D6 and it doesn't look like there will be a D7 version because D7 has Profile2. Maybe Profile2 can do what you want, I'm not sure.
Another, relatively simple, way would be to create a view that displays only the one node from the currently logged in user. Views can place a menu item, so that would be easy. The path for that page would be the same for every user, which could be a good thing or a bad thing, depending on what you like for your site.
There may be another module I don't know or I don't think of right now that would do the job.