James Goddard
10-27-2005, 10:33 PM
I want to have differen't layouts based on the style the user has chosen.
For example:
If the user has chosen a fluid style I want a 3 colums on the index page. If the user chooses a jello style, then I only want 2 colums.
Best way I can figure to do this is to bascly add each module twice, once where I would want it in a 2 column layout and once where I would want it in a 3 column layout. And have 2 pages one that turns on the 2 column modules and another that turns on the 3 colum modules. And finally, modify index.php to choose the page to display based on the style.
While I think this would work, it's obviously not pretty. Is there a better way to do this?
James
For example:
If the user has chosen a fluid style I want a 3 colums on the index page. If the user chooses a jello style, then I only want 2 colums.
Best way I can figure to do this is to bascly add each module twice, once where I would want it in a 2 column layout and once where I would want it in a 3 column layout. And have 2 pages one that turns on the 2 column modules and another that turns on the 3 colum modules. And finally, modify index.php to choose the page to display based on the style.
While I think this would work, it's obviously not pretty. Is there a better way to do this?
James