Great addition hell satan! I have found it very useful once installed, although it would be much nicer if the frame was on the top and could be viewed in any page of the Admin CP.
I would have to say the most important page for this frame to be in is the templating page, so to obtain the frame just do this:
In
admin/template.php, find:
PHP Code:
function dotemplatejavascript() {
And above it place:
Code:
?>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td height="12">
<div align=center><iframe name="cwindow" style="border:0" width=800 height=400 src="http://localhost/forums/"></iframe>
</div></td>
</tr>
</table>
</td>
</tr>
</table>
<?php