1
Hello, I have finished my first module, everything ok.
Now I want to add a block to this module.
I change the xoops_config.php adding this lines
// Blocks
$modversion['blocks'][1]['file'] = "promo_total_rpps.php";
$modversion['blocks'][1]['name'] = 'Name block total rpps';
$modversion['blocks'][1]['description'] = "Desc block total rpps";
$modversion['blocks'][1]['template'] = promo_total_rpps.html";
Also I create the php and html files at blocks and templates/blocks
But the block is not created when I install the module.
Any other things I should do?
Also what goes on $modversion['blocks'][1]['options']
I cannot find any documentation about this.
Thanks.