By kkk2006 on
i am new bie . can each blog user have own page layout ?
etc ,
user 1 have right column layout page.
and
user 2 have left column layout page.
also
user 1 have english menu .
and
user 2 have chinese menu .
now my problem is ,when i use admin change own to "right column layout page" , then all user also chage to "right column layout page" , i need is user have own page , and their can chaange own.
Thanks.
Comments
This page might help
This page might help you: http://drupal.org/node/46027
If you can find a good way to have the URL change for different users, then you can use a separate template for each of them.
Check out the path and pathauto modules, they may help with this approach.
don't how to do ... any
don't how to do ... any other easy way ?
If you don't want to do any
If you don't want to do any theme programming, then ryanrain's suggestion below is your best bet.
It depends how much you want to customize each user's blog. If you want full control, then you will probably have to do some theme editing. It seems difficult at first, but it actually is fairly easy to do.
translation and themes
to allow users to pick which language they want,
1. enable the locale module
2. you should then see "localizations" in the admin menu, clicking it takes you to a place where you can add different languages. download languages here.
3. once you've imported and enabled another language, users should be able to go to "my account" and pick which language they want to see the site in.
to let users pick which layout they want, enable more than one theme by following the "theme" link in the admin menu, and then users will be able to pick which theme they want in their account settings too.
peace,
-r
blogtheme
There's a module called blogtheme that allows each persons blog to have it's own theme. Another called css, allows each node to have it's own css file.