Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
To do that you put user/% in menu path.
To be able to produce url like www.website.com/loggedinuser you would probably use pathauto module to rewrite whole /users/% to /%.
You can also dig into api.drupal.org to find out how can you alter stuff.
Thank you for the reply armababy, but you misunderstood me or I didn't explain well.
With the Views module I made it that www.website.com/"nameoftheloggedinuser" shows a list of all the nodes of a certain type that the user has created. Now I want to add a link in the menu something like "My nodes" with this path www.website.com/"name of the logged-in user". I am trying to add it in Administer -> Menu but how?
go to edit your view, go to page settings at the bottom left. click on menu -> normal menu item, then fill in the menu details. Aned views makes it automatically.
Comments
To do that you put user/% in
To do that you put
user/%in menu path.To be able to produce url like www.website.com/loggedinuser you would probably use pathauto module to rewrite whole /users/% to /%.
You can also dig into api.drupal.org to find out how can you alter stuff.
Thank you for the reply
Thank you for the reply armababy, but you misunderstood me or I didn't explain well.
With the Views module I made it that www.website.com/"nameoftheloggedinuser" shows a list of all the nodes of a certain type that the user has created. Now I want to add a link in the menu something like "My nodes" with this path www.website.com/"name of the logged-in user". I am trying to add it in Administer -> Menu but how?
_
Try the http://drupal.org/project/me module.
go to edit your view, go to
go to edit your view, go to page settings at the bottom left. click on menu -> normal menu item, then fill in the menu details. Aned views makes it automatically.
None of these solution does
None of these solution does what I need.