To implement the right-click default view thingy, find this in ktemplate.php:
Code:
oncontextmenu=\"window.location=('template.php?s=$session[sessionhash]&action=view&title='+this.options[this.selectedIndex].text)\">
and replace with this:
Code:
oncontextmenu=\"window.open('template.php?s=$session[sessionhash]&action=view&title=' + this.options[this.selectedIndex].text, 'defview', 'resizeable=yes,toolbar=no,location=no,menubar=no,scrollbars=no,status=no,width=460,height=320')\">