is there some easy way to force drupal into showing a block ABOVE the main content for a page?
I have seen some examples that does this, but it involves some hacking into the theme to create a new region above the content. No simpler way in drupal 6?
Could the Panels module help with this?
Big thank you for help with this.
Regions are defined by themes. Change your theme to Acquia Marina for instance ( http://drupal.org/project/acquia_marina ) which BTW requires Fusion Core ( http://drupal.org/project/fusion ). You’ll get a region called
Content Topwhich is above the Content Region. There are plenty of other regions you can find in this theme. If you want a good starter theme then you can useFusion Startertheme (see link for Fusion Core).