Hi there,
I am using the "node gallery" module and it comes with "Galleries List" which shows all the galleries from everyone.
If you select your own gallery from the "galleries list", it will have a breadcrumb named as "[user name]'s galleries" and it links to http://localhost:8080/qbs_v01r01_dev/galleries/1 where 1 indicates uid i think?, and it will link u to your list of galleries.
So, what i want is, to have a navigation menu item , e.g. My Gallery and it links to my galleries only, in this case the admin user is "galleries/1".
so how can i do that.
I have tried to use view and i can use user:uid arguments with the argument type:User ID from logged in user, to do kind of the same thing, but i would rather to use the "node gallery" default page than creating a new one if possible.
many thanks.