i've been setting up my drupal website recently, and i want it to be as a multi-users blog, everything go well, but i dont know how to design the url... for example, a user has a uid valued '110', and i have two links,one is 'xxx.xxx.com/?q=uid/$arg',another is 'xxx.xxx.com/?q=gallerix/$arg', as far as i know, the menu system can't accept argumets,what i want to ask is when i click 'xxx.xxx.com/?q=uid/110', how does the system change 'xxx.xxx.com/?q=gallerix/$arg' to 'xxx.xxx.com/?q=gallerix/110'.
that's it.maybe i could describe it more clearly.
is it a general problem for multi-user blog? but i'm raw in this part, could anybody help me or just share your ideas? i'm desperate to solve this problem, i'm confused by this problem for a long time
Comments
i think i've solve this
i think i've solved this problem by adding codes into menu.inc , but i consider it as a stupid method