Topic: Nuke wrapper options problem
Dishwasher
avatar
Freshman
Freshman
Posts: 10

Posted:
27.Feb 2006 - 16:48

Hi all I am working on a HTML based lyrics section on my webpage
http://tree.qotsatabs.com/page.php?URL=http://tree.qotsatabs.com/Lyrics/lyrics.htm
(0.761)
And use nuke wrapper to fit it in nicely.
I am really bother though by the open in new window link.
I read in the readme that you can switch it off by editing the script.
I edited the following line in dreamweafer in the NukeWrapper.conf.php file.
$ShowLink="0"; // For external pages, whether to show "Open in new window" link in top of frame. 1=yes, 0=no

It still shows the very anoying link though and it's killing my layout
I did offcours clear all the cash files in firefox before trying.
wwffl
avatar
Freshman
Freshman
Posts: 31

Posted:
27.Feb 2006 - 21:55

NukeWrapper.conf.php is used if you're running Nukewrapper as a true module. Since your link includes the page.php?URL= line, you're just running it as a standalone script.
Turn off the same option in PAGE.PHP and you should be all set.

J