Some themes have a special zone after_node or before_comments resulting on some blocks being placed right after the first node.
What if you add a small piece of code in order to handel those things?
It might look as

<?php if ($before_comments && !$teaser): 

endif;
?>

Since those zones can be named in different ways I suggest creating a forum variable holding a name for such a zone.

P.S. Again, I have something like that in my theme and style. This request is to make a usefull feature available to eveyrbody

Comments

Michelle’s picture

Version: 6.x-2.0-alpha4 » 6.x-2.x-dev

I'm not really sure if this is a good idea to be putting block regions in a node template. I'll give it some thought and talk it over with some themers.

Michelle

Michelle’s picture

Status: Active » Closed (won't fix)

Too much of a change at this point and I still don't think it's a good idea. If it's still wanted, please re-open and move to D7.