Main MenuPopular Pages |
Original link - http://www.kaotik.biz/tutorial/tutorial_part6.html Part 6 - Theme DevelopmentPart 1 Building a simple module Besides developing modules, I have also developed my fair share of themes. I have never released any because they belong to my clients. So here is some pointers for themes developers. Think outside the Box. By analysing the default theme, we can see xoops groups blocks into 5 blocks. The standard layout can be seen below. insert image Although this is the standard, you can place the block groups anyway you like. Let's look at some practical examples http://www.bbc.co.uk: insert bbc image 1 - insert bbc image 2 I've divided the bbc page into 5 blocks:
I've rearranged the block groups to give me this flexibility. Another mistake is to think that each block group MUST contain several blocks. This is a common misconception. You can place a block group so that it only takes a single block. Here's another example: http://www.drupal.org insert drupal image 1 - insert drupal image 2
insert cnn image 1 - insert cnn image 2 the interesting thing in this example is that the header has a dynamic width while the main body has fixed width.
As you see from my examples, think outside the box. Don't let yourself be limited by "names" where the left block HAS to be on the left; it doesn't. As I've said in part 5 of my tutorials, don't start with code, start with a pencil and piece of paper on your new themes (that's how I do it). If you prefer start with a vector or image program. Don't let your creativity be limited by software! Part 7 - $_SUPER GLOBALS <[Languages |Module Theme Development]> Category: Welcome Index Page |
SearchTag Cloud |