1
Hi, I am rather new to xoops and I've been trying to port my racing league module along with trying to create custom block positions. I have got most of the concept of how the system works but I am having only one trouble. In root/class/theme_blocks.php it builds the block zones and I have no clue where to set the constant used in setting the zones.
$oldzones = array( XOOPS_SIDEBLOCK_LEFT => 'canvas_left' ,
Not quite sure where i should go from here. Any help is appreciated, thanks.