This is just a quick addition to the code to allow you to insert a module into the Sobi2 Component. I even put my hacks where they are supposed to go for a change.

This adds a new command to Sobi2 called Sobi2InsertMod($position, $style) it works pretty much everywhere (I tested the Template files and embedded in the code).
Instructions:
Unzip and Copy the attached file to your /components/com_sobi2/includes/inc directory or insert the function if you have any custom functions defined.
Usage is
<?php echo Sobi2InsertMod($position, $style) ?>Where:
$position is the Position name defined in your modules
$style is the required style # (defaults to -2 if not defined)
Hope you find it useful.
Greg