To hide the right menu you need to edit the module code.
Right blocks showing:
Code:
require_once("mainfile.php");
$pagetitle = "- My Page Title";
$index = 1;
include("header.php");
Right blocks
NOT showing:
Code:
require_once("mainfile.php");
$pagetitle = "- My Page Title";
$index = 0;
include("header.php");
Notice the value of $index changes?.....