By kkk2006 on
I just install Drupal , and allow new user have own blog,
can evry user have own url ?
etc 1:
username = peter , then their user = http://myblogxx.com/peter
etc 2:
username = lee , then their user = http://myblogxx.com/lee
Thanks.
Comments
Yes, easily. Look at the URL
Yes, easily. Look at the URL alias module.
__
Personal home page | Rhombic Networks: Drupal-friendly web hosting
thanks for your reply , now
thanks for your reply , now i understand how to do .
but this is need use manual to setting , can it auto seetting when new user signup ?
etc : 1 new user signup , then auto setting URL to :
http://myblogxx/newusername
Thanks.
Try the pathauto module - it
Try the pathauto module - it can automatically create aliases for blogs, feeds, categories and nodes.
I have a content type
I have a content type "video". It doesn't automatically create videos/%user for this. But does for blogs/%user. How can i fix this?