howto force mboard into a frame

Everything related to MBoard - PHP message board
Locked
hdbrink
Posts: 6
Joined: Thu Jul 19, 2007 1:54 pm

howto force mboard into a frame

Post by hdbrink »

Hi,
How can we force mboard 1.3 to always open in my frameset?

the URL generated in the auto notification email sent for new postings point directly to the new message file that opens in its own windows.
I need to let it open inside my website frameset to have the navigation bar.

The only method I currently know works with javascript like this
<SCRIPT LANGUAGE="JavaScript">
<!--
if (top == self) self.location.href = "mem_index.php";
-->
</script>

but I think this will not work in this dynamic php situation.

Hope you can help.
Locked