By fehin on
How do you create a link to user items like articles, gallery, etc, and add a "My ..." similar to "my blog" link that takes me only to my blog and if I give someone that link, it takes them only to my blog items. Pretty much what I’m trying to achieve is a link like this: mysite.com/user/articles. I created a view and I can’t find a way to link to it. I have search for a solution and I can't seem to find anything.
Thanks in advance for all tips.
Comments
=-=
one method would be to create a menu item in administer -> menus
I'm trying to do something similar.
Here I describe that I'm trying to make a custom block to display user information, but I really have no idea how to do it. (In Views: ) I don't know how to use the URL as arguments, what to do with those arguments, or how to print a link that includes them.
If you're really lost, I'd say start looking at Views arguments...it's really poorly documented but if you're better at PHP than I am, maybe you can figure something out.
If you do come to any conclusions, let me know!
Possible solution
Yesterday I found this: http://drupal.org/project/me
It doesn't work for what I'm trying to do but maybe it'll help you.
Thank you. I'll check it out.
Thank you. I'll check it out.