7
Hi,
"dummy" is made so you can also add html code in index page of the module. But that involves editing the dummy/index.php file. Open it with simple text editor (notepad or one you like).
You can edit this part:
$meta_keywords = "dummy, page, keywords";
$meta_description = "dummy page description";
$pagetitle = "dummy page title";
to set the proper meta keywords, meta description and page title. This may help for better sarch engine indexing/position.
To fix your problem comment (add // at the begining) those lines:
$xoopsTpl->assign( 'xoops_showlblock', 1); //set to 0 to hide left blocks
$xoopsTpl->assign( 'xoops_showrblock', 1); //set to 0 to hide right blocks
$xoopsTpl->assign( 'xoops_showcblock', 1); //set to 0 to hide center blocks
I'm not shure why this code is there - XOOPS will set those values automaticaly depending on selected blocks to be visible.