From Moodle 1.9 on you may set the theme priority. More details in Some minor theme changes in 1.9
Urs Hunkler
Publicaciones hechas por por Urs Hunkler
And to be able to work with center sticky blocks you need to add one line to admin/stickyblocks.php
I have placed the output line plus some comments before the center content (you may search for print_box_start();):
// Output the middle blocks
blocks_print_group($PAGE, $blocks, BLOCK_POS_CENTRE);
// Moodle standard content
print_box_start();
print_heading($strheading);
The "custom corners" theme in Moodle 1.9 might be the way to go. I created "custom corners" to give Moodle a base for modern graphical rich themes.
If you need professional support you may get in touch with me - my contact data you find in my profile.
You may check the "custom corners" theme in Moodle 1.9. By changing the images you should be able to create a site simmilar to the last.fm site you mentioned.
I am looking forward to graphical rich Moodle Themes to come ...
Moodle in English -> General developer forum -> Captain? -> Re: Captain?
And if ye want to learn how to speak like a scurvy pirate ye may stop by "speak Like A scurvy pirate Lesson" or to scribe stop by "postlikeapirate/translator".
Yarrr!