Kubrick Three Columns? Posted by Shaun on Fri 12 of Jan, 2007 23:21 GMT-0000 posts: 11 Hi Is it possible to get the Kubrick theme to display three columns? I'm a complete n00b as far as CSS is concerned, and just seem to break it when I try. Thanks Shaun
Posted by Shaun on Mon 15 of Jan, 2007 13:36 GMT-0000 posts: 11 I've tried just changing the tpl files, and it seems to have worked - Although I'm not 100% confident that everything will work. I've changed {* flip stuff deleted *} missing page for plugin INCLUDE {if $show_page_bar eq 'y'} missing page for plugin INCLUDE {/if} {if $feature_right_column ne 'n'} {section name=homeix loop=$right_modules} {$right_moduleshomeix.data} {/section} {* rightcol setfolderstate stuff deleted *} {/if} {if $feature_left_column ne 'n'} {section name=homeix loop=$left_modules} {$left_moduleshomeix.data} {/section} {* leftcol setfolderstate stuff deleted *} {/if} To; {* flip stuff deleted *} {if $feature_left_column ne 'n'} {section name=homeix loop=$left_modules} {$left_moduleshomeix.data} {/section} {* leftcol setfolderstate stuff deleted *} {/if} missing page for plugin INCLUDE {if $show_page_bar eq 'y'} missing page for plugin INCLUDE {/if} {if $feature_right_column ne 'n'} {section name=homeix loop=$right_modules} {$right_moduleshomeix.data} {/section} {* rightcol setfolderstate stuff deleted *} {/if} Please let me know if I should be doing this a different way. Thanks Shaun
Posted by Gary Cunningham-Lee on Tue 16 of Jan, 2007 01:49 GMT-0000 posts: 254 I've tried just changing the tpl files, and it seems to have worked - Although I'm not 100% confident that everything will work. .... Please let me know if I should be doing this a different way. Sorry for the late reply. Yes, looks like you made the right changes. Basically, I moved the left modules to underneath the right ones, to get the single side column, and you put them back 😉. You can compare your modified tiki.tpl to a standard three-column one to see if you're missing anything, but if the site seems to be working OK, then probably nothing else needs to be done. -- Gary
Posted by Shaun on Fri 19 of Jan, 2007 14:00 GMT-0000 posts: 11 Well it's been a steep learning curve, but I've more or less finished my modified kubrick theme. I had a few space issues, so moved back from the original three column layout that I wanted to a two column layout. But with the menu on the left-hand side. I'm pretty happy with it, and wanted to share what I've done so far. Unfortunately, there's a lot of beurocracy involved, so the live version has to stay under wraps until it gets approved by management - But I can show you a screenshot; Please feel free to offer any ideas on how to make it look better. Thanks Shaun
Posted by Rick Sapir / Tiki for Smarties on Mon 22 of Jan, 2007 18:15 GMT-0000 posts: 26 Please feel free to offer any ideas on how to make it look better. Actually, I think it looks quite impressive. Are the "buttons" on the left separate modules? Or are they hard coded in the TPL? -Rick
Posted by Shaun on Mon 22 of Jan, 2007 22:38 GMT-0000 posts: 11 Thanks 😀 I originally planned to have the buttons in a seperate module, but couldn't work out how to apply a different table layout to them - So they are coded into the tpl for now. CSS confuses me too easily 🙄
Posted by Shaun on Tue 06 of Feb, 2007 06:38 GMT-0000 posts: 11 I've still got a fair amount of work to do, but for anyone who's interested; http://www.blackfen.bexley.sch.uk/content/intranet4 It will take a while to load, as all graphics are currently in the db - once I'm happy, I'll move them to the styles folder.
Posted by Gary Cunningham-Lee on Tue 06 of Feb, 2007 07:58 GMT-0000 posts: 254 I've still got a fair amount of work to do, but for anyone who's interested; http://www.blackfen.bexley.sch.uk/content/intranet4 It will take a while to load, as all graphics are currently in the db - once I'm happy, I'll move them to the styles folder. Very nice, very professional looking. Just one small spelling typo I noticed, though: "The Parents and Freinds Association". 😉 -- Gary
Posted by Shaun on Tue 06 of Nov, 2007 14:27 GMT-0000 posts: 11 This is now a Featured Tiki w00t!!!!!!