8
OK...figured it out...
Once I placed the template file in the template directory; on my system, it is called "%%3F^3FE^3FE98188%%db%3Asystem_block_dummy.html.php"
I had to insert one record into the database:
/**
INSERT INTO `xoops_tplfile` ( `tpl_id` , `tpl_refid` , `tpl_module` , `tpl_tplset` , `tpl_file` , `tpl_desc` , `tpl_lastmodified` , `tpl_lastimported` , `tpl_type` )
VALUES (
'', '1', 'system', 'default', 'system_block_dummy.html', 'Dummy template for custom blocks or blocks without templates', 'now()', 'now()', 'block'
);
**/
Once done, my custom blocks are back baaabeeeeeee!!!
Good luck
-Rob