On 04/04/07, revansx@cox.net revansx@cox.net wrote:
I have modified my Monobook.php skin to include an "iframe" at the top (just above the article title). However, when I look at the page in my wiki, the wiki automatically goes to an article which is named what my iframe src= is pointed to. The iframe html code works fine in a page by itself. Can anyone help me understand why this is happening? ...and help me with a work around?
The IFRAME source is a page on the wiki?
If that's the case (it wasn't clear above), then this appears to be MediaWiki's behaviour of breaking out of frames. You can switch this off in newer versions of the software using $wgBreakFrames = false; in LocalSettings.php.
Rob Church